Module: deluge
Branch: 1.3-stable
Commit: 57ac902d50eb629ee8c79a6a87b05198d38ff078

Author: Calum Lind <calumlind+del...@gmail.com>
Date:   Mon May 16 19:15:57 2011 +0100

Updates to desktop file

Add magnet mimetype and tryexec key
Fix exec key to handle files and urls to conform with new desktop-entry spec
Update name, comment and category keys

---

 deluge/data/share/applications/deluge.desktop |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/deluge/data/share/applications/deluge.desktop 
b/deluge/data/share/applications/deluge.desktop
index 2f3b16f..b482a31 100644
--- a/deluge/data/share/applications/deluge.desktop
+++ b/deluge/data/share/applications/deluge.desktop
@@ -1,12 +1,14 @@
 [Desktop Entry]
 Version=1.0
-Name=Deluge BitTorrent Client
-GenericName=Bittorrent Client
-Comment=Transfer files using the Bittorrent protocol
-Exec=deluge-gtk
+Name=Deluge
+GenericName=BitTorrent Client
+X-GNOME-FullName=Deluge BitTorrent Client
+Comment=Download and share files over BitTorrent
+TryExec=deluge-gtk
+Exec=deluge-gtk %U
 Icon=deluge
 Terminal=false
 Type=Application
-Categories=Network;
+Categories=Network;FileTransfer;P2P;GTK
 StartupNotify=true
-MimeType=application/x-bittorrent;
+MimeType=application/x-bittorrent;x-scheme-handler/magnet;

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to deluge-commit@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-commit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to