fix gnome fonts in kde
You’re running kde instead of gnome gui.
When you start gnome based apps, you get clunky gnome apperance settings without the nice fonts and window decorations.
What you need to do is run gnome appearance properties.
$ vim ~/.kde/Autostart/gk.sh
#!/bin/sh # fc4 # uncomment the next line for fedora core 4 # gnome-font-properties & sleep 5 && killall -9 gnome-font-properties & # fc8 # uncomment the next line for fedora core 8 gnome-appearance-properties & sleep 5 && killall -9 gnome-appearance-properties &
$ chmod 0755 ~/.kde/Autostart/gk.sh
