Version: v0.9.7 (using 4.4.2 (KDE 4.4.2), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.32-21-generic Hi, I have long observed a strange behaviour in Klipper and I don´t know whether this is a bug or not. An example: I have two programs open, e.g. a text file in Kate and Firefox. Now I copy some words out of the Kate document to the clipboard and paste it in Firefox's search or urlbar or wherever. Everything works the way I want it. :-) But if I try to paste the clipboard entry after I have closed Kate, nothing happens. Klipper display the entry still in first place available, but strangely the clipboard seems to be empty. Only when I activate the entry in Klipper again, I can paste where I want. Now I wonder whether this is a bug or a feature? I really hope it´s not feature, because it is really annoying.
Well, it is a regression. Klipper does not currently get a notification from Qt/ that the app has closed. I am sort of working on it when I feel like it. In any case, the way clipboads work in X (or pretty much any other system), the best klipper can do is offer limited functionality when apps are closed. Of course, that can be a huge improvement over none.
I'm pretty sure that this problem has first appear with KDE 4.4. With KDE 4.3 I don´t have notices such behaviour, but maybe I am wrong. Thanks anyway!
This report is a dupe btw. Yes, the regression came with 4.0. I can even point you to the commit, if you prefer, but the bug it fixed was worse.
There is a lot of dupes about this same bug... but if it's a qt bug, seems we are complaining on the wrong place.
It's not a bug, perhaps, just behaviour: QClipboard simply does not report on changes to empty clipboards. I think setting a certain ATOM might get QCLipboard to behave better, but I just haven't had any energy for coding lately.
I've tested it with xclipboard instead of klipper and it seems to work there - but selecting text, closing the application and pasting using the middle button doesn't work their either. It was also tested to start iceweasel (gtk), copy text and then close iceweasel. It works with xclipboard, but not with klipper.
*** This bug has been marked as a duplicate of bug 229052 ***