STEPS TO REPRODUCE 1. enable 'Enable Keep the selection and clipboard the same' in clicpboard settings 2. select text with mouse - I selected text in Kate 3. OBSERVED RESULT selected text does not appear in the history of Clipboard applet and nothing is pasted if I press ctrl+v. EXPECTED RESULT 'Enable Keep the selection and clipboard the same' should work. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.26.80 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.6 Graphics Platform: Wayland
Let me guess: you have "only when explicitly copied" checked? Does it start working like you expect if you instead check "Always save in history"? If so, I think the "only when explicitly copied" setting is broken and actually controls synchronization, not whether the synchronized text is added to the clipboard history.
(In reply to Nate Graham from comment #1) > Does it start working like you expect if you instead check "Always save in history"? Yes. I can't even paste a selected text with ctrl+v if 'Only when explicitly copied' is selected.
*** Bug 461947 has been marked as a duplicate of this bug. ***
*** Bug 483422 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4483
Can also reproduce on X11 now
Git commit d5cf7ef122647f5f1c1eadc000bc2a9f277fd26e by Marco Martin, on behalf of Fushan Wen. Committed on 27/06/2024 at 10:37. Pushed by fusionfuture into branch 'master'. klipper: explicitly sync clipboard with selection with `IgnoreSelection` enabled When `SyncClipboards` is true but `IgnoreSelection` is true, the clipboard should still sync clipboard and selection. However, this is not done automatically, so Klipper still needs to do it manually. FIXED-IN: 6.2 M +32 -10 appiumtests/applets/clipboardtest.py M +16 -29 klipper/klipper.cpp M +0 -16 klipper/klipper.h M +32 -3 klipper/systemclipboard.cpp M +18 -1 klipper/systemclipboard.h https://invent.kde.org/plasma/plasma-workspace/-/commit/d5cf7ef122647f5f1c1eadc000bc2a9f277fd26e