[gnome-keyring] daemon: move autostart to PreDisplayServer phase



commit 7a475c66b1502b9b553603167730fa83e51791b6
Author: Giovanni Campagna <gcampagn cs stanford edu>
Date:   Fri Oct 9 16:07:24 2015 -0700

    daemon: move autostart to PreDisplayServer phase
    
    Which, as the name implies, runs before the DisplayServer, ie,
    before gnome-shell-wayland, and makes sure gnome-shell and
    its descendants see the right environment variable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756324

 daemon/gnome-keyring-pkcs11.desktop.in.in  |    2 +-
 daemon/gnome-keyring-secrets.desktop.in.in |    2 +-
 daemon/gnome-keyring-ssh.desktop.in.in     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/daemon/gnome-keyring-pkcs11.desktop.in.in b/daemon/gnome-keyring-pkcs11.desktop.in.in
index 1b8b2c6..96e1a69 100644
--- a/daemon/gnome-keyring-pkcs11.desktop.in.in
+++ b/daemon/gnome-keyring-pkcs11.desktop.in.in
@@ -4,7 +4,7 @@ _Name=Certificate and Key Storage
 _Comment=GNOME Keyring: PKCS#11 Component
 Exec= bindir@/gnome-keyring-daemon --start --components=pkcs11
 OnlyShowIn=GNOME;Unity;MATE;
-X-GNOME-Autostart-Phase=Initialization
+X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
diff --git a/daemon/gnome-keyring-secrets.desktop.in.in b/daemon/gnome-keyring-secrets.desktop.in.in
index a9e6a18..46ef7cd 100644
--- a/daemon/gnome-keyring-secrets.desktop.in.in
+++ b/daemon/gnome-keyring-secrets.desktop.in.in
@@ -4,7 +4,7 @@ _Name=Secret Storage Service
 _Comment=GNOME Keyring: Secret Service
 Exec= bindir@/gnome-keyring-daemon --start --components=secrets
 OnlyShowIn=GNOME;Unity;MATE;
-X-GNOME-Autostart-Phase=Initialization
+X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
diff --git a/daemon/gnome-keyring-ssh.desktop.in.in b/daemon/gnome-keyring-ssh.desktop.in.in
index 88a727f..412ae1d 100644
--- a/daemon/gnome-keyring-ssh.desktop.in.in
+++ b/daemon/gnome-keyring-ssh.desktop.in.in
@@ -4,7 +4,7 @@ _Name=SSH Key Agent
 _Comment=GNOME Keyring: SSH Agent
 Exec= bindir@/gnome-keyring-daemon --start --components=ssh
 OnlyShowIn=GNOME;Unity;MATE;
-X-GNOME-Autostart-Phase=Initialization
+X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME


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