https://bugs.kde.org/show_bug.cgi?id=509975

--- Comment #6 from [email protected] ---
Hm, then I suspect the underlying issue might be the same as here:
https://bugs.kde.org/show_bug.cgi?id=506325#c16

There, touching the codepaths that fire when emptyclipboard is detected solves
the issue, which mirros what you experience (and there indeed the problem is
that selection in GTK, a new event is fired for every character (de)selected
and when you unselect all, it also tries to empty the primary clipboard (which
is why NoEmptyClipboard=false - what that does needs to be changed for when the
clipboard entry comes from selection). I should have a patch ready in at most a
week (I suspect the proper fix might a bit bigger refactor than just a few
lines, though a rudimentary patch I have solves the other issue already).

That my MR could solve that was just a hunch - and it seemed to solve it for
me. It touches how selection is signalled, but if it has not fixed it for you,
might hunch was wrong and maybe I am somehow triggering it differently than
you.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to