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.
|
|
|
# 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=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum %u"
|
|
|
|
GenericName[en_US]=Bitcoin Wallet
|
|
|
|
GenericName=Bitcoin Wallet
|
|
|
|
Icon=electrum
|
|
|
|
Name[en_US]=Electrum Bitcoin Wallet
|
|
|
|
Name=Electrum Bitcoin Wallet
|
|
|
|
Categories=Finance;Network;
|
|
|
|
StartupNotify=true
|
|
|
|
StartupWMClass=electrum
|
|
|
|
Terminal=false
|
|
|
|
Type=Application
|
|
|
|
MimeType=x-scheme-handler/bitcoin;
|
|
|
|
Actions=Testnet;
|
|
|
|
|
|
|
|
[Desktop Action Testnet]
|
|
|
|
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum --testnet %u"
|
|
|
|
Name=Testnet mode
|