On Sat, 2015-02-07 at 10:04 +1100, Mitchell Reese wrote: > First ERROR encountered: creating source registry: Cannot autolaunch > D-Bus without X11 $DISPLAY
This error is because you're trying to run it under a shell where no DBUS session is known about. You will need to find the correct value for the DBUS_SESSION_BUS_ADDRESS environment variable, and include it in the environment when running syncevolution by hand. Otherwise, dbus will attempt to spawn a new session bus, which if successful will then attempt to spawn new instances of whatever service for which communication is attempted, which may not end so nicely. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

