From b37695f9c8a6f3ea57c829209a14027c6ad11e60 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sat, 6 Oct 2018 01:58:30 +0200 Subject: [PATCH] linux launcher madness see #4300 --- electrum.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum.desktop b/electrum.desktop index 4be21b7f7..481f3b938 100644 --- a/electrum.desktop +++ b/electrum.desktop @@ -3,7 +3,7 @@ [Desktop Entry] Comment=Lightweight Bitcoin Client -Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\" electrum %u" +Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum %u" GenericName[en_US]=Bitcoin Wallet GenericName=Bitcoin Wallet Icon=electrum @@ -17,5 +17,5 @@ MimeType=x-scheme-handler/bitcoin; Actions=Testnet; [Desktop Action Testnet] -Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\" electrum --testnet %u" +Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum --testnet %u" Name=Testnet mode