Skip to content

wayland: Fix supported action initialization in data offer interface

Vlad Zahorodnii requested to merge work/zzag/cherry-pick-dnd-fix into Plasma/5.24

Currently we guess the supported and preferred dnd actions in data offer for version >= 3. This can create problems because kwin may not send the right action events when the supported dnd actions actually change.

Merge request reports