gnome-shell/js
Ray Strode 4057a87e05 authPrompt: propagate gdm "reset" signal after user switching
After a user types in their password at the login screen, one
of two things can happen

1) a new session is started
2) an existing session is switched to

In the latter case, GDM sends a reset signal to the login screen,
so it knows to go back to the user list and wait to be summoned
again.

Unfortunately, all reset signals are ignored after verification
success.  The reason is because the reset handler was copied from
the unlock dialog as part of a deduplication effort in commit
7e7295f259 and the unlock dialog
handler at the time also emitted a "failed" signal on reset
(which wouldn't make sense to emit after success).

These days "failed" is handled in a different way.

This commit changes the code to let reset signals through after
successful verification.

https://bugzilla.gnome.org/show_bug.cgi?id=710456
2013-11-26 12:48:46 -05:00
..
extensionPrefs extensionPrefs: Fix opening extension preferences on startup 2013-02-28 15:37:29 +01:00
gdm authPrompt: propagate gdm "reset" signal after user switching 2013-11-26 12:48:46 -05:00
misc NetworkMenu: make the settings launcher point to the right devices 2013-10-09 18:39:44 +02:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui messageTray: Prevent reentrancy issues in _updateState 2013-11-19 17:14:00 +01:00
Makefile.am gdm: support pre-authenticated logins from oVirt 2013-10-14 13:54:30 -04:00