[gnome-color-manager] Add a desktop icon for gcm-picker to help out gnome-shell



commit 1398be9cd5d8587dcf8c42cb9deb9cf0c22feda2
Author: Richard Hughes <richard hughsie com>
Date:   Tue Apr 5 11:49:43 2011 +0100

    Add a desktop icon for gcm-picker to help out gnome-shell

 data/Makefile.am           |    2 ++
 data/gcm-picker.desktop.in |   13 +++++++++++++
 po/POTFILES.in             |    1 +
 3 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 2ceea63..a12dbd6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,6 +11,7 @@ dist_migration_DATA = org.gnome.color-manager.gschema.migrate
 desktopdir = $(datadir)/applications
 desktop_in_files =					\
 	gcm-viewer.desktop.in				\
+	gcm-picker.desktop.in				\
 	gcm-prefs.desktop.in				\
 	gcm-import.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -53,6 +54,7 @@ DISTCLEANFILES =					\
 	org.gnome.ColorManager.service			\
 	gcm-session.desktop				\
 	gcm-prefs.desktop				\
+	gcm-picker.desktop				\
 	gcm-viewer.desktop				\
 	gcm-import.desktop
 
diff --git a/data/gcm-picker.desktop.in b/data/gcm-picker.desktop.in
new file mode 100644
index 0000000..718fc9c
--- /dev/null
+++ b/data/gcm-picker.desktop.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+_Name=Color Picker
+_Comment=Use the color sensor to sample spot colors
+Icon=gnome-color-manager
+Exec=gcm-picker
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;System;
+StartupNotify=true
+NoDisplay=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-color-manager
+X-GNOME-Bugzilla-Component=gnome-color-manager
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c26cb71..894daf5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 data/gcm-session.desktop.in
 data/gcm-import.desktop.in
 data/gcm-prefs.desktop.in
+data/gcm-picker.desktop.in
 data/gcm-viewer.desktop.in
 data/gcm-viewer.ui
 data/org.gnome.color-manager.gschema.xml



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