Hey folks,<br>I don&#39;t have something clear when I try ./sugar-jhbuild run:<br><br>- The sugar shell tries to use a socket located at /var/run/dbus/system_bus_socket. My distro (Mandriva 2007.0) didn&#39;t provide it with that name. So I created a symlink to /var/run/dbus/system_dbus_socket
<br>- After retrying I was able to see the sugar pointer (the big arrow) but then I got a second exception, here is the traceback:<br><br>Traceback (most recent call last):<br>&nbsp; File &quot;/home/manuel/videos/2007-05-28-SUGAR/build/bin/sugar-shell&quot;, line 117, in ?
<br>&nbsp;&nbsp;&nbsp; model = ShellModel()<br>&nbsp; File &quot;/home/manuel/videos/2007-05-28-SUGAR/build/share/sugar/shell/model/ShellModel.py&quot;, line 46, in __init__<br>&nbsp;&nbsp;&nbsp; self._pservice = presenceservice.get_instance()<br>&nbsp; File &quot;/home/manuel/videos/2007-05-28-SUGAR/build/lib/python2.4/site-packages/sugar/presence/presenceservice.py&quot;, line 482, in get_instance
<br>&nbsp;&nbsp;&nbsp; _ps = PresenceService(allow_offline_iface)<br>&nbsp; File &quot;/home/manuel/videos/2007-05-28-SUGAR/build/lib/python2.4/site-packages/sugar/presence/presenceservice.py&quot;, line 82, in __init__<br>&nbsp;&nbsp;&nbsp; self._get_ps()
<br>&nbsp; File &quot;/home/manuel/videos/2007-05-28-SUGAR/build/lib/python2.4/site-packages/sugar/presence/presenceservice.py&quot;, line 122, in _get_ps<br>&nbsp;&nbsp;&nbsp; raise RuntimeError(&quot;Failed to connect to the presence service.&quot;)
<br>RuntimeError: Failed to connect to the presence service.<br><br>Is it relevant to have sugar&#39;s dbus-daemon running at startup or it should be ok with the host system&#39;s ?<br><br>Manuel.<br><br>