kwin/clients/aurorae/src
Martin Gräßlin 5517d4db2c Delay closing of a window by one event cycle
This is an issue we already had in the past with Aurorae. When
closing a window the graphics scene crashes because the deco
gets destroyed before the code in the graphics scene finished
the execution.

With the port to QML this seemed to be fixed unless as it turns
out it throws an XIO error on closing:
fatal IO error 11 (Resource temporarily unavailable) on X server ":0"

This can be triggered using glxgears. Closing glxgears would
reliable crash Aurorae. To circumvent this issue we have to
delay the close by one event cycle using QMetaObject's
invokeMethod with a Qt::QueuedConnection.

This has also to be done in the useractions menu as the menu
is still open when the window closes causing the same problem
inside Aurorae.

BUG: 303450
FIXED-IN: 4.9.0
Reviewed-By: Thomas Lüking
2012-07-14 11:11:02 +02:00
..
lib Initialize themeconfig class members with default values 2012-05-19 19:46:28 +02:00
qml Do not use States and Transitions in QML of Aurorae 2012-07-05 15:22:57 +02:00
aurorae.cpp Delay closing of a window by one event cycle 2012-07-14 11:11:02 +02:00
aurorae.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
aurorae.h Delay closing of a window by one event cycle 2012-07-14 11:11:02 +02:00
aurorae.knsrc Aurorae uses KNS3 configuration file. 2010-04-23 16:45:11 +00:00
CMakeLists.txt Don't load FrameSvg in AuroraeTheme 2012-01-13 18:08:44 +01:00