On Monday 04 February 2013 19:04:47 David Faure wrote:
> 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.
That's already quite good. As written in the other mail that means we can drop 
the do not manage. Everything else we will be able to solve.

But I think I have to bite the bullet and install Java again.

--
Martin Gräßlin
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to