From fc6ee4aa6d71d2c448a9b62aca24ba318163c590 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 28 Jun 2011 12:51:51 -0400 Subject: common: don't tank on criticals Tiny (or not so tiny) bugs in components below GDM in the stack can lead to critical warnings. In development releases, GDM by default will crash when encountering a critical warning. Losing the login screen is a big deal. We shouldn't automatically subject our users to "can't log in" in order to highlight bugs in development releases. This commit removes fatal criticals by default. --- daemon/session-worker-main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'daemon/session-worker-main.c') diff --git a/daemon/session-worker-main.c b/daemon/session-worker-main.c index 35b44636..9d40b8da 100644 --- a/daemon/session-worker-main.c +++ b/daemon/session-worker-main.c @@ -151,8 +151,6 @@ main (int argc, g_type_init (); - gdm_set_fatal_warnings_if_unstable (); - /* Translators: worker is a helper process that does the work of starting up a session */ context = g_option_context_new (_("GNOME Display Manager Session Worker")); -- cgit v1.2.1