From c22eed9109b24b1fa0842cf99a3f60e3f0e2dc23 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 21 Apr 2016 17:18:51 -0400 Subject: [PATCH] improved unity description --- packaging/ubuntu/lbry.desktop | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/packaging/ubuntu/lbry.desktop b/packaging/ubuntu/lbry.desktop index d5c029ec6..832d673c3 100644 --- a/packaging/ubuntu/lbry.desktop +++ b/packaging/ubuntu/lbry.desktop @@ -1,15 +1,19 @@ [Desktop Entry] Version=0.2.2 Name=LBRY -# Only KDE 4 seems to use GenericName, so we reuse the KDE strings. -# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413. -GenericName=Filesharing -# Gnome and KDE 3 uses Comment. -Comment=Stream. Share. Earn. -#Exec=/usr/bin/xdg-open http://localhost:5279/view?name=%U -Exec=/usr/share/python/lbrynet/bin/lbry %U -Terminal=false +Comment=The world's first user-owned content marketplace Icon=/usr/share/python/lbrynet/lbrynet/lbrynet_gui/lbry.png -Type=Application +GenericName=Content Marketplace Categories=Network;Internet;Filesharing +Terminal=false +Type=Application + MimeType=x-scheme-handler/lbry; + +Exec=/usr/share/python/lbrynet/bin/lbry %U + +Actions=StopDaemon; + +[Desktop Action StopDaemon] +Name=Stop Daemon +Exec=/usr/share/python/lbrynet/bin/stop-lbrynet-daemon