https://bugs.kde.org/show_bug.cgi?id=495537
--- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 1e45a2d19bdab578155b5e5ef2c0f7bb99a440c8 by Vlad Zahorodnii. Committed on 06/11/2024 at 15:31. Pushed by vladz into branch 'master'. Synchronize _q_showWithoutActivating with the panel takes focus property When a window is shown, QtWayland will attempt to activate the window unless it has a special type or the _q_showWithoutActivating property is set to true. If that property is not set, it can result in providing conflicting input hints to the compositor, e.g. the compositor is told that the given surface accepts no focus and yet it's asked to activate it. M +2 -0 src/plasmaquick/plasmashellwaylandintegration.cpp https://invent.kde.org/plasma/libplasma/-/commit/1e45a2d19bdab578155b5e5ef2c0f7bb99a440c8 -- You are receiving this mail because: You are watching all bug changes.