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
This commit is contained in:
parent
0ba0e013b5
commit
6391970fad
|
@ -1,12 +1,14 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Deluge BitTorrent Client
|
Name=Deluge
|
||||||
GenericName=Bittorrent Client
|
GenericName=BitTorrent Client
|
||||||
Comment=Transfer files using the Bittorrent protocol
|
X-GNOME-FullName=Deluge BitTorrent Client
|
||||||
Exec=deluge-gtk
|
Comment=Download and share files over BitTorrent
|
||||||
|
TryExec=deluge-gtk
|
||||||
|
Exec=deluge-gtk %U
|
||||||
Icon=deluge
|
Icon=deluge
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;
|
Categories=Network;FileTransfer;P2P;GTK
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
MimeType=application/x-bittorrent;
|
MimeType=application/x-bittorrent;x-scheme-handler/magnet;
|
||||||
|
|
Loading…
Reference in New Issue