KJavaAppletWidget's usage of KWindowSystem

David Faure faure at kde.org
Mon Feb 4 18:04:47 GMT 2013


On Monday 04 February 2013 17:47:45 Aaron J. Seigo wrote:
> On Saturday, February 2, 2013 13:05:15 David Faure wrote:
> > I tried removing the doNotManage() call, and...
> 
> if you replace them with:
> 
> 	setWindowFlags(Qt::X11BypassWindowManagerHint | windowFlags())
> 
> does it work?

Test monkey says: no.

As I suspected, this doesn't fully solve it, because the applets still create 
toplevel widgets, which show up and then disappear. Not having window 
decorations doesn't really solve the flicker.
What we want is for these "toplevel windows" to not show up at all.

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5





More information about the kfm-devel mailing list