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 |https://invent.kde.org/plas |ma/kwin/commit/fdea6d151ec3 |ma/kwin/commit/5079fa82360a |1d80047eaf9bc1649394e5e9602 |012aa48687717d7e4be8d29e0b0 |a |f --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 5079fa82360a012aa48687717d7e4be8d29e0b0f by Nate Graham, on behalf of David Edmundson. Committed on 24/01/2022 at 21:27. Pushed by ngraham into branch 'Plasma/5.24'. 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. (cherry picked from commit fdea6d151ec31d80047eaf9bc1649394e5e9602a) M +1 -0 src/xwl/dnd.cpp https://invent.kde.org/plasma/kwin/commit/5079fa82360a012aa48687717d7e4be8d29e0b0f -- You are receiving this mail because: You are watching all bug changes.