https://bugs.kde.org/show_bug.cgi?id=505209
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/a66825f521466c469280b2505 | |53207e55a03e40a Status|CONFIRMED |RESOLVED Version| |6.8.0 Fixed/Implemented| | In| | Resolution|--- |FIXED --- Comment #17 from [email protected] --- Git commit a66825f521466c469280b250553207e55a03e40a by Tomáš Hnyk. Committed on 20/08/2026 at 05:42. Pushed by ngraham into branch 'master'. Klipper: Mark sync selection consistently Previously, the flag was not applied consistently, which was breaking for example LibreOffice Calc when copying between sheets. To fix this, only the change to systemclipboard.cpp is needed, the change to hisotrymodel.cpp is just for correctness sake. There, the code only fires when "Keep the selection and clipboard the same" is checked, the reason for clipboard update is always SyncSelection, so we should pass it on. FIXED-IN: 6.8.0 M +3 -1 klipper/historymodel.cpp M +3 -0 klipper/systemclipboard.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/a66825f521466c469280b250553207e55a03e40a -- You are receiving this mail because: You are watching all bug changes.
