https://bugs.kde.org/show_bug.cgi?id=466414
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.3 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kguiaddons/-/commit/ | |0420025cc0d706856076bb71143 | |c04f857871ac2 Status|ASSIGNED |RESOLVED --- Comment #34 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 0420025cc0d706856076bb71143c04f857871ac2 by David Edmundson. Committed on 04/06/2024 at 08:49. Pushed by davidedmundson into branch 'master'. clipboard: Add roundtrip when setting clipboard To avoid deadlocking when copying data, klipper will use the regular clipboard whilst we have keyboard focus. This is a bit of a hack, but without better alternatives. If data is set this way, the check when we receive a new clipboard to see if we are the owner does not work. Checking QClipboard::ownsClipboard does not work as we still want to track changes from other parts of the smae process. As an alternative, when using this specific path we make it synchronous so that the change signal can be ignored. FIXED-IN: 6.3 M +4 -0 src/systemclipboard/waylandclipboard.cpp https://invent.kde.org/frameworks/kguiaddons/-/commit/0420025cc0d706856076bb71143c04f857871ac2 -- You are receiving this mail because: You are watching all bug changes.