https://github.com/sugarlabs/sugar
Sugar GTK shell
https://github.com/sugarlabs/sugar
Last synced: 3 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T17:45:33.000Z (9 months ago)
- Last Synced: 2025-08-01T00:31:11.760Z (7 months ago)
- Language: Python
- Homepage:
- Size: 24.6 MB
- Stars: 284
- Watchers: 44
- Forks: 272
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software -  or [Ubuntu](docs/ubuntu.md).
Installing on Fedora
--------------------
```
sudo dnf group install 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).