From d6d15f74d571a43699a95c7bfb1be64dae28756c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 17 Apr 2022 09:08:11 +0300 Subject: [PATCH] bash/usr-local-bin/signal: add the WebRTCPipeWireCapturer flag --- bash/usr-local-bin/signal-desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/signal-desktop b/bash/usr-local-bin/signal-desktop index caae496..a283589 100755 --- a/bash/usr-local-bin/signal-desktop +++ b/bash/usr-local-bin/signal-desktop @@ -5,5 +5,5 @@ set -x # --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578 # --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon -flatpak run org.signal.Signal --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu --use-tray-icon $@ +flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon $@ set +x