Sugar Learning Environment, Activity Toolkit, GTK 3.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Simon McVittie 96023f3e42 Fix regeneration of ./configure from configure.ac when using make
To use an m4 macro library you need three things:

* configure.ac mentions it (OK)
* autogen.sh mentions it (OK)
* Makefile.am mentions it (fixed by this patch)

Omission of the third part means that when you change configure.ac and run
make, ./configure is rebuilt without using the m4 directory, so autoconf
doesn't load python.m4 and the rebuild fails.
17 years ago
bin Add caching to the activity and object type registries. 17 years ago
data empy is GPL 17 years ago
docs Added some more notes. 17 years ago
lib Get rid of some of the obsolete units usage. 17 years ago
m4 Revert "Use gecko.m4 from epiphany, which has 1.9 compatibility." 18 years ago
po * Add Greek translation. (simosx) 17 years ago
services Don't import pygtk in the clipboard service as it is not used. 17 years ago
shell Fix a leftover of the scale property 17 years ago
sugar Remove Frame, rename RoundBox to CanvasRoundBox 17 years ago
tests Renamed Xbook to Read. 17 years ago
.gitignore Add the native factory by bertf 17 years ago
COPYING Add licenses and some header templates 18 years ago
COPYING.LIB Add licenses and some header templates 18 years ago
Makefile.am Fix regeneration of ./configure from configure.ac when using make 17 years ago
NEWS Fix traceback when reading in saved WPA2 network configs 17 years ago
README Use fullscreen if the screen is not big enough to do a 1200x900 window. 18 years ago
autogen.sh Add the AddressEntry object to sugar 17 years ago
configure.ac * Add Greek translation. (simosx) 17 years ago
maint-helper.py Fix parsing 17 years ago
pylint.sh Fix wrong method signatures 18 years ago
sugar-emulator Set glib program name and application name. 17 years ago

README

Building
========

See:
http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild

Running multiple instances on the same machine
==============================================

You can use the SUGAR_PROFILE command line options.
For example:

SUGAR_PROFILE=profile-1 sugar
SUGAR_PROFILE=profile-2 sugar
...


Emulator key bindings
=====================

F1     Mesh zoom level
F2     Friends zoom level
F3     Home zoom level
F4     Activity zoom level

Alt+f  Show the frame
Alt+r  Rotate the screen
Alt+o  Toggle overlay visibility
Alt+=  Open the developer console
Alt+0  Open the developer console
Alt+q  Quit the emulator

Ctrl+s Activate sketch mode in chat