summarylogtreecommitdiffstats
path: root/webtorrent-desktop.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'webtorrent-desktop.desktop')
-rw-r--r--webtorrent-desktop.desktop33
1 files changed, 33 insertions, 0 deletions
diff --git a/webtorrent-desktop.desktop b/webtorrent-desktop.desktop
new file mode 100644
index 000000000000..cdb87928d306
--- /dev/null
+++ b/webtorrent-desktop.desktop
@@ -0,0 +1,33 @@
+[Desktop Entry]
+Name=WebTorrent
+Version=1.0
+GenericName=BitTorrent Client
+X-GNOME-FullName=WebTorrent
+Comment=Download and share files over BitTorrent
+Encoding=UTF-8
+Type=Application
+Icon=webtorrent-desktop
+Terminal=false
+Path=/usr/share/webtorrent-desktop
+Exec=/usr/bin/webtorrent-desktop %U
+TryExec=/usr/bin/webtorrent-desktop
+StartupNotify=false
+Categories=Network;FileTransfer;P2P;
+MimeType=application/x-bittorrent;x-scheme-handler/magnet;x-scheme-handler/stream-magnet;
+
+Actions=CreateNewTorrent;OpenTorrentFile;OpenTorrentAddress;
+
+[Desktop Action CreateNewTorrent]
+Name=Create New Torrent...
+Exec=/usr/bin/webtorrent-desktop -n
+Path=/usr/share/webtorrent-desktop
+
+[Desktop Action OpenTorrentFile]
+Name=Open Torrent File...
+Exec=/usr/bin/webtorrent-desktop -o
+Path=/usr/share/webtorrent-desktop
+
+[Desktop Action OpenTorrentAddress]
+Name=Open Torrent Address...
+Exec=/usr/bin/webtorrent-desktop -u
+Path=/usr/share/webtorrent-desktop