<div class="gmail_quote">2011/11/19 Sascha Silbe <span dir="ltr"><<a href="mailto:sascha-ml-reply-to-2011-4@silbe.org">sascha-ml-reply-to-2011-4@silbe.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Has UY done any modification to Sugar to make it work reasonably with<br>
the JumPC screen? If so, where are those patches? (I'll need them for<br>
testing). Are they doing any other customisations like changing the font<br>
size?<br>
<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div><br>The only patch that we doing for JumPC screen is modifying $SUGAR_SCALING in /usr/bin/sugar<br><br> /usr/bin/sugar<br>if test -z "$SUGAR_SCALING"; then<br>

- export SUGAR_SCALING=100<br>+ export SUGAR_SCALING=72<br><br>And we change the font size:<br><br>gconftool-2 --set /desktop/sugar/font/default_size --type float 10<br><br>With these changes Sugar works fine in general. The main problem is that the scaling in activities depends of each one, so would have to modify each activity.<br>

<br>cheers,<br>Esteban<br>