Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugarlabs/sugar
Sugar GTK shell
https://github.com/sugarlabs/sugar
Last synced: 8 days ago
JSON representation
Sugar GTK shell
- Host: GitHub
- URL: https://github.com/sugarlabs/sugar
- Owner: sugarlabs
- License: gpl-3.0
- Created: 2013-06-10T13:49:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T22:39:15.000Z (4 months ago)
- Last Synced: 2024-08-01T13:17:54.277Z (3 months ago)
- Language: Python
- Homepage:
- Size: 24.5 MB
- Stars: 253
- Watchers: 45
- Forks: 240
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - Sugar is a learning platform that reinvents how computers are used for education. Collaboration, reflection, and discovery are integrated directly into the user interface. (Applications / Education)
- Awesome-Linux-Software - ![Open-Source Software - Sugar is a learning platform that reinvents how computers are used for education. Collaboration, reflection, and discovery are integrated directly into the user interface. (Applications / Education)
README
Sugar
=====Sugar is the desktop environment component of a worldwide effort to
provide every child with an equal opportunity for a quality
education. Available in more than twenty-five languages, Sugar
Activities are used every school day by children in more than forty
countries.Originally developed for the One Laptop per Child XO-1 netbook, Sugar
can run on most computers.Sugar is free/libre and open-source software.
https://www.sugarlabs.org/
Installing on Debian or Ubuntu
------------------------------```
sudo apt install sucrose
```Then log out, and log in with the Sugar desktop selected.
See also [Debian](docs/debian.md) or [Ubuntu](docs/ubuntu.md).
Installing on Fedora
--------------------```
sudo dnf groupinstall sugar-desktop
```Then restart your computer. At the *Sign in* select the *Sugar*
desktop.See also [Fedora](docs/fedora.md).
Building
--------Sugar follows the [GNU Coding
Standards](https://www.gnu.org/prep/standards/).Install all dependencies, especially [`sugar-artwork`](https://github.com/sugarlabs/sugar-artwork), [`sugar-datastore`](https://github.com/sugarlabs/sugar-datastore),
and [`sugar-toolkit-gtk3`](https://github.com/sugarlabs/sugar-toolkit-gtk3).Clone the repository, run `autogen.sh`, then `make` and `make
install`.See also [Setup a development
environment](docs/development-environment.md).