[Xfce4-commits] <exo:master> Add mime types to the exo-open desktop files (bug #6800).
Nick Schermer
noreply at xfce.org
Sat Nov 13 16:24:01 CET 2010
Updating branch refs/heads/master
to 59214af3d667e6351dc2dee4fe4523aaf445679f (commit)
from 60de497c5b9041ff8eede3c3467124ea2e1d5e0e (commit)
commit 59214af3d667e6351dc2dee4fe4523aaf445679f
Author: Nick Schermer <nick at xfce.org>
Date: Sat Nov 13 14:50:11 2010 +0100
Add mime types to the exo-open desktop files (bug #6800).
exo-open/exo-file-manager.desktop.in | 3 ++-
exo-open/exo-mail-reader.desktop.in | 3 ++-
exo-open/exo-web-browser.desktop.in | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/exo-open/exo-file-manager.desktop.in b/exo-open/exo-file-manager.desktop.in
index f961ab2..a48b375 100644
--- a/exo-open/exo-file-manager.desktop.in
+++ b/exo-open/exo-file-manager.desktop.in
@@ -1,11 +1,12 @@
[Desktop Entry]
Version=1.0
Type=Application
-Exec=exo-open --launch FileManager
+Exec=exo-open --launch FileManager %u
Icon=system-file-manager
StartupNotify=true
Terminal=false
Categories=X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
+MimeType=x-scheme-handler/file;x-scheme-handler/trash;
_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
index e4cc078..8958139 100644
--- a/exo-open/exo-mail-reader.desktop.in
+++ b/exo-open/exo-mail-reader.desktop.in
@@ -1,11 +1,12 @@
[Desktop Entry]
Version=1.0
Type=Application
-Exec=exo-open --launch MailReader
+Exec=exo-open --launch MailReader %u
Icon=internet-mail
StartupNotify=false
Terminal=false
Categories=X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
+MimeType=x-scheme-handler/mailto;
_Name=Mail Reader
_Comment=Read your email
diff --git a/exo-open/exo-web-browser.desktop.in b/exo-open/exo-web-browser.desktop.in
index a3c3ada..8250922 100644
--- a/exo-open/exo-web-browser.desktop.in
+++ b/exo-open/exo-web-browser.desktop.in
@@ -7,6 +7,7 @@ StartupNotify=false
Terminal=false
Categories=X-XFCE;X-Xfce-Toplevel;
OnlyShowIn=XFCE;
+MimeType=x-scheme-handler/http;x-scheme-handler/https;
_Name=Web Browser
_Comment=Browse the web
More information about the Xfce4-commits
mailing list