Hi!<br><br>I got this error:<br><pre> ./sugar-jhbuild run<br> Traceback (most recent call last):<br> File "./sugar-jhbuild", line 11, in ?<br> main.main(sys.argv[1:])<br> File "/home/barbolo/Desktop/sugar/sugar-jhbuild/main.py", line 104, in main
<br> jhbuild.commands.run(command, config, args)<br> File "/home/barbolo/Desktop/sugar/sugar-jhbuild/build-scripts/jhbuild/jhbuild/commands/__init__.py", line 74, in run<br> return cmd.execute(config, args)<br>
File "/home/barbolo/Desktop/sugar/sugar-jhbuild/build-scripts/jhbuild/jhbuild/commands/base.py", line 238, in execute<br> os.execlp(args[0], *args)<br> File "/usr/lib/python2.4/os.py", line 324, in execlp
<br> execvp(file, args)<br> File "/usr/lib/python2.4/os.py", line 341, in execvp<br> _execvpe(file, args)<br> File "/usr/lib/python2.4/os.py", 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('sugar-emulator')
</p><p>for
</p><p>args.append('/home/barbolo/Desktop/sugar/sugar-jhbuild/source/sugar/sugar-emulator')
</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'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> xkb_keycodes { include "xfree86+aliases(qwerty)" };<br> xkb_types { include "complete" };<br> xkb_compatibility { include "complete" };<br> xkb_symbols { include "pc(pc101)+us" };
<br> xkb_geometry { include "pc(pc101)" };<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...