Files
sugar-toolkit-gtk3/README
T

62 lines
987 B
Plaintext
Raw Normal View History

2006-04-26 18:03:54 -04:00
Dependencies
============
2006-06-16 13:17:26 -04:00
2006-05-03 16:55:56 -04:00
xulrunner
2006-04-26 18:03:54 -04:00
gecko-embed
2006-05-03 16:55:56 -04:00
http://gnome.org/~marco/olpc
2006-04-26 18:03:54 -04:00
2006-04-26 00:25:11 -04:00
Building
========
2006-04-26 02:41:54 -04:00
You will need gnome-common.
2006-04-27 15:01:42 -04:00
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
2006-04-26 00:25:11 -04:00
make
2006-04-27 15:01:42 -04:00
make install # make require root privileges
2006-04-26 00:25:11 -04:00
Running
=======
2006-04-27 15:28:16 -04:00
Once installed you can run sugar with
$ sugar
2006-04-27 15:01:42 -04:00
To run the python sources from your source tree run
2006-04-26 02:26:57 -04:00
2006-06-21 16:18:25 -04:00
$ shell/sugar
2006-05-16 16:32:08 -04:00
2006-08-23 00:59:42 -04:00
NOTE: if you are not running on an actual OLPC, you'll want to set:
SUGAR_EMULATOR=yes
before running sugar.
Running multiple instances on the same machine
==============================================
2006-05-16 16:32:08 -04:00
You can use the --test command line options.
For example:
sugar/sugar --test my_nick_name1
sugar/sugar --test my_nick_name2
...
2006-06-15 17:42:35 -04:00
Key bindings
============
2006-08-19 12:14:12 +02:00
F1 Zoom in
F2 Zoom out
F3 Show the people page
2006-07-20 17:56:09 +02:00
F4 Open a terminal activity
Logging
=======
The logging level by default is set to 'warning'.
To change it to debug you can define the following environment
variable:
SUGAR_LOGGING_LEVEL=debug