The small hack I found seems to work in a stable manner, so I'm posting a small tip to automate it since the "Palette" lines keep on coming back at every session login.
Just create a shell script wherever you want (mine is ~/fix_qt4_colors) and paste the following 2 lines into it: #!/bin/sh cat ~/.config/Trolltech.conf | grep -v ^Palette > ~/.config/Trolltech.conf That will filter out the lines charged with messing colors for qt4-only apps and save the result back to Trollech.conf. Now all you need to do is make the script executable and add it to your session startup through Systemsettings' Autostart module. P.s.: I know this is a basic procedure but many linux beginners follow the instructions found in bug reports to solve problems. P.p.s: I'm posting this on bugs.kde.org as well. -- Qt4 apps have wrong color scheme under KDE4 https://bugs.launchpad.net/bugs/289540 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
