Advertisement
Guest User

Untitled

a guest
Dec 6th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. helena@yuggoth:~$ software-properties-gtk
  2. gpg: /tmp/tmpyvez7i/trustdb.gpg: trustdb created
  3. Traceback (most recent call last):
  4. File "/usr/bin/software-properties-gtk", line 103, in <module>
  5. app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
  6. File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 173, in __init__
  7. self.show_distro()
  8. File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 358, in show_distro
  9. self.block_handlers()
  10. File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 348, in block_handlers
  11. if widget.handler_is_connected(self.handlers[widget]):
  12. File "/usr/lib/python3/dist-packages/gi/overrides/GObject.py", line 429, in wrapper
  13. return func(_get_instance_for_signal(obj), *args, **kwargs)
  14. File "/usr/lib/python3/dist-packages/gi/types.py", line 113, in function
  15. return info.invoke(*args, **kwargs)
  16. TypeError: argument instance: Expected GObject.Object, but got PyCapsule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement