[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable
terranova
bugzilla_noreply at kde.org
Mon May 13 19:50:53 BST 2024
https://bugs.kde.org/show_bug.cgi?id=482142
--- Comment #34 from terranova <matthewnnewland at gmail.com> ---
FWIW this patch seems to work for me KWin side (this is just based on the
description of the KWin change in Chromium, I have no idea about regression
potential):
```
diff --git a/src/wayland/seat.cpp b/src/wayland/seat.cpp
index 9698156f6f..8cda1a94f4 100644
--- a/src/wayland/seat.cpp
+++ b/src/wayland/seat.cpp
@@ -290,6 +290,7 @@ void SeatInterfacePrivate::endDrag()
Q_EMIT q->dragDropped();
dragTargetDevice->drop();
dragSource->dropPerformed();
+ dragSource->dndFinished();
} else {
dragSource->dropPerformed();
dragSource->dndCancelled();
```
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list