GNOME Bugzilla – Bug 781886
Assertion 'cookie > 0' failed
Last modified: 2017-05-08 09:48:00 UTC
I got this critical error: Gtk-CRITICAL **: gtk_application_uninhibit: assertion 'cookie > 0' failed
Created attachment 351331 [details] [review] ui: Check the inhibition cookie Check that the inhibition cookie isn't 0 before using it in ApplicationWindow.uninhibit(), this avoids a runtime error message.
Attachment 351331 [details] pushed as f694588 - ui: Check the inhibition cookie