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
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
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
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
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
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
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
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