https://bugs.kde.org/show_bug.cgi?id=493737

David Edmundson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |[email protected]

--- Comment #6 from David Edmundson <[email protected]> ---
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.

Reply via email to