https://bugs.kde.org/show_bug.cgi?id=478705
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/2025bf4c6b |ma/kwin/-/commit/18e6256dd6 |99950e104eb0fd79992bb3912ae |a3c97b57180319edbe5f8559892 |3a4 |556 --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 18e6256dd6a3c97b57180319edbe5f8559892556 by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 06/03/2024 at 12:42. Pushed by vladz into branch 'Plasma/6.0'. xwayland: Send to xwayland even when no window is focussed In the codepath to keep xwayland notified of key presses we have to check the focussed window is not already an xwayland client. To avoid a null dereference a guard is added that the focussed window is not null, however the current code incorrectly returns early intead of skipping just the relevant check. M +16 -15 src/xwayland/xwayland.cpp https://invent.kde.org/plasma/kwin/-/commit/18e6256dd6a3c97b57180319edbe5f8559892556 -- You are receiving this mail because: You are watching all bug changes.