Thank you for your bug report. What desktop environment do you use?

Could you report it upstream on
https://gitlab.gnome.org/GNOME/pygobject/ ?

** Changed in: pygobject (Ubuntu)
   Importance: Undecided => Low

** Changed in: pygobject (Ubuntu)
       Status: New => Incomplete

-- 
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 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/ubuntu/+source/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

Reply via email to