Comment 14 for bug 420705

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

Okay, it looks like the DBUS_SESSION_BUS_ADDRESS is indeed valid bit python-dbus is unable to connect for some reason since ubuntuone-syncdaemon does not perform anything extra during the DBus connection.

Could those who encounter this issue try running the following line in the terminal, does it print any errors?

python -c 'import dbus; print dbus.SessionBus()'