From 1f30bfdfc95be57118a782d7fa4133f87edee209 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jan 2024 10:31:11 +0200 Subject: [PATCH] bash/usr-local-bin/signal-desktop: remove disable-gpu comment to try again fresh --- bash/usr-local-bin/signal-desktop | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/usr-local-bin/signal-desktop b/bash/usr-local-bin/signal-desktop index 4126c66..f308216 100755 --- a/bash/usr-local-bin/signal-desktop +++ b/bash/usr-local-bin/signal-desktop @@ -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