https://bugs.kde.org/show_bug.cgi?id=444325
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/3934d1d0f2f3 |ma/kwin/commit/bf84d8ba1934 |125fd7406e7be4f68c0f0d1e552 |123ef9b17ae263b852e87017238 |0 |3 --- Comment #25 from Vlad Zahorodnii <[email protected]> --- Git commit bf84d8ba1934123ef9b17ae263b852e870172383 by Vlad Zahorodnii. Committed on 09/08/2022 at 12:21. Pushed by vladz into branch 'Plasma/5.25'. wayland: Remove surface() check in Window::setupWindowManagement() At the moment, an Xwayland window can be marked ready for painting even though the corresponding wl_surface is missing. If that happens, Window::setupWindowManagement() will fail to create a plasma window and the task manager won't display the corresponding item. As a short-term solution, remove the surface() check. It's not really needed after all. For example, if it takes too long to start an app or it doesn't show up at all, we still want to see a task manager item. In long-term, kwin probably needs to take into account both xsync and whether wl_surface has been associated, which is more complex. (cherry picked from commit 3934d1d0f2f3125fd7406e7be4f68c0f0d1e5520) M +1 -4 src/window.cpp https://invent.kde.org/plasma/kwin/commit/bf84d8ba1934123ef9b17ae263b852e870172383 -- You are receiving this mail because: You are watching all bug changes.
