Comment 11 for bug 747796

Revision history for this message
Erdem (farukerdemoncel) wrote : Re: gnome-language-selector crashes after a fresh install

Here's the output requested:

$ dpkg -l python-gobject|grep ^i

ii python-gobject 2.28.3-1ubuntu1 Python bindings for the GObject library

$ python -c 'from gi.repository import Gtk; print Gtk.IconSize, dir(Gtk.IconSize)'

<class 'gi.repository.Gtk.GtkIconSize'> ['BUTTON', 'DND', 'DiALOG', 'LARGE_TOOLBAR', 'MENU', 'SMALL_TOOLBAR', '__abs__', '__add__', '__and__', '__class__', '__cmp__', '__coerce__', '__delattr__', '__dict__', '__div__', '__divmod__', '__doc__', '__enum_values__', '__eq__', '__float__', '__floordiv__', '__format__', '__ge__', '__getattribute__', '__getnewargs__', '__gt__', '__gtype__', '__hash__', '__hex__', '__index__', '__info__', '__init__', '__int__', '__invert__', '__le__', '__long__', '__lshift__', '__lt__', '__mod__', '__module__', '__mul__', '__ne__', '__neg__', '__new__', '__nonzero__', '__oct__', '__or__', '__pos__', '__pow__', '__radd__', '__rand__', '__rdiv__', '__rdivmod__', '__reduce__', '__reduce_ex__', '__repr__', '__rfloordiv__', '__rlshift__', '__rmod__', '__rmul__', '__ror__', '__rpow__', '__rrshift__', '__rshift__', '__rsub__', '__rtruediv__', '__rxor__', '__setattr__', '__sizeof__', '__str__', '__sub__', '__subclasshook__', '__truediv__', '__trunc__', '__weakref__', '__xor__', 'bit_length', 'conjugate', 'denominator', 'iNVALiD', 'imag', 'numerator', 'real', 'value_name', 'value_nick']

Thanks ..