[Bug 168200] Incorrect color scheme in Qt4 applications, running in KDE4 environment

Federico Lox Lucignano federico.lox at gmail.com
Sat Nov 8 16:50:16 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=168200





--- Comment #10 from Federico "Lox" Lucignano <federico lox gmail com>  2008-11-08 17:50:14 ---
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 Launchpad too.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list