After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724532 - gdm gui stalls if you press cancel while it is looking up a non-existing username
gdm gui stalls if you press cancel while it is looking up a non-existing user...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-17 10:38 UTC by nonand2
Modified: 2014-12-18 18:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for /usr/share/gnome-shell/js/gdm/util.js (575 bytes, patch)
2014-02-17 10:38 UTC, nonand2
none Details | Review

Description nonand2 2014-02-17 10:38:36 UTC
Created attachment 269371 [details] [review]
patch for /usr/share/gnome-shell/js/gdm/util.js

With disable-user-list=true and you enter a wrong username and then press the cancel button while it is looking up the username gdm sort of stalls. All user-interactive fields disappear, and there is no way to log in. As a normal user your only option is to reboot the machine.

The problem seems to lie in /usr/share/gnome-shell/js/gdm/util.js. I attached a simple patch which eliminates this behaviour. This is not a real fix because it produces other unexpected behaviour but it points at the part of the code where things start to go wrong.
Comment 1 Ray Strode [halfline] 2014-12-18 18:57:12 UTC
i think this was fixed when bug 740141 was fixed