summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-04-16 15:17:56 +0200
committerBenjamin Berg <benjamin@sipsolutions.net>2020-04-22 18:23:38 +0000
commitfebeb9a9295fcd47a63c8ccdb41b88387acf8aac (patch)
tree283057354aa4b19b0a43adcff327a1dd52060de5 /NEWS
parent32646105196ed7a687f3684b69ea544dd01d2ade (diff)
downloadgdm-febeb9a9295fcd47a63c8ccdb41b88387acf8aac.tar.gz
session: Always use separate session bus for greeter sessions
This is a workaround for the fact that we currently need to run multiple greeter sessions in multi-seat environments that use the same user. We should not be doing this in the first place. Doing this effectively prevents GNOME from using a systemd startup, which would cause relevant processes to be outside of the session scope preventing lookups of the logind session from the PID. Instead, we really should be running each of the greeter session as a separate (dynamic) user. But lacking that, this workaround should get multi-seat support up and running again for the time being. See: #526
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eba83b06..0ec0c08f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- Always use separate session bus for greeter sessions
+ This runs dbus-run-session, so the binary needs to be available
+
==============
Version 3.34.1
==============