GNOME Bugzilla – Bug 109311
theme manager crashes on start
Last modified: 2004-12-22 21:47:04 UTC
I get a crash each time I try to start the theme manager applet. Don't know if it's a theme manager issue. I've been upgrading to 2.2 by installing from the latest source packages. Somehow, all my icons have disappeared from the Foot menu and nautilus. The last time that happened, I was able to change the nautilus theme to restore the icons. I've tried changing the nautilus theme by hand and through gconf. Neither change has any effect. I don't know if the
Created attachment 15222 [details] stack trace
Pasting the backtrace inline to make it easier to search... Backtrace was generated from '/usr/local/bin/gnome-theme-manager' 0x404e88a7 in waitpid () from /lib/libpthread.so.0
+ Trace 35320
Looks like the stack trace in bug 106350--may be a duplicate. Setting severity->critical, and adding the bugsquad keyword.
The same thing happens to me. I upgraded to Gnome 2.2 in Debian just recently and that so far seems to be the only major problem I have is the segfault in the theme manager. I removed all my orbit directories from /tmp and even removed all my ~/.gnome* directories but still the same problem exists ;-(
This looks like a known issue. In gnome-theme-manager.c at lines 301-306, gtk_theme and icon_theme are read as 0x0 then changed to "Default". The window_theme is read correctly.
I don't have a "Default" icon theme installed. I think the problem was that when gnome-theme-manager didn't find a value for the ICON_THEME_KEY, it set the value to "Default". This caused the crash, because I don't have a "Default" icon theme. I did a gconftool-2 --type=string --set /desktop/gnome/interface-icon_theme gnome. The theme manager now seems to be running properly. Maybe theme manager should use "gnome" instead of "Default" as the fallback icon theme?
Marking as a duplicate of bug 106350 *** This bug has been marked as a duplicate of 106350 ***