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 "liveuser is not in the sudoers file" and "Permission denied" 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'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"><<a href="mailto:tomeu@sugarlabs.org">tomeu@sugarlabs.org</a>></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<<a href="mailto:billkerr@gmail.com">billkerr@gmail.com</a>> wrote:<br>
> <a href="http://en.flossmanuals.net/Sugar/ModifyingSugar" target="_blank">http://en.flossmanuals.net/Sugar/ModifyingSugar</a><br>
><br>
> 4. The Home View code is in /usr/share/sugar/shell/view/Home. Type this<br>
> command and press enter:<br>
><br>
> cd /usr/share/sugar/shell/view/home<br>
><br>
> the paths have changed for SoaS<br>
> I spent some time looking for favoritesview.py couldn't find it<br>
> I tried some recursive searches but my grasp of linux command line is<br>
> limited or perhaps the files have changed name too?<br>
> can someone tell me where to find favoritesview.py<br>
> I'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 "class FavoritesView" /usr/lib/python2.6/site-packages/jarabe<br>
<br>
Regards,<br>
<br>
Tomeu<br>
<br>
> thanks<br>
><br>
> _______________________________________________<br>
> IAEP -- It's An Education Project (not a laptop project!)<br>
> <a href="mailto:IAEP@lists.sugarlabs.org">IAEP@lists.sugarlabs.org</a><br>
> <a href="http://lists.sugarlabs.org/listinfo/iaep" target="_blank">http://lists.sugarlabs.org/listinfo/iaep</a><br>
><br>
</blockquote></div><br><br>
</div></div>