[gnome-keyring] daemon: Set NoDisplay=true for autostart files



commit 641c87f9508265b1f0ef544e029c19bf6d409347
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Jan 28 16:11:56 2018 -0500

    daemon: Set NoDisplay=true for autostart files
    
    This hides them from Ubuntu's Startup Applications app
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777513
    
    The SSH service is intentionally shown since there is no other easy
    GUI way currently to tell gnome-keyring to let something else handle
    ssh-agent.

 daemon/gnome-keyring-pkcs11.desktop.in.in  |    1 +
 daemon/gnome-keyring-secrets.desktop.in.in |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/daemon/gnome-keyring-pkcs11.desktop.in.in b/daemon/gnome-keyring-pkcs11.desktop.in.in
index 9249b09..b43e1e9 100644
--- a/daemon/gnome-keyring-pkcs11.desktop.in.in
+++ b/daemon/gnome-keyring-pkcs11.desktop.in.in
@@ -4,6 +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;
+NoDisplay=true
 X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
diff --git a/daemon/gnome-keyring-secrets.desktop.in.in b/daemon/gnome-keyring-secrets.desktop.in.in
index 0509358..dd9deec 100644
--- a/daemon/gnome-keyring-secrets.desktop.in.in
+++ b/daemon/gnome-keyring-secrets.desktop.in.in
@@ -4,6 +4,7 @@ Name=Secret Storage Service
 Comment=GNOME Keyring: Secret Service
 Exec=@bindir@/gnome-keyring-daemon --start --components=secrets
 OnlyShowIn=GNOME;Unity;MATE;
+NoDisplay=true
 X-GNOME-Autostart-Phase=PreDisplayServer
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true


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