In general, as root use:<br><br># find / -type f -exec grep -nH &#39;SUGAR_SCALING&#39; {} \;<br><br>Supplant SUGAR_SCALING with any string you want to look for.  One doesn&#39;t need the single quotes in this case, but if the string had shell sensitive characters it would alleviate the need to escape them.  Also, instead of -nH, use -nHi to be case insensitive.  See the grep man page to find out about regular expression patterns, and the find manual for constraining the files that will be examined.<br>
<br><div class="gmail_quote">On Fri, Apr 24, 2009 at 11:26 AM, Gary C Martin <span dir="ltr">&lt;<a href="mailto:gary@garycmartin.com">gary@garycmartin.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 24 Apr 2009, at 09:31, Tomeu Vizoso wrote:<br>
<br>
&gt; On Fri, Apr 24, 2009 at 01:10, Gary C Martin &lt;<a href="mailto:gary@garycmartin.com">gary@garycmartin.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt; On 23 Apr 2009, at 22:37, Sebastian Dziallas wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi folks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; after our most recent beta release, we&#39;ve now a new image ready for<br>
&gt;&gt;&gt; you!<br>
&gt;&gt;&gt; This is the first of a number of snapshots on our road to another<br>
&gt;&gt;&gt; real<br>
&gt;&gt;&gt; SoaS release. Links to the iso image, as well as the archive with<br>
&gt;&gt;&gt; the<br>
&gt;&gt;&gt; appliance are provided below.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://download.sugarlabs.org/soas/snapshots/2/" target="_blank">http://download.sugarlabs.org/soas/snapshots/2/</a><br>
&gt;&gt;&gt; Soas2-200904231400.iso<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://download.sugarlabs.org/soas/appliances/soas2-20090423.zip" target="_blank">http://download.sugarlabs.org/soas/appliances/soas2-20090423.zip</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Note that this is heavily &#39;work in progress&#39;. Here are the news:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; * It&#39;s now again based again on Rawhide, as we move on.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; * The Labyrinth, Paint, Record and TamTam activities have been<br>
&gt;&gt;&gt; included.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; * Further news regarding an easier process of gathering feedback on<br>
&gt;&gt;&gt; system configurations is coming up. Please stay tuned!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; We&#39;ve also a number of known issues in this snapshot:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; * etoys needs to be rebuilt to get sound working.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; * the tamtam activities still need to be fav&#39;ed.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Currently, early plannings for the upcoming release are taking<br>
&gt;&gt;&gt; place.<br>
&gt;&gt;&gt; Please give this image a try and report the issues you come along.<br>
&gt;&gt;<br>
&gt;&gt; Hi Sebastian, just some quick feedback.<br>
&gt;&gt;<br>
&gt;&gt; OK managed to boot the .vmdk here on a Mac (VirtualBox), seemed a<br>
&gt;&gt; little more painful than previous ones I&#39;ve tried. Odd Sun licensing<br>
&gt;&gt; page and account/password user registration, then lot&#39;s of errors,<br>
&gt;&gt; but<br>
&gt;&gt; booted after that into the Gnome login and then into Sugar.<br>
&gt;&gt;<br>
&gt;&gt; Regarding activities, all I&#39;m only seeing Pippy-25, Calculate-28,<br>
&gt;&gt; Jukebox-8, Chat-65, ImageViewer-7, Write-63, Terminal-25,<br>
&gt;&gt; TurtleArt-41, Browse-108, Read-66, Log-18, Etoys-100. Perhaps the<br>
&gt;&gt; screed of errors I got at first boot were failed bundle installs<br>
&gt;&gt; (sorry, was on auto pilot and just clicked past without reading)?<br>
&gt;&gt;<br>
&gt;&gt; Pippy launches but is still unusable as it&#39;s missing all buttons and<br>
&gt;&gt; all examples due to broken font size or layout.<br>
&gt;&gt;<br>
&gt;&gt; In the 800x600 default resolution I was presented with, activities<br>
&gt;&gt; like Write with more than 5 tabs, I didn&#39;t realise that tabs had no<br>
&gt;&gt; UI<br>
&gt;&gt; fallback if there was not enough horizontal space (vs. toolbar<br>
&gt;&gt; buttons<br>
&gt;&gt; that get a drop-down &quot;v&quot; menu with any overflow buttons). I&#39;m sure<br>
&gt;&gt; this breaks a few other activities. FWIW 800x600 is too small for<br>
&gt;&gt; Sugar in many UI places, quite a fixer-upper job if serious intention<br>
&gt;&gt; is to play well at 800x600.<br>
&gt;<br>
&gt; I suspect you are using SUGAR_SCALING=100 and need to use 72 instead.<br>
&gt; Chema&#39;s patch at <a href="http://dev.sugarlabs.org/ticket/39" target="_blank">http://dev.sugarlabs.org/ticket/39</a> would have set it<br>
&gt; for you automatically, but I would like to find a solution that took<br>
&gt; into account both the screen size (in pixels) and the dpi. Maybe we<br>
&gt; could calculate the size in mm and use that instead?<br>
<br>
Yea just checked, the env is SUGAR_SCALING=100<br>
<br>
&gt;&gt; TurtleArt fails to launch, log suggests issue with numpy: File &quot;/usr/<br>
&gt;&gt; lib/python2.6/site-packages/numpy/polynomial.py, line 18; from<br>
&gt;&gt; numpy.linalg import eigvals, listsq; ImoortError: No module named<br>
&gt;&gt; linalg (sorry couldn&#39;t copy paste the full traceback, some breakage<br>
&gt;&gt; in<br>
&gt;&gt; numpy.oldnumeric support?).<br>
&gt;<br>
&gt; <a href="http://dev.sugarlabs.org/ticket/797" target="_blank">http://dev.sugarlabs.org/ticket/797</a><br>
<br>
Any pointers to the file where SUGAR_SCALING is being set? Wanted to<br>
manually tweak and try at 72, but don&#39;t know the start-up sequence<br>
files (the patch mentions <a href="http://sugar.in" target="_blank">sugar.in</a> but that file doesn&#39;t seem to exist<br>
in a real build, poking about xinitrc/Xsessions/Xclients and the /etc/<br>
init.d I came up blank).<br>
<br>
Regards,<br>
--Gary<br>
<br>
&gt;&gt; The other activities I saw present launched fine (though most were<br>
&gt;&gt; unpleasant at 800x600).<br>
&gt;&gt;<br>
&gt;&gt; Access to the network worked (surfed in Browse) and I could see folks<br>
&gt;&gt; on the default jabber server.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Tomeu<br>
&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; --Gary<br>
&gt;&gt;<br>
&gt;&gt;&gt; Thanks and happy testing!<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Sugar-devel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
&gt;&gt;&gt; <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Sugar-devel mailing list<br>
&gt;&gt; <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
&gt;&gt; <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
&gt;&gt;<br>
<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>&quot;I don&#39;t consider him a particularly reliable source of information.&quot;<br><br>-- Secretary of State Hillary Clinton, at a House Foreign Affairs Committee meeting, on former Vice President Dick Cheney.<br>