indicator-chars icon indicating copy to clipboard operation
indicator-chars copied to clipboard

Nothing in clipboard after click

Open mbolli opened this issue 12 years ago • 1 comments

On my Ubuntu 10.10 x86_64 with python-gtk2 2.24.0-2, I had to delete the gtk.Clipboard constructor attributes in the click event; now it’s working.

mbolli avatar Feb 29 '12 11:02 mbolli

@mbolli Thanks for the tip.

Same problem in Ubuntu 12.04. I changed the line cb = gtk.Clipboard(selection="PRIMARY") to cb = gtk.Clipboard() in line 117 inside the method on_char_click

Only then it is working properly.

hashken avatar Jun 14 '12 17:06 hashken