GNOME Bugzilla – Bug 703679
GNOME Launcher appears after locked screen even if it is locked.
Last modified: 2017-04-24 19:23:17 UTC
Hi ! I have a question if my problem is really a bug or not. If i close my laptop when i running gnome launcher, when i open, my screen is blocked, but, launcher is open too and i can execute commands. See screenshot in attachments. Thanks.
Created attachment 248480 [details] screenshot after open laptop
Created attachment 248487 [details] [review] runDialog: Close when the screen gets locked We should not show the run dialog while the lockscreen is being displayed.
Created attachment 248488 [details] [review] runDialog: Close when the screen gets locked We should not show the run dialog while the lockscreen is being displayed.
Review of attachment 248488 [details] [review]: ::: js/ui/runDialog.js @@ +50,3 @@ + if (Main.sessionMode.isLocked) + this.close(); + })); A lot better: watch for session-updated, and close if the session does not have a rundialog. Or even even better: make the run dialog a component.
I cannot reproduce this bug any more. Please double-check and close it.
Indeed, this was fixed years ago ... *** This bug has been marked as a duplicate of bug 708218 ***