Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62240 - ebuild information outdated
Summary: ebuild information outdated
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 07:13 UTC by Nuno Alexandre
Modified: 2004-08-30 11:43 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 Nuno Alexandre 2004-08-30 07:13:52 UTC
The ebuild information is outdated.

einfo "For gtk themes to work correctly after an update, you might have to rebuild your theme engines."
    einfo "Executing 'qpkg -f -nc /usr/lib/gtk-2.0/2.2.0/engines | xargs emerge' should do the trick if"
    einfo "you upgrade from gtk+-2.2 to 2.4 (requires gentoolkit)."


The correct information should be:
 qpkg -f -nc /usr/lib/gtk-2.0/2.4.0/engines | xargs emerge'



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 foser (RETIRED) gentoo-dev 2004-08-30 11:43:13 UTC
no, the problem will most likely hit on an 2.2 -> 2.4 upgrade because the engines (which are then still in 2.2 dir) can't be found by gtk+ 2.4. So this is still correct for the stable tree.