[Xfce4-commits] <exo:master> Add desktop files for exo-open types.
Nick Schermer
noreply at xfce.org
Sun Feb 28 11:52:01 CET 2010
Updating branch refs/heads/master
to 3916532742a4c7cdf468d02cd88f64f4ae6efccf (commit)
from 356d0156b8adcde09152069ab6cd328902f1470b (commit)
commit 3916532742a4c7cdf468d02cd88f64f4ae6efccf
Author: Nick Schermer <nick at xfce.org>
Date: Sun Feb 28 11:50:40 2010 +0100
Add desktop files for exo-open types.
exo-open/Makefile.am | 15 +++++++++++++++
exo-open/exo-file-manager.desktop.in | 11 +++++++++++
exo-open/exo-mail-reader.desktop.in | 11 +++++++++++
exo-open/exo-terminal-emulator.desktop.in | 11 +++++++++++
exo-open/exo-web-browser.desktop.in | 12 ++++++++++++
po/POTFILES.in | 5 ++++-
6 files changed, 64 insertions(+), 1 deletions(-)
diff --git a/exo-open/Makefile.am b/exo-open/Makefile.am
index 23bddad..2e9276b 100644
--- a/exo-open/Makefile.am
+++ b/exo-open/Makefile.am
@@ -26,4 +26,19 @@ exo_open_LDADD = \
$(GIO_UNIX_LIBS) \
$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
+desktopdir = $(datadir)/applications
+desktop_in_files = \
+ exo-file-manager.desktop.in \
+ exo-mail-reader.desktop.in \
+ exo-terminal-emulator.desktop.in \
+ exo-web-browser.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST = \
+ $(desktop_in_files)
+
+DISTCLEANFILES = \
+ $(desktop_DATA)
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/exo-open/exo-file-manager.desktop.in b/exo-open/exo-file-manager.desktop.in
new file mode 100644
index 0000000..f961ab2
--- /dev/null
+++ b/exo-open/exo-file-manager.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch FileManager
+Icon=system-file-manager
+StartupNotify=true
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=File Manager
+_Comment=Browse the file system
diff --git a/exo-open/exo-mail-reader.desktop.in b/exo-open/exo-mail-reader.desktop.in
new file mode 100644
index 0000000..e4cc078
--- /dev/null
+++ b/exo-open/exo-mail-reader.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch MailReader
+Icon=internet-mail
+StartupNotify=false
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=Mail Reader
+_Comment=Read your email
diff --git a/exo-open/exo-terminal-emulator.desktop.in b/exo-open/exo-terminal-emulator.desktop.in
new file mode 100644
index 0000000..b7b2911
--- /dev/null
+++ b/exo-open/exo-terminal-emulator.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch TerminalEmulator
+Icon=utilities-terminal
+StartupNotify=false
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=Terminal Emulator
+_Comment=Use the command line
diff --git a/exo-open/exo-web-browser.desktop.in b/exo-open/exo-web-browser.desktop.in
new file mode 100644
index 0000000..a3c3ada
--- /dev/null
+++ b/exo-open/exo-web-browser.desktop.in
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch WebBrowser %u
+Icon=web-browser
+StartupNotify=false
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=Web Browser
+_Comment=Browse the web
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 07ed1d9..f0cea00 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -84,4 +84,7 @@ exo-mount/main.c
exo-mount-notify/main.c
exo-open/main.c
-
+exo-open/exo-file-manager.desktop.in
+exo-open/exo-mail-reader.desktop.in
+exo-open/exo-terminal-emulator.desktop.in
+exo-open/exo-web-browser.desktop.i
More information about the Xfce4-commits
mailing list