Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498550 - net-p2p/primecoin-qt - desktop entry shows "Ppcoin" instead of "Primecoin"
Summary: net-p2p/primecoin-qt - desktop entry shows "Ppcoin" instead of "Primecoin"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 12:12 UTC by Francisco Lloret
Modified: 2014-01-26 12:17 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 Francisco Lloret 2014-01-19 12:12:10 UTC
Menu item for Primecoin-qt is shown as PPcoin-qt.
PPcoin-qt is the wallet for Peercoin, not fot Primecoin.

Please change it.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-01-20 13:46:28 UTC
# grep make_desktop_entry primecoin-qt-0.1.2.ebuild 
        make_desktop_entry "${PN} %u" "PPcoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/primecoin;\nTerminal=false"
Comment 2 Anthony Basile gentoo-dev 2014-01-26 12:17:09 UTC
Thanks jer, I changed that line to the following and revbumped:

make_desktop_entry "${PN} %u" "Primecoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/primecoin;\nTerminal=false"

Reopen if there is still an issue.