Bjørn Lie
1d2f4517e8
- Rebase patches for SLE-15-SP6 (bsc#1216072): + Rebase endSession-dialog-update-time-label-every-sec.patch + Rebase gnome-shell-disable-ibus-when-not-installed.patch + Rebase gnome-shell-domain.patch + Rebase gnome-shell-exit-crash-workaround.patch + Rebase gnome-shell-fate324570-Make-GDM-background-image-configurable.patch + Rebase gnome-shell-gdm-login-applet.patch + Rebase gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch + Rebase gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch + Rebase gnome-shell-screen-disappear.patch + Remove aboutMenu.js OBS-URL: https://build.opensuse.org/request/show/1119168 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=547
17 lines
660 B
Diff
17 lines
660 B
Diff
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');
|
|
|