** Bug watch added: gitlab.gnome.org/GNOME/pygobject/-/issues #405 https://gitlab.gnome.org/GNOME/pygobject/-/issues/405
** Also affects: pygobject via https://gitlab.gnome.org/GNOME/pygobject/-/issues/405 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/1876518 Title: Gtk.Clipboard set_text() not working Status in pygobject: Unknown Status in pygobject package in Ubuntu: Incomplete Bug description: Writing to Gtk.Clipboard doesn't work (reading works). Example code: #!/usr/bin/python3 import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk, Gdk clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) clipboard.set_text("Does a text of all texts contain itself?", -1) clipboard.store() Ubuntu 20.04 with Gtk 3.36.0-1 To manage notifications about this bug go to: https://bugs.launchpad.net/pygobject/+bug/1876518/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp