https://bugs.kde.org/show_bug.cgi?id=499383
--- Comment #70 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit d6db21c8722466b8b38cdaed8582329567efc031 by David Edmundson. Committed on 27/03/2025 at 15:21. Pushed by davidedmundson into branch 'master'. wayland: Avoid creating the platform window in surfacehelper All window effect code has code to dynamically handle the window being created and torn down to update the wayland state. We don't need or want to explictly create a window ahead of time. This is proving problematic as there is a code-path that causes us to re-enter QWindow::create unsafely. M +0 -1 src/platforms/wayland/surfacehelper.h https://invent.kde.org/frameworks/kwindowsystem/-/commit/d6db21c8722466b8b38cdaed8582329567efc031 -- You are receiving this mail because: You are watching all bug changes.