e01837f8be8bd7ce51c665598df458e3b804541c
When writing Python apps that will use asynchronous DBus calls and signals, python-dbus must be initialised with the appropriate main loop. sugar currently does this by importing the datastore module from sugar-toolkit-gtk3, and the datastore module uses the deprecated and confusing dbus.glib module (which automatically and non-obviously sets the default GLib main context as the DBus mainloop). Eliminate the dbus.glib usage from sugar-toolkit-gtk3 as part of the effort to make sugar initialised the DBus mainloop in a more explicit and non-deprecated fashion.
…
…
…
…
…
…
Sugar is the core of the OLPC Human Interface. The toolkit provides a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore.
Description
Languages
Gettext Catalog
62.6%
Python
24.5%
C
12.3%
Makefile
0.3%
M4
0.3%