Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50002 - Gtk theme engines not found after upgrade from gtk-2.2.0 > gtk-2.4.0
Summary: Gtk theme engines not found after upgrade from gtk-2.2.0 > gtk-2.4.0
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-04 11:20 UTC by Sigve Indregard
Modified: 2004-05-04 11:56 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 Sigve Indregard 2004-05-04 11:20:32 UTC
After upgrading Gtk to 2.4.0, from 2.2.0, gtk can't find the theme engine libs any more. This produces lots of these error messages:

(gcalctool:8873): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

It does also mean that most themes don't work.

I fixed it by symlinking /usr/lib/gtk-2.0/2.2.0/engines to .../2.4.0/engines, e.g:

# cd /usr/lib/gtk-2.0/2.4.0; ln -s ../2.2.0/engines

Reproducible: Always
Steps to Reproduce:
Upgrade from gtk-2.2.0 to gtk-2.4.0 through emerging.
Comment 1 Tom Martin (RETIRED) gentoo-dev 2004-05-04 11:38:38 UTC
If you un-symlink them, does revdep-rebuild (app-portage/gentoolkit) want to remerge the theme engines?
Comment 2 foser (RETIRED) gentoo-dev 2004-05-04 11:56:39 UTC
read the postinst note of the gtk+ ebuild.