You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
446 B
17 lines
446 B
# If you want electrum to appear in a linux app launcher ("start menu"), install this by doing:
|
|
# sudo desktop-file-install electrum.desktop
|
|
|
|
[Desktop Entry]
|
|
Comment=Lightweight Bitcoin Client
|
|
Exec=electrum %u
|
|
GenericName[en_US]=Electrum
|
|
GenericName=Electrum
|
|
Icon=electrum
|
|
Name[en_US]=Electrum Bitcoin Wallet
|
|
Name=Electrum Bitcoin Wallet
|
|
Categories=Network;
|
|
StartupNotify=false
|
|
Terminal=false
|
|
Type=Application
|
|
MimeType=x-scheme-handler/bitcoin;
|
|
|
|
|