The forum

Bug during Install of PlayOnLinux

White text on white background

Author Replies
tyroie Sunday 5 December 2010 at 22:58
tyroieAnonymous

I've got my desktop set up to use a light-colored text on a dark background.

The installation program of PlayOnLinux uses my default text color, but then forces a white background, resulting in completely unreadable text.
kijote Thursday 20 January 2011 at 13:30
kijoteAnonymous

Same bug here...

PlayOnLinux must choice the user desktop color setup or its own color setup, but actualy uses both in a wrong way.
Montblanc Sunday 24 July 2011 at 18:15
Montblanc

So, let's assume I'm on KDE. How do I choose a different color scheme for GTK+ apps?
Quentin PÂRIS Sunday 24 July 2011 at 19:07
Quentin PÂRISAnonymous

Modify .gtkrc
Montblanc Thursday 25 August 2011 at 2:29
Montblanc

Thank you, I solved it by adding these lines to my ~/.gtkrc-2.0-kde4

style "user-colours"
{
fg[NORMAL]="#000000"
}
widget "*" style "user-colours"