I use Gnome. I want to change the appearance of KDE applications such as Amarok. The colors in Amarok don't match the rest of my applications. How can I customize them?
Asked
Active
Viewed 2,576 times
1 Answers
5
you can install qt4-qtconfig :
sudo apt-get install qt4-qtconfig
this tool to change any Qt 4 apps' theme, it's can mimic GTK theme too for Qt, but if there is any qt3 apps, use qt3-qtconfig
sudo apt-get install qt3-qtconfig
htorque
- 66,134
squallbayu
- 3,054
qt4-qtconfigto do it. Qt3 has no option to mimic your Gtk theme, so installingsudo apt-get install qt3-qtconfigwill only help if there is a Qt3 version of your Gtk theme. – Matthew Oct 15 '10 at 15:33