Use GTK Style for QT Apps (like Amarok)
From Linux Mint
Get the GTK look in your KDE applications
- What you need to compile...
sudo apt-get install subversion qt4-qtconfig libqt4-dev libgtk2.0-dev libgtkextra-x11-2.0-dev checkinstall
- Get the source...
svn co svn://labs.trolltech.com/svn/styles/gtkstyle
- Prepare and compile...
cd gtkstyle/
qmake
make
sudo checkinstall
- Change QT
Enter QT-Settings and select GUI-Style "GTK"
- enjoy your KDE apps with GTK Style :D
Using your own KDE Iconpackages with your KDE appz in Gnome
- open your ~/.kde/share/config/kdeglobals
- add following lines if they do not exist yet:
[Icons]
Theme= ...your kde icon package you want
- get kde icon packages from KDE Look and put them into ~/.icons/

