[gnome-initial-setup] data: Start gnome-shell in the DisplayServer autostart phase



commit fd8ad0fdc1dcf6d82a298ce375654ae657afd10b
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Mar 21 18:56:04 2017 +0100

    data: Start gnome-shell in the DisplayServer autostart phase
    
    This is what gnome-shell itself does nowadays and it's required for
    gnome-settings-daemon which starts in the Initialization phase to not
    block waiting for gnome-shell which would in turn prevent gnome-shell
    to start and thus deadlock the session.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780362

 data/setup-shell.desktop |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/setup-shell.desktop b/data/setup-shell.desktop
index 7fa1e7f..cce175e 100644
--- a/data/setup-shell.desktop
+++ b/data/setup-shell.desktop
@@ -3,6 +3,6 @@ Type=Application
 Name=GNOME Shell
 Exec=gnome-shell --mode=initial-setup
 X-GNOME-AutoRestart=true
-X-GNOME-Autostart-Phase=WindowManager
+X-GNOME-Autostart-Phase=DisplayServer
 X-GNOME-Provides=panel;windowmanager;
 X-GNOME-Autostart-Notify=true


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