2006-04-27 00:03:54 +02:00
|
|
|
Dependencies
|
|
|
|
============
|
2006-06-16 19:17:26 +02:00
|
|
|
|
2006-05-03 22:55:56 +02:00
|
|
|
xulrunner
|
2006-04-27 00:03:54 +02:00
|
|
|
gecko-embed
|
|
|
|
|
2006-05-03 22:55:56 +02:00
|
|
|
http://gnome.org/~marco/olpc
|
2006-04-27 00:03:54 +02:00
|
|
|
|
2006-04-26 06:25:11 +02:00
|
|
|
Building
|
|
|
|
========
|
|
|
|
|
2006-04-26 08:41:54 +02:00
|
|
|
You will need gnome-common.
|
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
2006-04-26 06:25:11 +02:00
|
|
|
make
|
2006-04-27 21:01:42 +02:00
|
|
|
make install # make require root privileges
|
2006-04-26 06:25:11 +02:00
|
|
|
|
|
|
|
Running
|
|
|
|
=======
|
|
|
|
|
2006-04-27 21:28:16 +02:00
|
|
|
Once installed you can run sugar with
|
|
|
|
|
|
|
|
$ sugar
|
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
To run the python sources from your source tree run
|
2006-04-26 08:26:57 +02:00
|
|
|
|
2006-06-21 22:18:25 +02:00
|
|
|
$ shell/sugar
|
2006-05-16 22:32:08 +02:00
|
|
|
|
2006-05-23 04:40:49 +02:00
|
|
|
Running multiple instances on the same machine
|
|
|
|
==============================================
|
2006-05-16 22:32:08 +02:00
|
|
|
|
2006-05-23 04:40:49 +02:00
|
|
|
You can use the --test command line options.
|
|
|
|
For example:
|
2006-05-19 20:27:26 +02:00
|
|
|
|
2006-05-23 04:40:49 +02:00
|
|
|
sugar/sugar --test my_nick_name1
|
|
|
|
sugar/sugar --test my_nick_name2
|
|
|
|
...
|
2006-06-15 23:42:35 +02:00
|
|
|
|
|
|
|
|
|
|
|
Key bindings
|
|
|
|
============
|
|
|
|
|
|
|
|
ctrl+Up Toggle chat window visibility
|
|
|
|
ctrl+Left Toggle presence window visibility
|
2006-06-18 20:45:04 +02:00
|
|
|
F11 Toggle activities window fullscreen
|
|
|
|
ctrl+S Switch between sketch and text mode
|
2006-06-18 01:54:12 +02:00
|
|
|
|
|
|
|
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
|