Summary: | Klipper always copies selection, regardless of it's configuration | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | mdcclxv <mdcclxv> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | major | CC: | bjoel2, myaddons, nate, s.cimerman |
Priority: | NOR | ||
Version: | 6.2.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mdcclxv
2024-10-14 19:19:14 UTC
Can confirm - same here. Today I ran three updates and got new KDE 6.2.0. The configure clipboard has set: Text selection: Only when explicitly copied - and it copies everything. This is incredibly annoying for us who don't like to use auto-copy. Can confirm. Plasma 6.2.0 I am also experiencing the problem under Arch Linux with Plasma 6.2.2, Frameworks 6.7.0 and Qt 6.8.0. A temporary workaround seems to be to temporarily disable the synchronization between selection and clipboard. So you checked the checkbox for "Keep the selection and clipboard the same" and then the radio button for "Only when explicitly copied"? If so, then this is actually working as expected: you selected something, so it went on the clipboard (per the checkbox being checked) but did *not* get saved in the history (due to "always save in history" not being checked). Or are you saying that it *does* appear in the history popup? If not, then all you have to do is uncheck that checkbox, and you should have the UX you want. Ouch!! My bad, that "Keep selection ..." checkbox definitely wasn't there before reporting the issue. Most probably came with the last Plasma update and I didn't notice it. Unchecking it makes Klipper working as expected. Apologies for the false alarm and thanks for answering. |