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 690195 - incorrect modal push/pop
incorrect modal push/pop
Status: RESOLVED DUPLICATE of bug 689106
Product: gnome-shell
Classification: Core
Component: general
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-14 03:59 UTC by darkxst
Modified: 2012-12-15 02:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description darkxst 2012-12-14 03:59:39 UTC
I have noticed this occuring randomly, however I have screen Shield/Lock disabled so no idea why it would be trying to get a grab on the 'screenShieldGroup'.

JS LOG: pushModal: invocation of begin_modal failed. Actor: [0x219c0b0 StWidget "screenShieldGroup"]
Window manager warning: Log level 8: meta_end_modal_for_plugin: assertion `compositor->modal_plugin == plugin' failed
      JS LOG: popModal actor: [0x219c0b0 StWidget "screenShieldGroup"]
    JS ERROR: !!!   Exception was: Error: incorrect pop
    JS ERROR: !!!     message = '"incorrect pop"'
    JS ERROR: !!!     fileName = '"/opt/gnome/share/gnome-shell/js/ui/main.js"'
    JS ERROR: !!!     lineNumber = '593'
    JS ERROR: !!!     stack = '"popModal([object GObject_Object])@/opt/gnome/share/gnome-shell/js/ui/main.js:593
()@/opt/gnome/share/gnome-shell/js/ui/screenShield.js:914
wrapper()@/opt/gnome/share/gjs-1.0/lang.js:204
([object GObject_Object])@/opt/gnome/share/gnome-shell/js/ui/screenShield.js:643
"'
Comment 1 Giovanni Campagna 2012-12-15 02:53:52 UTC
Even if lock is disabled, we try to become modal and activate the screensaver fade at idle time, so this is a duplicate of bug 689106.

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