GNOME Bugzilla – Bug 743054
Gtk.Clipboard.set_with_data and .set_with_owner not implemented
Last modified: 2015-01-24 08:31:26 UTC
I'm trying to implement a clipboard utility for the neovim project, which requires storing a custom target in the clipboard (see details at [1]). I've found that python bindings for Gtk3 don't support the set_with_data method, which would be required to implement this utility. The script I have so far is at [2]. Is there a reason this hasn't been implemented? [1]: https://github.com/neovim/neovim/issues/1822 [2]: https://gist.github.com/fmoralesc/8bc5770847dc79179395
*** This bug has been marked as a duplicate of bug 656312 ***