https://bugs.kde.org/show_bug.cgi?id=493737
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |k...@davidedmundson.co.uk --- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- This is a good trigger: notify-send "$(date)" 'asdfadfsdfsdfadfasdfqw asdfasdfasdfasd' you need it to wrap. Underlying distortion is a QtWayland issue - we're calling QWaylandEGLWindow::updateSurface on both the main thread (resizing) and the render thread (showing the first frame), it's guarded to not crash, but depending on concurrency the oldest size might finish last. Trigger is notification layouting doing something super weird, it's resizing after rendering the first frame, which is wrong. We should fix both, priority on a notification fix as that can land in 6.2.0 -- You are receiving this mail because: You are watching all bug changes.