Hey folks,<br>I don'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'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> File "/home/manuel/videos/2007-05-28-SUGAR/build/bin/sugar-shell", line 117, in ?
<br> model = ShellModel()<br> File "/home/manuel/videos/2007-05-28-SUGAR/build/share/sugar/shell/model/ShellModel.py", line 46, in __init__<br> self._pservice = presenceservice.get_instance()<br> File "/home/manuel/videos/2007-05-28-SUGAR/build/lib/python2.4/site-packages/sugar/presence/presenceservice.py", line 482, in get_instance
<br> _ps = PresenceService(allow_offline_iface)<br> File "/home/manuel/videos/2007-05-28-SUGAR/build/lib/python2.4/site-packages/sugar/presence/presenceservice.py", line 82, in __init__<br> self._get_ps()
<br> File "/home/manuel/videos/2007-05-28-SUGAR/build/lib/python2.4/site-packages/sugar/presence/presenceservice.py", line 122, in _get_ps<br> raise RuntimeError("Failed to connect to the presence service.")
<br>RuntimeError: Failed to connect to the presence service.<br><br>Is it relevant to have sugar's dbus-daemon running at startup or it should be ok with the host system's ?<br><br>Manuel.<br><br>