forked from LBRYCommunity/lbry-sdk
improved unity description
This commit is contained in:
parent
9c10ee12fd
commit
c22eed9109
1 changed files with 13 additions and 9 deletions
|
@ -1,15 +1,19 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=0.2.2
|
Version=0.2.2
|
||||||
Name=LBRY
|
Name=LBRY
|
||||||
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
|
Comment=The world's first user-owned content marketplace
|
||||||
# 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
|
|
||||||
Icon=/usr/share/python/lbrynet/lbrynet/lbrynet_gui/lbry.png
|
Icon=/usr/share/python/lbrynet/lbrynet/lbrynet_gui/lbry.png
|
||||||
Type=Application
|
GenericName=Content Marketplace
|
||||||
Categories=Network;Internet;Filesharing
|
Categories=Network;Internet;Filesharing
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
|
||||||
MimeType=x-scheme-handler/lbry;
|
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
|
||||||
|
|
Loading…
Reference in a new issue