sugarlabs / sugar-toolkit-gtk3

Sugar Learning Environment, Activity Toolkit, GTK 3.
GNU Lesser General Public License v2.1
21 stars 80 forks source link

Version the GdkX11 import, fixes #4965 #330

Closed samdroid-apps closed 8 years ago

samdroid-apps commented 8 years ago

The unversioned import results in the following log noise:

/usr/lib/python2.7/site-packages/sugar3/graphics/window.py:26: PyGIWarning: GdkX11 was imported without specifying a version first. Use gi.require_version('GdkX11', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GdkX11

See @davelab6's ticket at https://bugs.sugarlabs.org/ticket/4965