[gnome-settings-daemon/benzea/fix-xsettings-startup] xsettings: Ensure plugin is started after the shell



commit e03d8285f82f569c94ed826f24c74fe62b64ff9a
Author: Benjamin Berg <bberg redhat com>
Date:   Mon Sep 2 11:39:03 2019 +0200

    xsettings: Ensure plugin is started after the shell
    
    In the processes of adding support to auto-shutdown Xwayland, the
    "After" rule was accidentally deleted. Re-add the rule, as otherwise
    gsd-xsettings will be started before gnome-shell is and that causes
    an immediate session failure.
    
    Fixes: #442

 plugins/xsettings/gsd-xsettings.service.in | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plugins/xsettings/gsd-xsettings.service.in b/plugins/xsettings/gsd-xsettings.service.in
index d91c2fa4..36527f20 100644
--- a/plugins/xsettings/gsd-xsettings.service.in
+++ b/plugins/xsettings/gsd-xsettings.service.in
@@ -9,6 +9,7 @@ RefuseManualStart=true
 RefuseManualStop=true
 
 PartOf=gsd-xsettings.target
+After=gnome-session-initialized.target
 
 [Service]
 Type=dbus


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