Skip to content

Fix xwayland DND crash

David Edmundson requested to merge work/x11_dnd into master

Drag and drop objects slightly outlive wayland's DND concept as we have to cancel the client and wait for a response.

Calling setWlSource on drag ends creates a matching pair with Dnd::startDrag where we first set the source and has parralels with clipboard.

Selection::handleSelectionRequest checks for the presence of a source.

I could not reproduce the original bug.

BUG: 448920

Merge request reports