Bug ID 1152875
Summary typelib-1_0-Gtk-3_0 stopped working after glib update
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component GNOME
Assignee gnome-bugs@suse.de
Reporter asn@cryptomilk.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

I'm packaging solaar (to configure Logitech devices) which is using python3 and
the gtk bindings. The program stopped working with the following error when
importing the ui:

-> import solaar.ui as ui
(Pdb) n
TypeError: GObject.__init__() takes exactly 0 arguments (4 given)

Looking at the solaar.ui init it just does:
from gi.repository import GLib, Gtk

which seems to fail. I guess that the glib bindings have been updated but not
typelib-1_0-Gtk-3_0.


You are receiving this mail because: