Hi.<br>Whenever I start Sugar, it asks me to chose a name and an icon. When I click "Done" it gives me the following runtime error:<br>====<br>ERROR:root:Could not generate key pair: 32512<br>ERROR:root:Error reading public key: [Errno 2] No such file or directory: '/home/mostapha/.sugar/default/owner.key.pub'
<br>ERROR:root:Error reading private key: [Errno 2] No such file or directory: '/home/mostapha/.sugar/default/owner.key'<br>ERROR:sugar.presence.presenceservice:Failure retrieving 'org.laptop.Sugar.Presence' interface from the D-BUS service '
org.laptop.Sugar.Presence' '/org/laptop/Sugar/Presence': org.freedesktop.DBus.Error.Spawn.ChildExited: Process /hard/sugar/sugar-jhbuild/build/bin/sugar-presence-service exited with status 1<br>Traceback (most recent call last):
<br> File "/hard/sugar/sugar-jhbuild/build/bin/sugar-shell", line 116, in <module><br> model = ShellModel()<br> File "/hard/sugar/sugar-jhbuild/build/share/sugar/shell/model/shellmodel.py", line 56, in __init__
<br> self._pservice = presenceservice.get_instance()<br> File "/hard/sugar/sugar-jhbuild/build/lib/python2.5/site-packages/sugar/presence/presenceservice.py", line 488, in get_instance<br> _ps = PresenceService(allow_offline_iface)
<br> File "/hard/sugar/sugar-jhbuild/build/lib/python2.5/site-packages/sugar/presence/presenceservice.py", line 82, in __init__<br> self._get_ps()<br> File "/hard/sugar/sugar-jhbuild/build/lib/python2.5/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><br>I tried deleting ~/.sugar/default and rebuilding Sugar but it still gives the same error.
<br>Thank you.<br>