chiark / gitweb /
login: revert lazy session-activation on non-VT seats
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 28 Nov 2013 09:52:18 +0000 (10:52 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 28 Nov 2013 09:52:18 +0000 (10:52 +0100)
commit3fdb2494c1e24c0a020f5b54022d2c751fd26f50
tree2cf8e348e4419f6c2a48c6b60a7f6760f056a46b
parentf1a1264d13b31b9f5521f482d9a5a9d78da55efb
login: revert lazy session-activation on non-VT seats

Existing applications like gdm already depend on new sessions to get
immediately activated on seats without VTs. Fixes a bug reported as:
  [systemd-devel] systemd 208:trouble with inactive user sessions at non-seat0 seats

This patch restores the original behavior. We either need to add a new
flag for session-creation or some other heuristic to avoid activating new
sessions in the future.
src/login/logind-seat.c