diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-04 11:19:10 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-04 11:19:10 +0100 |
commit | 00efd4988b8e4a147f96337de32e54925640f0b7 (patch) | |
tree | e9cd63f9856cdcaa9c004953304f8f5cf23180c8 /README | |
parent | d27d60b3bca61684a2b6e14f984e02d8a7ecd15c (diff) | |
download | systemd-00efd4988b8e4a147f96337de32e54925640f0b7.tar.gz |
Revert "pam_systemd: drop setting DBUS_SESSION_BUS_ADDRESS"
This reverts commit 2b2b7228bffef626fe8e9f131095995f3d50ee3b.
Fixes #11293.
Removing the environment variable causes problems, e.g. Xfce and Chromium and
... don't communicate with the running dbus instance. If they attempt to start their
own instance, things become even more confusing. Those packages could be fixed
one by one, but removing the variable right now is causing too many problems.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ REQUIREMENTS: dependencies: util-linux >= v2.27.1 required - dbus >= 1.9.14 (strictly speaking optional, but recommended) + dbus >= 1.4.0 (strictly speaking optional, but recommended) NOTE: If using dbus < 1.9.18, you should override the default policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d). dracut (optional) |