From e6aad9ed1fea30351d6eeb0b8f683bbd7caa1c7d Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:37 +0100 Subject: Allow the Signal tray bus name --- dot_config/systemd/user/signal.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/systemd/user/signal.service b/dot_config/systemd/user/signal.service index 264eb6e..8140dc0 100644 --- a/dot_config/systemd/user/signal.service +++ b/dot_config/systemd/user/signal.service @@ -6,7 +6,7 @@ ConditionEnvironment=WAYLAND_DISPLAY [Service] Type=simple -ExecStart=/usr/bin/flatpak run org.signal.Signal --start-in-tray +ExecStart=/usr/bin/flatpak run --own-name=org.freedesktop.StatusNotifierItem-2-1 org.signal.Signal --start-in-tray # Electron + "minimize to tray" turns SIGTERM into a window-close which # hides instead of exits, so systemd would wait for the stop timeout # before SIGKILLing. Use flatpak's instance manager to kill it directly. -- cgit v1.3.1