DBus isn't started correctly if you're using systemd and manually logging in using lightdm-ubuntu. The problem seems to be related to /etc/pam.d/lightdm, which is lacking the session optional pam_systemd.so line contained by /etc/pam.d/lightdm-autologin. The patch below fixes the problem, allowing dbus to start up correctly:
DBus isn't started correctly if you're using
systemd
and manually logging in usinglightdm-ubuntu
. The problem seems to be related to/etc/pam.d/lightdm
, which is lacking thesession optional pam_systemd.so
line contained by/etc/pam.d/lightdm-autologin
. The patch below fixes the problem, allowingdbus
to start up correctly: