0

To sync the contacts of my ubuntu-phone witch my ownCloud server I set up a syncevolution configuration and started 1st time syncing:

syncevolution --sync slow owncloud contacts 

As a result I get this error:

creating source registry: Cannot autolaunch D-Bus without X11 $DISPLAY

and then followed the instructions described here, but then I get as a next error:

creating source registry: Failed to execute child process "dbus-launch" (No such file or directory)

.. could not find any help on this issue so far, can anyone give me some help please?

1 Answers1

0

Folks, finally I managed to solve the issue. The X11 error is issued because I used the syncevolution commands with "sudo". Also I cleaned up all the /home/phablet/.cache/syncevolution/* files, and removed the /home/phablet/.config/syncevolution directory. Reconfigured syncevolution (NOT using sudo) and then everything worked :)