[gnome-keyring] Make .desktop file match process



commit 847edb04d34af6f1358bc031530342bc27a14072
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 15 10:20:21 2011 +0100

    Make .desktop file match process
    
    The keyring prompt was showing up without a nice icon or
    application name in the shell. Turns out that the binary
    name didn't match the one in the .desktop file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658750

 ui/gnome-keyring-prompt.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ui/gnome-keyring-prompt.desktop.in.in b/ui/gnome-keyring-prompt.desktop.in.in
index 917b5a0..169fcfd 100644
--- a/ui/gnome-keyring-prompt.desktop.in.in
+++ b/ui/gnome-keyring-prompt.desktop.in.in
@@ -2,7 +2,7 @@
 _Name=Keyring Access
 _Comment=Unlock access to passwords and other secrets
 Icon=security-medium
-Exec= LIBEXECDIR@/gnome-keyring-prompt
+Exec= LIBEXECDIR@/gnome-keyring-prompt- GCR_MAJOR@
 Terminal=false
 Type=Application
 NoDisplay=true



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