bash/usr-local-bin/signal-desktop: remove disable-gpu comment to try again fresh

This commit is contained in:
Aminda Suomalainen 2024-01-12 10:31:11 +02:00
parent 49a971b5b4
commit 1f30bfdfc9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# 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, thus --use-tray-icon
flatpak run org.signal.Signal --use-tray-icon --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x