Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378873 - dev-util/qt-creator: Desktop icon name should be "Qt Creator"
Summary: dev-util/qt-creator: Desktop icon name should be "Qt Creator"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard: [qting-edge]
Keywords: InOverlay, LATER
Depends on:
Blocks:
 
Reported: 2011-08-12 07:45 UTC by Nikos Chantziaras
Modified: 2011-08-28 17:29 UTC (History)
1 user (show)

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 Nikos Chantziaras 2011-08-12 07:45:00 UTC
The current dev-util/qt-creator ebuilds install a desktop file named "QtCreator". The proper name is "Qt Creator" (with a space). This is also what the upstream Linux installer uses for the desktop file it installs.

This line in all the ebuilds:

make_desktop_entry ${MY_PN} QtCreator qtcreator_logo_48 \

needs to be changed to:

make_desktop_entry ${MY_PN} "Qt Creator" qtcreator_logo_48 \

Reproducible: Always
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2011-08-12 16:05:14 UTC
I don't think it makes sense to create a bunch of revisions bumps to fix the name of the icon. I will incorporate your suggestion in the final 2.3.0 release though or in the next 2.X (if any)
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2011-08-28 17:29:18 UTC
This is now fixed in the overlay ebuilds. The next ebuild in portage will have this fix as well. Thanks for reporting