Sugar Learning Environment, Activity Toolkit, GTK 3.
e01837f8be
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. |
||
---|---|---|
bin | ||
examples | ||
m4 | ||
po | ||
src | ||
tests | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
MAINTAINERS | ||
Makefile.am | ||
README |
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.