Hi Marko, This is a new problem, but hopefully not one we will see in a lot of KDE apps. Please stick it in the wiki. On 02/05/2014, at 7:08 AM, mk-lists@email.de wrote: > I just tested kde4-filelight and it looks like it might also suffer from = the transparency issue. > = > When the tool is searching for files in the filesystem it shows the numbe= r of the currently found files in a central box which is so dark that the b= lack number in there is hardly to be seen=85 > = > Appending "--args -graphicssystem raster=94 to the open call did NOT solv= e the problem though. The progress thingy in the center of the diagram gets its background color = from http://api.kde.org/4.12-api/kdelibs-apidocs/kdeui/html/classKColorScheme.ht= ml It is choosing colors for Active status in a Tooltip (usually yellow?). Vis= ibility was much improved when I inserted a line in the paintEvent() method of kdeutils/filelight/src/part/progressBox.cpp, which said: paint.setPen(view.foreground().color()); The text then came out in white. The default pen is black. See bug report a= nd patch at: https://bugs.kde.org/show_bug.cgi?id=3D334261 https://bugs.kde.org/attachment.cgi?id=3D86423&action=3Dedit Cheers, Ian W. P.S. Nice little utility that one! _______________________________________________ kde-mac@kde.org List Information: https://mail.kde.org/mailman/listinfo/kde-mac KDE/Mac Information: http://community.kde.org/Mac