https://bugs.kde.org/show_bug.cgi?id=417590
--- Comment #37 from Jakub Kuczys <m...@jacken.men> --- This should be reproducible on Plasma 5.25 using X11 with following steps. 1. Put this in `~/.config/klipperrc`: ``` [General] MaxClipItems=1 NoEmptyClipboard=false Version=5.25.2 ``` 2. Logout and relogin so that the new Klipper settings get loaded. 3. If your clipboard history is not empty, clear it. 4. Copy some text into your clipboard using Ctrl+C (only use the combination once). 5. Try pasting. This should work. 6. Copy some other text into your clipboard using Ctrl+C (only use the combination once). 7. Try pasting. This should fail. 8. Try copying the same text into your clipboard using Ctrl+C. 9. Try pasting. This should work. On Plasma 5.24 (also using X11), you can replace step 1and 2 by setting the following configuration in Klipper's configuration window (on 5.25, the prevent empty clipboard option was removed from the UI but still intentionally kept as a newly named option `NoEmptyClipboard` which is what was used in the steps above instead of Klipper's UI). I access the configuration window by clicking on the clipboard icon in the taskbar and clicking the settings button in the top right corner of the clipboard manager that pops up. The options that you need to set to reproduce this are: - [ ] Prevent empty clipboard - Clipboard history size: 1 entry The rest of the settings are afaik irrelevant but here they are (these are the defaults afaik): - [x] Save clipboard contents on exit - [x] Ignore images - [x] Ignore selection - Timeout for action popups: 8 seconds There's also a bunch of recordings made by me on Plasma 5.25 attached to this bug which you can also try watching to maybe see some additional way of reproducing that I didn't describe here in case you need it. Let me know if you need anything else. -- You are receiving this mail because: You are watching all bug changes.