gnome-shell/js/gdm
Ray Strode 9ef1bc7273 gdm: honor timed login delay even if animations disabled
gnome-shell currently initiates an automatic login attempt if
timed login is enabled and the timed login animation completes.

Unfortunately, if animations are disabled (as is the case for
virtual machines) then the timed login animation will complete
instantly, and timed login will proceed immediately after gnome-shell
has noticed the user is idle for 5 seconds.

This commit addresses that problem by initiating timed login and the
animation from a main loop timeout, instead of using the tweener api.
2018-02-20 10:18:18 -05:00
..
authPrompt.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
batch.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
fingerprint.js gdm: Handle absence of Fprint.Manager service 2017-03-20 19:02:07 +01:00
loginDialog.js gdm: honor timed login delay even if animations disabled 2018-02-20 10:18:18 -05:00
oVirt.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
realmd.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
util.js gdmUtils: Define constants with 'var' 2017-08-10 20:16:06 +02:00