https://bugs.kde.org/show_bug.cgi?id=406918
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #8 from David Edmundson <k...@davidedmundson.co.uk> --- To temporarily fix your issue you can revert 22a441e071515e9c630f3bdac743c678052f88be But given you can reproduce, it would be great if you can help investigate. We deadlock in #6 0x00007f7579c88750 in QOpenGLContext::swapBuffers(QSurface*) () at /usr/lib/libQt5Gui.so.5 After a QtQuick render. (DesktopGrid is using QtQuick for the buttons on the bottom) This happens when env var "__GL_MaxFramesAllowed" is set to 1 Which we do to work round a kwin timing expectation. Can you see if this we get the freeze with an animation in qmlscene? -- You are receiving this mail because: You are watching all bug changes.