dbus: Unable to determine the address of message bus

Наверное, много кто сталкивался с неработающим dbus. Например, так:

michwill@mev ~ $ dbus-viewer
Could not open bus connection: D-BUS error org.freedesktop.DBus.Error.Failed: Unable to determine the address of the message bus

Решается так: добавляем в /etc/env.d/06dbus (например) строчку:
DBUS_SESSION_BUS_ADDRESS="unix:path=/var/run/dbus/system_bus_socket"

Потом как всегда env-update; source /etc/profile