ahkok / user-session-units

A collection of units for the systemd user session.
GNU Lesser General Public License v2.1
72 stars 23 forks source link

$DBUS_SESSION_BUS_ADDRESS not set #8

Open pablox-cl opened 11 years ago

pablox-cl commented 11 years ago

When I start the session, I get some weird error about dbus:

Failed to open private bus connection: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

Besides of that, xmonad (loaded through a systemd --user service) works, and I can use the system normally.

After that, I can see that the $DBUS_SESSION_BUS_ADDRESS it's not set which causes some issues with some applications that complains that they can not connect to dbus (tomboy and gnome-do for example).

pablox-cl commented 11 years ago

Lol, I read somewhere that this was solved on 1.6.8... how naive. I guess this issue it's because your explanation according to this bug, right?

https://bugs.freedesktop.org/show_bug.cgi?id=50962