I have this bug:
None of the themes works. Everytime I change the theme it continues to use the same default GNOME theme and just changes the colors.
Here is what is shown when started gnome-theme-manager from command line:
(gnome-theme-manager:7003): Gtk-WARNING **: /usr/lib/gtk-2.0/2.4.0/engines/libbluecurve.so: cannot open shared object file: No such file or directory
(gnome-theme-manager:7004): Gtk-WARNING **: /usr/lib/gtk-2.0/2.4.0/engines/libbluecurve.so: cannot open shared object file: No such file or directory
(gnome-theme-manager:7004): Gdk-CRITICAL **: gdk_drawable_set_colormap: assertion `cmap == NULL || gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed
(gnome-theme-manager:7004): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
(gnome-theme-manager:7004): Gdk-CRITICAL **: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
(gnome-theme-manager:7004): Gdk-CRITICAL **: gdk_visual_get_screen: assertion `GDK_IS_VISUAL (visual)' failed
(gnome-theme-manager:7003): capplet-common-WARNING **: Received EOF while reading thumbnail for gtk: 'Clearlooks', metacity 'Clearlooks', icon: 'Clearlooks', font: 'Sans 10'
It seem that the libraries are not there, but I have checked them and tried even to read them and everything was fine. I checked the paths in /etc/ld.so.conf and they are fine. Rerun the ldconfig and checked that the libraries are in the cache. Run ldd on /usr/lib/gtk-2.0/2.4.0/engines/libbluecurve.so - all dependencies were resolved. Everything looks perfectly fine.
The most strange things is that Firefox looks fine. It uses the theme. However the Thunderbird don't.
Anyone have any clue about this?
I'll be very thankful if any can suggest anything.