Hello. My problem is thus: I was installing a new iconset for kde, and it literally killed kde on the spot (it was gorilla icons, I believe). Anyway, I was not too concerned (I don't use KDE much), but it caused all KDE applications to fail. Here's my message from a KDE app run from GNOME:
Code:
dude@linux1:~$ kword
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kdecore (KIconLoader): WARNING: Icon directory /home/dude/.kde/share/icons/crystal/ group not valid.
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kbuildsycoca running...
kdecore (KIconLoader): WARNING: Icon directory /home/dude/.kde/share/icons/crystal/ group not valid.
kword: art_render_gradient.c:337: art_render_gradient_linear_render_8: Assertion `(stops[ix-1].offset <= offset_fraction + 1e-6) || ((stops[ix].offset > (1.0 - 1e-6)) && (offset_fraction < 1e-6 ))' failed.
KCrash: Application 'kword' crashing...
kdecore (KIconLoader): WARNING: Icon directory /home/dude/.kde/share/icons/crystal/ group not valid.
drkonqi: art_render_gradient.c:337: art_render_gradient_linear_render_8: Assertion `(stops[ix-1].offset <= offset_fraction + 1e-6) || ((stops[ix].offset > (1.0 - 1e-6)) && (offset_fraction < 1e-6 ))' failed.
I know the problem is about the KIconLoader, and I know that it's the icon set that is the problem...Basically, how can I change the icon set without booting KDE, e.g., in a file somewhere?
Oh, and KDE works fine with other users.