Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557430 - net-p2p/litecoin-qt: /usr/share/kde4/services/litecoin-qt.protocol refers to bitcoin-qt
Summary: net-p2p/litecoin-qt: /usr/share/kde4/services/litecoin-qt.protocol refers to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 09:25 UTC by Pastafarianist
Modified: 2016-05-08 15:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pastafarianist 2015-08-13 09:25:10 UTC
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
Comment 1 Alex Xu (Hello71) 2015-08-17 14:42:39 UTC
strange, but I'm 99% sure this was intentional.
Comment 2 Anthony Basile gentoo-dev 2015-10-09 01:10:20 UTC
(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.
Comment 3 Pastafarianist 2015-10-14 17:43:58 UTC
Reported at https://github.com/litecoin-project/litecoin/issues/222
Comment 4 Pastafarianist 2015-10-15 11:05:45 UTC
Upstream says it's a bug.
Comment 5 Anthony Basile gentoo-dev 2016-02-12 01:21:47 UTC
(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.
Comment 6 Pastafarianist 2016-05-08 15:02:59 UTC
Upstream has closed the bug.
Comment 7 Anthony Basile gentoo-dev 2016-05-08 15:11:24 UTC
(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.
Comment 8 Anthony Basile gentoo-dev 2016-05-08 15:42:03 UTC
fixed, please test and reopen if this is still a problem