Sugar Learning Environment, Activity Toolkit, GTK 3.
6e517aa3c7
Status zero is normal, so don't report it. Also don't print the log_file object. Changes log messages such as this; Exited with status 0, pid 3765 data (<_io.TextIOWrapper name=13 mode='w' encoding='UTF-8'>, '5312a7726254b3b0b9a15267c54600aec9db187e') To this; Normal successful completion, pid 3765 activity_id 5312a7726254b3b0b9a15267c54600aec9db187e |
||
---|---|---|
bin | ||
doc | ||
examples | ||
m4 | ||
po | ||
src | ||
tests | ||
.flake8 | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
MAINTAINERS | ||
make-doc.sh | ||
Makefile.am | ||
README.md |
Sugar Toolkit
Sugar Toolkit provides services and a set of GTK+ widgets to build activities and other Sugar components on Linux based computers.
This is the GTK+ 3 binding of the Sugar Toolkit.
Installing on Debian or Ubuntu
Automatically done when you install Sugar desktop.
To install Sugar Toolkit alone without Sugar desktop,
sudo apt install python-sugar3
Installing on Fedora
Automatically done when you install Sugar desktop.
To install Sugar Toolkit alone without Sugar desktop,
sudo dnf install sugar-toolkit-gtk3
Building
Sugar Toolkit follows the GNU Coding Standards.
Install all dependencies, especially sugar-artwork and sugar-datastore.
Clone the repository, run autogen.sh
, then make
and make install
.