Skip to content

wayland: Ignore plasma shell reposition requests during interactive move resize

Vlad Zahorodnii requested to merge work/cherry-pick-a10c322f into Plasma/6.1

Both kwin and plasma have different placement strategies during interactive move resize. That can result in the window flipping between two positions.

In order to prevent that, this change makes kwin placement take precedence over the window position specified using the plasmashell protocol. This can be considered as a workaround.

BUG: 481829

(cherry picked from commit a10c322f)

Co-authored-by: Vlad Zahorodnii vlad.zahorodnii@kde.org

Merge request reports