Hi!<br><br>I got this error:<br><pre> ./sugar-jhbuild run<br> Traceback (most recent call last):<br> File &quot;./sugar-jhbuild&quot;, line 11, in&nbsp;?<br>   main.main(sys.argv[1:])<br> File &quot;/home/barbolo/Desktop/sugar/sugar-jhbuild/main.py&quot;, line 104, in main
<br>   jhbuild.commands.run(command, config, args)<br> File &quot;/home/barbolo/Desktop/sugar/sugar-jhbuild/build-scripts/jhbuild/jhbuild/commands/__init__.py&quot;, line 74, in run<br>   return cmd.execute(config, args)<br>
 File &quot;/home/barbolo/Desktop/sugar/sugar-jhbuild/build-scripts/jhbuild/jhbuild/commands/base.py&quot;, line 238, in execute<br>   os.execlp(args[0], *args)<br> File &quot;/usr/lib/python2.4/os.py&quot;, line 324, in execlp
<br>   execvp(file, args)<br> File &quot;/usr/lib/python2.4/os.py&quot;, line 341, in execvp<br>   _execvpe(file, args)<br> File &quot;/usr/lib/python2.4/os.py&quot;, line 379, in _execvpe<br>   func(fullname, *argrest)<br>
 OSError: [Errno 2] No such file or directory</pre>So, I tried:<br><p>Edit the archive sugar-jhbuild/main.py:
</p><p>Change line 101:
</p><p>args.append(&#39;sugar-emulator&#39;) 
</p><p>for
</p><p>args.append(&#39;/home/barbolo/Desktop/sugar/sugar-jhbuild/source/sugar/sugar-emulator&#39;)
</p><p><br>
Note that /home/barbolo/Desktop/sugar is where my sugar-jhbuild folder is located!</p><br>However, after making this change I got a sugar window with the mouse cursor as a X and the errors:<br><br>root@barbolo:~/Desktop/sugar/sugar-jhbuild# ./sugar-jhbuild run
<br>Couldn&#39;t exec sugar-shell: No such file or directory<br>root@barbolo:~/Desktop/sugar/sugar-jhbuild# error opening security policy file /usr/lib/xserver/SecurityPolicy<br>Extended Input Devices not yet supported. Impelement it at line 625 in ../../../../hw/kdrive/src/kinput.c
<br>&nbsp;&nbsp;&nbsp; xkb_keycodes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;xfree86+aliases(qwerty)&quot; };<br>&nbsp;&nbsp;&nbsp; xkb_types&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;complete&quot; };<br>&nbsp;&nbsp;&nbsp; xkb_compatibility&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;complete&quot; };<br>&nbsp;&nbsp;&nbsp; xkb_symbols&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;pc(pc101)+us&quot; };
<br>&nbsp;&nbsp;&nbsp; xkb_geometry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;pc(pc101)&quot; };<br>Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!<br>Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
<br>Could not init font path element /usr/share/fonts/X11/CID/, removing from list!<br><br clear="all">Has anyone solved this problem?<br><br>Thx!<br><br>-- <br>...Rafael...