We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f07c3 commit 3ab2ec2Copy full SHA for 3ab2ec2
data/[email protected]
@@ -22,7 +22,7 @@ Type=notify
22
ExecStart=@bindir@/gala
23
24
# unset some environment variables that were set by the compositor and won't work now that the compositor is gone
25
-ExecStopPost=-/bin/sh -c 'test "$SERVICE_RESULT" != "exec-condition" && systemctl --user unset-environment GNOME_SETUP_DISPLAY WAYLAND_DISPLAY DISPLAY XAUTHORITY'
+ExecStopPost=-/bin/sh -c 'test "$SERVICE_RESULT" != "exec-condition" && systemctl --user unset-environment GNOME_SETUP_DISPLAY WAYLAND_DISPLAY DISPLAY XAUTHORITY && rm -f "$XDG_RUNTIME_DIR/wayland-0" "$XDG_RUNTIME_DIR/wayland-0.lock"'
26
27
# On wayland we cannot restart
28
Restart=no
0 commit comments