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 703679 - GNOME Launcher appears after locked screen even if it is locked.
GNOME Launcher appears after locked screen even if it is locked.
Status: RESOLVED DUPLICATE of bug 708218
Product: gnome-shell
Classification: Core
Component: lock-screen
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-05 19:42 UTC by upmauro
Modified: 2017-04-24 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot after open laptop (276.49 KB, image/png)
2013-07-05 19:43 UTC, upmauro
  Details
runDialog: Close when the screen gets locked (1013 bytes, patch)
2013-07-05 20:14 UTC, drago01
none Details | Review
runDialog: Close when the screen gets locked (1.09 KB, patch)
2013-07-05 20:15 UTC, drago01
needs-work Details | Review

Description upmauro 2013-07-05 19:42:38 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.
Comment 1 upmauro 2013-07-05 19:43:52 UTC
Created attachment 248480 [details]
screenshot after open laptop
Comment 2 drago01 2013-07-05 20:14:24 UTC
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.
Comment 3 drago01 2013-07-05 20:15:09 UTC
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.
Comment 4 Giovanni Campagna 2013-07-14 14:01:14 UTC
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.
Comment 5 Christian Stadelmann 2017-04-24 12:38:51 UTC
I cannot reproduce this bug any more. Please double-check and close it.
Comment 6 Florian Müllner 2017-04-24 19:23:17 UTC
Indeed, this was fixed years ago ...

*** This bug has been marked as a duplicate of bug 708218 ***