I'm requesting that "Always save in history" be enabled unconditionally, i.e. regardless of whether "Keep the selection and clipboard the same" is checked. I use PRIMARY, I'd say, around 80% of the time I'm copying/pasting. As such, it is extraordinarily helpful for me to keep a history of it, because it's my main way of dealing with selections. History is especially useful for PRIMARY since it's so easy to accidentally select another piece of text, wiping out your previous selection. At the same time, I want PRIMARY and CLIPBOARD to be separate: when I explicitly copy something, I don't expect a selection later on to overwrite it. In short, I want my PRIMARY and CLIPBOARD to remain independent (as they normally are in the absence of a clipboard manager), but have Klipper store both of them when a new selection is made. I'm 99% sure this is a regression (from my perspective), and that Klipper used to operate this way. A few years ago it stopped working as it used to, but I didn't get around to filing a report till now. For reference, this is also how Klipper works in TDE which, although I haven't checked, I imagine hasn't changed much since the KDE3 days.
This would require storing essentially two parallel histories: One for primary selection and one for traditional selection. I'm struggling to imagine a UI for this that's not really confusing for people who aren't clipboard experts.
(In reply to Nate Graham from comment #1) > This would require storing essentially two parallel histories: One for > primary selection and one for traditional selection. I'm struggling to > imagine a UI for this that's not really confusing for people who aren't > clipboard experts. From my perspective, lumping them all together in one history is completely fine. Yes, you lose the "origin" of the selection, so when you reselect it, it'll be in both PRIMARY and CLIPBOARD. But that, to me, is so much better than accidentally losing my selections. I do understand that this change, however implemented, could be confusing for those not well-versed in X's selections.
> lumping them all together in one history is completely fine Isn't that what happens when you use the "Keep the selection and clipboard the same" setting?
Ah I get it, you don't want them synced, just that primary selection gets added to the history without needing to be synced with the traditional selection (and vice versa). *** This bug has been marked as a duplicate of bug 492840 ***