https://bugs.kde.org/show_bug.cgi?id=422426
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.23 Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/6104dc50cfa4 | |cfa6467029dfdad17c9848dc225 | |c Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #30 from David Redondo <k...@david-redondo.de> --- Git commit 6104dc50cfa4cfa6467029dfdad17c9848dc225c by David Redondo. Committed on 19/08/2021 at 06:46. Pushed by davidre into branch 'master'. xwl: Sync primary selection Syncs the primary selection from wayland to X and from X to wayland. Instead of doing it through the internal connection like the clipboard, this sets/reacts to changes in SeatInterface::prrimarySelection directly. FIXED-IN:5.23 M +1 -0 src/atoms.cpp M +1 -0 src/atoms.h M +1 -0 src/xwl/CMakeLists.txt M +3 -1 src/xwl/databridge.cpp M +2 -0 src/xwl/databridge.h A +209 -0 src/xwl/primary.cpp [License: GPL(v2.0+)] A +69 -0 src/xwl/primary.h [License: GPL(v2.0+)] M +1 -1 src/xwl/selection_source.h https://invent.kde.org/plasma/kwin/commit/6104dc50cfa4cfa6467029dfdad17c9848dc225c -- You are receiving this mail because: You are watching all bug changes.