https://bugzilla.novell.com/show_bug.cgi?id=392792 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=392792#c2 --- Comment #2 from Dirk Mueller <dmueller@novell.com> 2008-06-02 04:45:24 MDT --- I've fixed that upstream.. --- kstyles/oxygen/oxygen.cpp (Revision 814437) +++ kstyles/oxygen/oxygen.cpp (Revision 814438) @@ -1852,6 +1852,11 @@ void OxygenStyle::polish(QWidget* widget switch (widget->windowFlags() & Qt::WindowType_Mask) { case Qt::Window: + // don't install a gradient on a (possibly blank) screen saver + if (widget->inherits("KScreenSaver")) + break; + + // fall through case Qt::Dialog: widget->installEventFilter(this); break; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.