https://bugs.kde.org/show_bug.cgi?id=448920
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/fdea6d151ec3 | |1d80047eaf9bc1649394e5e9602 | |a Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit fdea6d151ec31d80047eaf9bc1649394e5e9602a by Nate Graham, on behalf of David Edmundson. Committed on 24/01/2022 at 20:43. Pushed by ngraham into branch 'master'. Fix xwayland DND crash Drag and drop objects slightly outlive wayland's DND concept as we have to cancel the client and wait for a response. This normally is fine, except in the case that the drag ended because the sender quit. 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. M +1 -0 src/xwl/dnd.cpp https://invent.kde.org/plasma/kwin/commit/fdea6d151ec31d80047eaf9bc1649394e5e9602a -- You are receiving this mail because: You are watching all bug changes.