notHerbert wrote:This is ARCH=x86 x11-themes/gtk-chtheme-0.3.1-r1
I do get the GUI but it segfaults when I click on a theme.
I was thinking just the other day that it would be nice to have a Gtk theme changer, but I was unaware of gtk-chtheme. I tried re-emerging gtk-engines. :cry:
hmmm I have the same version, but am using amd64 arch. there is a gtk-chthtme-0.3.1.ebuild in the tree, maybe try that one? it is small, maybe you could compile it by hand (maybe with some debug options) and send a backtrace of the crash to the developer (or gentoo bugzilla).
edit: I assure you, this is THE gtk theme changer that people use all the time, so it should work just fine. maybe re-merge the apps in the DEPEND and RDEPEND list in the gtk-chthtme ebuild (looks like >=gtk+-2 and pkgconfig...... and its not pkgconfig's fault...)....
what are your USE flags that GTK+ cares about?
another idea: compile gtk+ with debug USE flag, then run gtk-chthtme in gdb and run a backtrace when it crashes. gtk-chthtme itself doesn't seem to be affected by the debug USE flag, so either adjust the ebuild and digest it, or compile gtk-chtheme by hand with ./configure --enable-debug. when it crashes in gdb, run `bt full' and either read through the output yourself, or post a bug with it.