Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403129 - x11-libs/qt-gui - Qt linguist/designer desktop entries are incompatible with any icon theme
Summary: x11-libs/qt-gui - Qt linguist/designer desktop entries are incompatible with ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-11 07:59 UTC by Shubhadeep Chaudhuri
Modified: 2012-03-19 16:29 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 Shubhadeep Chaudhuri 2012-02-11 07:59:17 UTC
In the x11-libs/qt-gui ebuild, make_desktop_entry specifies absolute paths for icons for both designer and linguist which make them incompatible with any icon theme.

For linguist:
make_desktop_entry linguist Linguist "${EPREFIX}"/usr/share/pixmaps/linguist-128-32.png 'Qt;Development;GUIDesigner'

For designer:
make_desktop_entry designer Designer "${EPREFIX}"/usr/share/pixmaps/designer.png 'Qt;Development;GUIDesigner'

I don't know what the EPREFIX variable is for, but if it's safe, please remove the absolute path.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2012-02-13 14:22:37 UTC
I've always wondered why we use absolute paths for designer and linguist icons... does anyone have any idea?
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2012-03-19 11:18:07 UTC
So... those absolute paths were introduced between qt-gui-4.5.0 and qt-gui-4.5.0-r1, there's also an explanation in bug #241208 comment #4.
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2012-03-19 15:59:58 UTC
Fixed in 4.8.0-r3, thanks for reporting!
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2012-03-19 16:29:41 UTC
A similar fix was also applied to qt-assistant-4.8.0-r1 for the Assistant application.