Features/Touch/Development: Difference between revisions
| Line 163: | Line 163: | ||
=Test= | =Test= | ||
==Apply patches to Sugar== | |||
* yum install gettext GConf2-devel gtk2-devel intltool perl-XML-Parser pkgconfig python pygtk2-devel | * yum install gettext GConf2-devel gtk2-devel intltool perl-XML-Parser pkgconfig python pygtk2-devel | ||
* git clone git://git.sugarlabs.org/sugar/mainline.git shell | * git clone git://git.sugarlabs.org/sugar/mainline.git shell | ||
| Line 171: | Line 172: | ||
* make | * make | ||
* sudo make install | * sudo make install | ||
==Restart Sugar== | |||
If you want to be able to restart Sugar with the ctrl+alt+bksp command on the XO you can set the Option "DontZap" to "false" in the "ServerFlags" section in the xorg config file (/etc/X11/xorg.conf.d/xo1.75.conf). | |||