Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
GNOME:STABLE:45
gnome-shell
gnome-shell-screen-disappear.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-shell-screen-disappear.patch of Package gnome-shell
Index: gnome-shell-45.0/js/gdm/authPrompt.js =================================================================== --- gnome-shell-45.0.orig/js/gdm/authPrompt.js +++ gnome-shell-45.0/js/gdm/authPrompt.js @@ -627,8 +627,10 @@ export const AuthPrompt = GObject.regist this._updateEntry(true); this.stopSpinning(); - if (oldStatus === AuthPromptStatus.VERIFICATION_FAILED) + if (oldStatus == AuthPromptStatus.VERIFICATION_FAILED) { + this._userVerifier.cancel(); this.emit('failed'); + } else if (oldStatus === AuthPromptStatus.VERIFICATION_CANCELLED) this.emit('cancelled');
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor