https://bugs.kde.org/show_bug.cgi?id=506325
--- Comment #30 from [email protected] --- Putting SyncClipboards=false NoEmptyClipboard=true into ~.config/klipperrc and restartning plasma (with plasmashell --replace) solves the issue for me, could anybody confirm? I suspect the root cause of this is the same for https://bugs.kde.org/show_bug.cgi?id=509975 I got an even easier way to trigger this, for any GTK3 or GTK4 application (I tried Meld and gnome-text-editor and Subtitleeditor) is to just select two characters, paste and select another two characters and paste. I think the issue is because GTK applications send a new clipboard select event every time the cursor moves when selecting (actually more than one per character) and also send empty clipboard when nothing gets selected (like when you just click on text edit area to move cursor - that clears the primary clipboard). This clearing touches codepaths in clipper that should not fire when the empty is from primary selection - in trying to prevent empty clipboard, it uses the last clipboard entry, which is where this bug comes from. -- You are receiving this mail because: You are watching all bug changes.
