Add a desktop file for gcr-prompter
authorStef Walter <stefw@gnome.org>
Tue, 28 Feb 2012 21:02:52 +0000 (22:02 +0100)
committerStef Walter <stefw@gnome.org>
Tue, 28 Feb 2012 21:06:21 +0000 (22:06 +0100)
 * So that it shows up in the shell correctly

https://bugzilla.gnome.org/show_bug.cgi?id=668535

.gitignore
configure.ac
gcr/Makefile.am
gcr/gcr-prompter.desktop.in.in [new file with mode: 0644]

index eeffca7..d71b7e6 100644 (file)
@@ -89,8 +89,11 @@ stamp-*
 /gcr/gcr-oids.*
 /gcr/gcr-marshal.*
 /gcr/gcr-prompter
+/gcr/gcr-prompter.desktop
+/gcr/gcr-prompter.desktop.in
 /gcr/gcr-viewer
 /gcr/gcr-viewer.desktop
+/gcr/gcr-viewer.desktop.in
 
 /po/Makefile.in.in
 /po/*.sed
index f704e06..0b09ff3 100644 (file)
@@ -383,6 +383,7 @@ gck/Makefile
 gck/tests/Makefile
 gcr/gcr.pc
 gcr/gcr-base.pc
+gcr/gcr-prompter.desktop.in
 gcr/gcr-viewer.desktop.in
 gcr/Makefile
 gcr/icons/Makefile
index 7f7528c..0a23591 100644 (file)
@@ -299,7 +299,7 @@ update_mime_database:
 endif
 
 desktopdir = $(datadir)/applications
-desktop_in_in_files = gcr-viewer.desktop.in.in
+desktop_in_in_files = gcr-viewer.desktop.in.in gcr-prompter.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
diff --git a/gcr/gcr-prompter.desktop.in.in b/gcr/gcr-prompter.desktop.in.in
new file mode 100644 (file)
index 0000000..6d43e0c
--- /dev/null
@@ -0,0 +1,8 @@
+[Desktop Entry]
+_Name=Access Prompt
+_Comment=Unlock access to passwords and other secrets
+Icon=security-medium
+Exec=@libexecdir@/gcr-prompter
+Terminal=false
+Type=Application
+NoDisplay=true