I'm trying to run sugar on xubuntu (gutsy). I've got enough packages
installed that sugar-jhbuild build completes without any errors, but
sugar-jhbuild run fails after creating a Xephyr window, with the
following message(s):
<br><br>INFO:sugar-emulator:Attempting to find free port for X11 (Xephyr)<br>INFO:sugar-emulator: Found free port: #2 (6002)<br>INFO:sugar-emulator:Starting the Xephyr nested X display on display 2<br>DEBUG:sugar-emulator:Xephyr command: Xephyr :2 -ac -screen 1200x900 -dpi 85
<br>Extended Input Devices not yet supported. Impelement it at line 625 in ../../../../hw/kdrive/src<div id="1f3k" class="ArwC7c ckChnd">/kinput.c<br>INFO:sugar-emulator:Attempting to launch sugar to replace this process: dbus-launch dbus-launch --exit-with-session sugar-shell
<br>Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!<br>Traceback (most recent call last):<br> File "/home/david/olpc/sugar-jhbuild/build/bin/sugar-shell", line 34, in <module>
<br> from view.Shell import Shell<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/view/Shell.py", line 38, in <module><br> from view.frame.frame import Frame<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/view/frame/frame.py", line 30, in <module>
<br> from view.frame.zoomtoolbar import ZoomToolbar<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/view/frame/zoomtoolbar.py", line 25, in <module><br> from model.shellmodel import ShellModel
<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/model/shellmodel.py", line 24, in <module><br> from model.MeshModel import MeshModel<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/model/MeshModel.py", line 25, in <module>
<br> from hardware import hardwaremanager<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/hardware/hardwaremanager.py", line 137, in <module><br> _manager = HardwareManager()<br> File "/home/david/olpc/sugar-jhbuild/build/share/sugar/shell/hardware/hardwaremanager.py", line 45, in __init__
<br> self._mixer = gst.element_factory_make('alsamixer')<br>gst.ElementNotFoundError: alsamixer</div>