On 12/5/06, Mike Hunter &lt;<a href="mailto:mhunter@lusars.net">mhunter@lusars.net</a>&gt; wrote:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
&gt; ./sugar-jhbuild run<br>&gt; Running the installed sugar...<br>&gt; error opening security policy file /usr/lib/xserver/SecurityPolicy<br>&gt; Extended Input Devices not yet supported. Impelement it at line 625 in &gt;../../../../hw/kdrive/src/kinput.c
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xkb_keycodes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;xfree86+aliases(qwerty)&quot; };<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xkb_types&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ include &quot;complete&quot; };<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xkb_compatibility&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ include &quot;complete&quot; };
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xkb_symbols&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ include &quot;pc(pc101)+us&quot; };<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xkb_geometry&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { include &quot;pc(pc101)&quot; };<br>&gt; Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
<br>&gt; Could not init font path element /usr/share/fonts/X11/OTF, removing from list!<br>&gt; Could not init font path element /usr/share/fonts/X11/CID/, removing from list!<br>&gt; matchbox-wm: X error warning (0): RenderBadPicture (invalid Picture parameter) (opcode: &gt;150)
<br>&gt; Tracebacks will be written to /tmp/sugar-shell-7407 on SIGUSR1<br>&gt; Introspect error: The name org.laptop.DCONManager was not provided by any .service &gt;files<br></blockquote><br>I am not positive, but I believe these just relate to not running sugar on the motherboard itself(it seems to be expecting certain hardware).
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">&gt; Despite these warnings, the sugar gui comes up.&nbsp;&nbsp;However, if I try to fire<br>&gt; up abiword, I get the following:
<br>&gt; <br>&gt; Introspect error: Process /home/mhunter/sugar-jhbuild/build/bin/sugar-activity-factory &gt;exited with status 1<br>&gt; Traceback (most recent call last):<br>&gt;&nbsp;&nbsp; File &quot;/home/mhunter/sugar-jhbuild/build/share/sugar/shell/view/frame/ActivitiesBox.py&quot;, &gt;line 71, in _activity_clicked_cb
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self._shell.start_activity(icon.get_bundle_id())<br>&gt;&nbsp;&nbsp; File &quot;/home/mhunter/sugar-jhbuild/build/share/sugar/shell/view/Shell.py&quot;, line 200, in &gt;start_activity<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; activity = ActivityFactory.create
(activity_type)<br>&gt;&nbsp;&nbsp; File <br>&gt;&quot;/home/mhunter/sugar-jhbuild/build/lib/python2.4/site-packages/sugar/activity/ActivityFactory.py&quot;, line 87, in create<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xid = factory.create()<br>&gt;&nbsp;&nbsp; File &quot;/var/lib/python-support/python2.4/dbus/proxies.py&quot;, line 25, in __call__
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ret = self._proxy_method (*args, **keywords)<br>&gt;&nbsp;&nbsp; File &quot;/var/lib/python-support/python2.4/dbus/proxies.py&quot;, line 102, in __call__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; reply_message = self._connection.send_with_reply_and_block(message, timeout)
<br>&gt;&nbsp;&nbsp; File &quot;dbus_bindings.pyx&quot;, line 455, in <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; bus_bindings.Connection.send_with_reply_and_block<br>&gt; DBusException: Process /home/mhunter/sugar-jhbuild/build/bin/sugar-activity-factory<br>&gt; exited with status 1
<br></blockquote><br>I believe this has to do with not having libabiword and pyabiword installed. I believe that they are part of the sugar-jhbuild, but they may have some problems building still. So, unless you have libabiword built on your local machine, you won't be able to build pyabiword with sugar-jhbuild. 
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">&gt; I also get into trouble trying to run the drum thing:<br>&gt; <br>&gt; Introspect error: Process /home/mhunter/sugar-jhbuild/build/bin/sugar-activity-factory exited with status 1
<br>&gt; Traceback (most recent call last):<br>&gt;&nbsp;&nbsp; File &quot;/home/mhunter/sugar-jhbuild/build/share/sugar/shell/view/frame/ActivitiesBox.py&quot;, line 71, in _activity_clicked_cb<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self._shell.start_activity(
icon.get_bundle_id())<br>&gt;&nbsp;&nbsp; File &quot;/home/mhunter/sugar-jhbuild/build/share/sugar/shell/view/Shell.py&quot;, line 200, in start_activity<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; activity = ActivityFactory.create(activity_type)<br>&gt;&nbsp;&nbsp; File &quot;/home/mhunter/sugar-jhbuild/build/lib/python2.4/site-packages/sugar/activity/ActivityFactory.py&quot;, line 87, in create
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; xid = factory.create()<br>&gt;&nbsp;&nbsp; File &quot;/var/lib/python-support/python2.4/dbus/proxies.py&quot;, line 25, in __call__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ret = self._proxy_method (*args, **keywords)<br>&gt;&nbsp;&nbsp; File &quot;/var/lib/python-support/python2.4/dbus/proxies.py&quot;, line 102, in __call__
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; reply_message = self._connection.send_with_reply_and_block(message, timeout)<br>&gt;&nbsp;&nbsp; File &quot;dbus_bindings.pyx&quot;, line 455, in dbus_bindings.Connection.send_with_reply_and_block<br>&gt; DBusException: Process /home/mhunter/sugar-jhbuild/build/bin/sugar-activity-factory exited with status 1
<br></blockquote><br>Once again, I believe this has to do that it isn't on the motherboard. When I looked into the issue, it seemed that csound was the dependency that was causing the issue. I don't know much about this, so maybe that can be installed locally as well.
<br><br><br>-- <br>Justin Gallardo<br>