GNOME Bugzilla – Bug 690195
incorrect modal push/pop
Last modified: 2012-12-15 02:53:52 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 "'
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 ***