From 96203a882ce3fa32445213a5eb1755990a81657d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 18 Aug 2021 08:34:06 +0200 Subject: [PATCH] Enable Pipewire support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/electron-main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/electron-main.ts b/src/electron-main.ts index 08df924..b42f72a 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -780,6 +780,7 @@ ipcMain.on('seshat', async function(ev, payload) { }); app.commandLine.appendSwitch('--enable-usermedia-screen-capturing'); +app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer'); const gotLock = app.requestSingleInstanceLock(); if (!gotLock) {