thanks Tomeu (for the linux pointers too)<div><br></div><div>sadly I cannot complete the sugar modification tutorial</div><div><br></div><div>I keep getting messages like &quot;liveuser is not in the sudoers file&quot; and &quot;Permission denied&quot; for example when I try to make a backup file with cp</div>
<div><br></div><div>SoaS is acting more like a live CD when it comes to linux commands</div><div><br></div><div>Very sad - my students won&#39;t be able to hack the system :-(<br><div><br></div><div><div class="gmail_quote">
On Sat, Aug 8, 2009 at 6:10 PM, Tomeu Vizoso <span dir="ltr">&lt;<a href="mailto:tomeu@sugarlabs.org">tomeu@sugarlabs.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Sat, Aug 8, 2009 at 07:47, Bill Kerr&lt;<a href="mailto:billkerr@gmail.com">billkerr@gmail.com</a>&gt; wrote:<br>
&gt; <a href="http://en.flossmanuals.net/Sugar/ModifyingSugar" target="_blank">http://en.flossmanuals.net/Sugar/ModifyingSugar</a><br>
&gt;<br>
&gt; 4. The Home View code is in /usr/share/sugar/shell/view/Home. Type this<br>
&gt; command and press enter:<br>
&gt;<br>
&gt; cd /usr/share/sugar/shell/view/home<br>
&gt;<br>
&gt; the paths have changed for SoaS<br>
&gt; I spent some time looking for favoritesview.py couldn&#39;t find it<br>
&gt; I tried some recursive searches but my grasp of linux command line is<br>
&gt; limited or perhaps the files have changed name too?<br>
&gt; can someone tell me where to find favoritesview.py<br>
&gt; I&#39;m happy to edit the tutorial once I know the changes<br>
<br>
</div></div>Hi Bill,<br>
<br>
the shell sources have been moved from /usr/share/sugar/shell to<br>
/usr/lib/python2.6/site-packages/jarabe.<br>
<br>
But there have been other file layout changes inside the shell, these<br>
commands should help you find stuff:<br>
<br>
find /usr -iname favoritesview.py<br>
find /usr/lib/python2.6/site-packages/jarabe -iname \*.py<br>
grep -R &quot;class FavoritesView&quot; /usr/lib/python2.6/site-packages/jarabe<br>
<br>
Regards,<br>
<br>
Tomeu<br>
<br>
&gt; thanks<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; IAEP -- It&#39;s An Education Project (not a laptop project!)<br>
&gt; <a href="mailto:IAEP@lists.sugarlabs.org">IAEP@lists.sugarlabs.org</a><br>
&gt; <a href="http://lists.sugarlabs.org/listinfo/iaep" target="_blank">http://lists.sugarlabs.org/listinfo/iaep</a><br>
&gt;<br>
</blockquote></div><br><br>
</div></div>