Unseting session environment variables breaks user dbus instances
..@o2.pl
Submitted by sgv..@Assigned to Xorg Project Team
Description
This line in startx script:
unset DBUS_SESSION_BUS_ADDRESS
which was introduced in commit c07501f6, breaks the new behaviour of pam_systemd which sets this environment variable to point to the user bus, so that applications relying on session bus do not need to spawn another instance and dbus-launch is no longer necessary.
With this line, those applications won't work properly.
Version: git