[gnome-shell] Don't set the autorestart hint for gnome-session



commit 9bb9999b46cc2c759d4e0a5c5f7515e32eafc0f0
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Mar 10 17:42:51 2012 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-shell.desktop.in.in b/data/gnome-shell.desktop.in.in
index 6d04a0a..058269e 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]