summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-06-06 20:43:58 +0200
committerNick Schermer <nick@xfce.org>2011-07-09 16:14:55 +0200
commite3c64d41664e1ef70c88987fe5d970955c6a7587 (patch)
treeb4389b44afdeefa4ccd1c7032884be234e128a33 /data
parent296cd0521239742e0e9a5d48a4157c9afbd3c459 (diff)
downloadxfce4-appfinder-e3c64d41664e1ef70c88987fe5d970955c6a7587.tar.gz
Initial work on xfce4-appfinder and xfrun4 merge.
Import the work from the design repository.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am26
-rw-r--r--data/xfce4-appfinder.desktop.in8
-rw-r--r--data/xfce4-appfinder.pngbin4003 -> 0 bytes
-rw-r--r--data/xfce4-run.desktop.in11
4 files changed, 23 insertions, 22 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 523195b..2d232b4 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,25 +1,15 @@
+
appsdir = $(datadir)/applications
-apps_in_files = xfce4-appfinder.desktop.in
+apps_in_files = \
+ xfce4-appfinder.desktop.in \
+ xfce4-run.desktop.in
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
-icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = xfce4-appfinder.png
-
-EXTRA_DIST = $(icon_DATA) $(apps_in_files)
-DISTCLEANFILES = $(apps_DATA)
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+EXTRA_DIST = \
+ $(apps_in_files)
-install-data-hook:
- @-if test -z "$(DESTDIR)"; then \
- echo "Updating Gtk icon cache."; \
- $(gtk_update_icon_cache); \
- else \
- echo "*** Icon cache not updated. Remember to run:"; \
- echo "***"; \
- echo "*** $(gtk_update_icon_cache)"; \
- echo "***"; \
- fi
+DISTCLEANFILES = \
+ $(apps_DATA)
# vi:set ts=8 sw=8 noet ai nocindent:
diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
index f607e69..f79f952 100644
--- a/data/xfce4-appfinder.desktop.in
+++ b/data/xfce4-appfinder.desktop.in
@@ -1,10 +1,10 @@
[Desktop Entry]
Version=1.0
-_Name=Application Finder
-_Comment=Find and launch applications installed on your system
-Exec=xfce4-appfinder
-Icon=xfce4-appfinder
+Exec=xfce4-appfinder --finder
+Icon=gtk-find
StartupNotify=true
Terminal=false
Type=Application
Categories=X-XFCE;Utility;
+_Name=Application Finder
+_Comment=Find and launch applications installed on your system
diff --git a/data/xfce4-appfinder.png b/data/xfce4-appfinder.png
deleted file mode 100644
index 07a4da7..0000000
--- a/data/xfce4-appfinder.png
+++ /dev/null
Binary files differ
diff --git a/data/xfce4-run.desktop.in b/data/xfce4-run.desktop.in
new file mode 100644
index 0000000..72b5012
--- /dev/null
+++ b/data/xfce4-run.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=xfce4-appfinder
+Icon=gtk-execute
+StartupNotify=true
+Terminal=false
+Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=Run Program...
+_Comment=Run a program