chiark / gitweb /
logind: allow sessions to share a VT if it's a greeter
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 7 Jul 2015 17:13:52 +0000 (19:13 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:06:00 +0000 (10:06 +0100)
commitbad23a8de0f2bc88e8efa180395f2051132c8fe8
treef76ee0edfe80d57812559e101c6906b056c809ae
parentdb507ae23a34aa47404cd95e73a7af3414498ff9
logind: allow sessions to share a VT if it's a greeter

Old gdm and lightdm start the user-session during login before they
destroy the greeter-session. Therefore, the user-session will take over
the VT from the greeter. We recently prevented this by never allowing
multiple sessions on the same VT. Fix this now, by explicitly allowing
this if the owning session is a GREETER.

Note that gdm no longer behaves like this. Instead, due to wayland, they
always use a different VT for each session. All other login-managers are
highly encouraged to destroy the greeter-session _before_ starting the
user-session. We now work around this, but this will probably not last
forever (and will already have nasty side-effects on the greeter-session).
src/login/logind-dbus.c