From 9bb9999b46cc2c759d4e0a5c5f7515e32eafc0f0 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sat, 10 Mar 2012 17:42:51 +0100 Subject: [PATCH] Don't set the autorestart hint for gnome-session If the autorestart hint is set, the process is forcefully killed and restarted everytime it disconnects from XSMP, which break replacing the wm and breaks alt-f2 r. If instead the hint is not set, the process is monitored via SIGCHLD and only restarted when it dies by a signal. https://bugzilla.gnome.org/show_bug.cgi?id=648384 --- data/gnome-shell.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gnome-shell.desktop.in.in b/data/gnome-shell.desktop.in.in index 6d04a0a11..058269e02 100644 --- a/data/gnome-shell.desktop.in.in +++ b/data/gnome-shell.desktop.in.in @@ -13,4 +13,4 @@ NoDisplay=true X-GNOME-Autostart-Phase=WindowManager X-GNOME-Provides=panel;windowmanager; X-GNOME-Autostart-Notify=true -X-GNOME-AutoRestart=true +X-GNOME-AutoRestart=false