diff --git a/bash/usr-local-bin/signal-desktop b/bash/usr-local-bin/signal-desktop new file mode 100755 index 0000000..caae496 --- /dev/null +++ b/bash/usr-local-bin/signal-desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# Signal desktop with Wayland, notification fix & tray + +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 $@ +set +x