summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-11 09:38:50 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-08-11 09:38:50 +0200
commit48303cd295e55d3fb51d7f4cbe534e1d6db305b3 (patch)
treefd2ed330f80eee0078a6b83c4280277f67a2e716
parent419ec5269c64dcec4625251141a1619b07d82cae (diff)
Add DnD problem under KWin to list of known limitations (#997)
-rw-r--r--README.Wayland.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index f586d8075..4bd45f837 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -171,6 +171,10 @@ Feedback for other writing systems would be helpful.
* Using OpenGL inside Wayland windows doesn't seem to work on RaspberryPi hardware,
although it works inside X11 windows on the same hardware.
+* Drag-and-drop initiation from a subwindow doesn't work under the KDE/Plasma desktop.
+That is most probably a KWin bug because no such problem occurs with 3 other
+Wayland compositors (Mutter, Weston, Sway). A workaround is proposed in issue #997
+of the FLTK github repository (https://github.com/fltk/fltk/issues/997).
3 Platform Specific Notes
=========================