FS#61560 - [electrum] Not starting from KDE Plasma's application launcher
Attached to Project:
Community Packages
Opened by Elvis Angelaccio (elvisangelaccio) - Monday, 28 January 2019, 15:59 GMT
Last edited by Christian Rebischke (Shibumi) - Wednesday, 05 June 2019, 11:55 GMT
Opened by Elvis Angelaccio (elvisangelaccio) - Monday, 28 January 2019, 15:59 GMT
Last edited by Christian Rebischke (Shibumi) - Wednesday, 05 June 2019, 11:55 GMT
|
Details
Electrum does not start when clicking on its entry from KDE
Plasma's application launcher.
I suspect this is due to the following Exec key in its .desktop file: Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\" electrum %u" If I run the electrum binary from a terminal, it starts as expected. |
This task depends upon
Closed by Christian Rebischke (Shibumi)
Wednesday, 05 June 2019, 11:55 GMT
Reason for closing: Fixed
Additional comments about closing: 3.3.6-1
Wednesday, 05 June 2019, 11:55 GMT
Reason for closing: Fixed
Additional comments about closing: 3.3.6-1
$ ls ~/.local/bin/
certbot* jws* pbr*
$ cat /usr/share/applications/electrum.desktop | grep Exec
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum %u"
Exec=sh -c "PATH=\"\\$HOME/.local/bin:\\$PATH\"; electrum --testnet %u"
I just tried again and now electrum starts as expected. They added a semicolon in the Exec entry, it seems.