Re: Re: KJavaAppletWidget's usage of KWindowSystem

2013-03-03 Thread Martin Gräßlin
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()) I spent some time today on

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Martin Graesslin
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::X11Byp

Re: Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Martin Gräßlin
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()) that's also what I wanted

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread David Faure
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

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Aaron J. Seigo
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? -- Aaron J. Seigo signature.asc Description: This is a digitally signed me

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-04 Thread Martin Sandsmark
On Sat, Feb 02, 2013 at 01:05:15PM +0100, David Faure wrote: > I tried removing the doNotManage() call, and... > that makes the applets appear as standalone windows in the topleft corner of > the desktop, temporarily, until they get merged into the browser window. > In all cases, Alt+Tab shows str

Re: KJavaAppletWidget's usage of KWindowSystem

2013-02-02 Thread David Faure
On Friday 01 February 2013 13:12:54 Martin Gräßlin wrote: > * I don't know of any web page still using Java Applets khtml/java/tests/good_sites has a long list. http://www.h-online.com/security/services/Java-747799.html indeed works here (with Webkit, and somewhat with KHTML -- slower, and not al

KJavaAppletWidget's usage of KWindowSystem

2013-02-02 Thread Martin Gräßlin
Hi all, I have sent this mail to kfm-devel some time ago, but have not received any reply so far. Therefore I try on frameworks-devel as it affects frameworks. The class KJavaAppletWidget is using the method KWindowSystem::doNotManage() to tell KWin (via DBus) to not manage the applet window. Th