Bad piece of news: fullscreen mode broken in KDE 4.3/4.4

At home, I use KDE SC 4.6 and GNOME 2.28 :wink:

When the window is already mapped, we will use the same code and when it isn’t, we will call XChangeProperty. If KDE4 only promotes windows on top of its stack, the KDE team will have to fix it.

Error 503–Service Unavailable

It is not my fault. Thanks for reporting.

I use GNOME 2.32.1 at home, I have updated the test results here:
https://bugs.kde.org/show_bug.cgi?id=276159

Hi!

I have succeeded in building OpenJDK 1.6 and 1.7, the fix will be available soon ;D

Hi!

I have tried to use the same bug fix than in NEWT but in AWT and unfortunately, it does not work. I will have to investigate a bit deeper to fix this bug.

Hi

The bug seems to have several root causes :’(

There are some problems of bad use of XSync and the window handles might be obtained by the wrong way. NEWT uses the screen identifier and only a very little bit XQueryTree whereas AWT uses only XQueryTree in a loop to get the root window. Best regards.