Het forum

Bug during Install of PlayOnLinux

White text on white background

Auteur Antwoorden
tyroie Zondag 5 December 2010 om 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 Donderdag 20 Januari 2011 om 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 Zondag 24 Juli 2011 om 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 Zondag 24 Juli 2011 om 19:07
Quentin PÂRISAnonymous

Modify .gtkrc
Montblanc Donderdag 25 Augustus 2011 om 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"