[gnome-shell/gbsneto/new-lock-screen-part2: 8/22] screenShield: Always show session's unlock dialog
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/new-lock-screen-part2: 8/22] screenShield: Always show session's unlock dialog
- Date: Fri, 29 Nov 2019 17:44:56 +0000 (UTC)
commit 71347ffa326167a5e94accd8f82c87cbe0a26c40
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Nov 28 19:30:02 2019 -0300
screenShield: Always show session's unlock dialog
Instead of destroying the dialog when the screen shield is
visible, and creating it when lifting the shield, always show
the session's unlock dialog.
js/ui/screenShield.js | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 11995be602..84826620ee 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -568,11 +568,6 @@ var ScreenShield = class {
}
_lockScreenShown(params) {
- if (this._dialog && !this._isGreeter) {
- this._dialog.destroy();
- this._dialog = null;
- }
-
let motionId = global.stage.connect('captured-event', (stage, event) => {
if (event.type() == Clutter.EventType.MOTION) {
this._cursorTracker.set_pointer_visible(true);
@@ -701,6 +696,8 @@ var ScreenShield = class {
if (this._activationTime == 0)
this._activationTime = GLib.get_monotonic_time();
+ this._ensureUnlockDialog(true);
+
this.actor.show();
if (Main.sessionMode.currentMode != 'unlock-dialog' &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]