GNOME Bugzilla – Bug 704476
Remove gtk_dialog_run()
Last modified: 2013-10-16 20:33:01 UTC
It blocks the mainloop and would block other services (such as accessing anything over D-Bus). This needs to be removed. power/gsd-power-manager.c: gtk_dialog_run (GTK_DIALOG (dialog_error)); Just print a g_warning() instead.
Was removed in bug 709782. *** This bug has been marked as a duplicate of bug 709782 ***