diff options
-rw-r--r-- | daemon/gnome-keyring-pkcs11.desktop.in.in | 2 | ||||
-rw-r--r-- | daemon/gnome-keyring-secrets.desktop.in.in | 2 | ||||
-rw-r--r-- | 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 1b8b2c6c..96e1a691 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 a9e6a182..46ef7cd1 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 88a727f1..412ae1dd 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 |