GNOME Bugzilla – Bug 365128
crash to iconcache code when using gtk-qt theme
Last modified: 2008-03-19 18:07:07 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/nautilus/+bug/67086 "... (gdb) run Starting program: /usr/bin/nautilus [Thread debugging using libthread_db enabled] [New Thread -1226987856 (LWP 6458)] [New Thread -1288918096 (LWP 6469)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1226987856 (LWP 6458)] *__GI_strcmp (p1=0x1d287f6d <Address 0x1d287f6d out of bounds>, p2=0x823dc10 "8x8/emblems") at strcmp.c:38 38 strcmp.c: No such file or directory. in strcmp.c (gdb) thread apply all bt
+ Trace 78331
Thread 1 (Thread -1226987856 (LWP 6458))
I did the following to fix it: 1) created new user 2) logged in to gnome with this user 3) gnome crashed 4) remove the gtk-qt theme as described in the other bug (actually removed whole kde by apt-get remove kdelibs) 5) deleted all gnome folders (.gnome, .gconf, ...) - simply all that were created after 2) 6) logged in to gnome again 7) gnome started OK I do not remember exactly if I changed the default theme in KDE, it is quite possible Hope it helps."
Sounds like a bug in the gtk-qt theme then.
*** Bug 520060 has been marked as a duplicate of this bug. ***
*** Bug 522012 has been marked as a duplicate of this bug. ***
*** Bug 521719 has been marked as a duplicate of this bug. ***
*** Bug 521896 has been marked as a duplicate of this bug. ***
Maybe somebody could report the bug to the GTK-Qt developers? http://gtk-qt.ecs.soton.ac.uk/trac/newticket You have to start Nautilus in a terminal with GTK_QT_ENGINE_DEBUG=1 nautilus to get debugging output, and copy & paste the last few lines.