Comment 5 for bug 796169

Revision history for this message
Roman Yepishev (rye) wrote :

It is possible to attach to syncdaemon's (and basically user's DBus session) by getting the environment from the process running within DBus session and applying it to current shell. This is a workaround only.

$ ps axe | grep [u]buntuone-syncdaemon
 3054 ? Sl 2:22 /usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-syncdaemon SHELL=/bin/bash VISUAL=vim DBUS_...

Copy the key=value items and run as:
$ export SHELL=/bin/bash VISUAL=vim DBUS_...

And u1sdtool will start working in this shell.