KDE applications GTK’fied
For a pretty long time I’m running a XFCE desktop. It works like a charm and I’m really satisfied by it, but there is one little thing that is really annoying (and I guess all you GNOME users know that too): style breaking KDE applications.
Luckily there is a simple solution to this problem: QGTKStyle. If you are on Ubuntu or one of it’s derivates you can use the repository by Khashayar Naderehvandi, who provides packages for Hardy, Intrepid and Jaunty.
Here is a small step-by-step guide. Please note that you will need root privileges, obtained either by sudo (recommended) or su/login as root.
Step 1: Create a new repository entry for QGTKStyle:
echo "deb http://ppa.launchpad.net/khashayar/ppa/ubuntu intrepid main" > /etc/apt/sources.list.d/qgtkstyle.list
Step 2: Fetch the GPG public key:
wget -q http://dl.getdropbox.com/u/175461/khashayar_ppa.asc -O- | sudo apt-key add -
Step 3: Update and install QGTKStyle
apt-get update && apt-get install qgtkstyle
Step 4: Get GTK look on KDE applications
In XFCE go to Applications >> Settings >> QT 4 Settings and change the GUI Style to ‘GTK’.
That’s it.