I don't know if this is severe or not, but this is something I accidentally discovered. Both bitcoin-qt.protocol and litecoin-qt.protocol refer to bitcoin-qt inside. /usr/share/kde4/services $ cat bitcoin-qt.protocol [Protocol] exec=bitcoin-qt '%u' protocol=bitcoin input=none output=none helper=true listing= reading=false writing=false makedir=false deleting=false /usr/share/kde4/services $ cat litecoin-qt.protocol [Protocol] exec=bitcoin-qt '%u' protocol=bitcoin input=none output=none helper=true listing= reading=false writing=false makedir=false deleting=false
strange, but I'm 99% sure this was intentional.
(In reply to Alex Xu (Hello71) from comment #1) > strange, but I'm 99% sure this was intentional. can you report this upstream. i'm not sure what to do with it.
Reported at https://github.com/litecoin-project/litecoin/issues/222
Upstream says it's a bug.
(In reply to Pastafarianist from comment #4) > Upstream says it's a bug. How annoying. They never committed the fix upstream. I waited for them to fix it and back port but nothing. I'll ping them.
Upstream has closed the bug.
(In reply to Pastafarianist from comment #6) > Upstream has closed the bug. The globbed together a lot of fixes in their one commit which is a really bad idea. I think I'll just correct the following two lines as they suggested: exec=litecoin-qt '%u' protocol=litecoin I don't get why they moved so slowly on this. All I needed was confirmation that this was the right way to go.
fixed, please test and reopen if this is still a problem