Package: notification-daemon
Version: 0.3.7-1
Severity: normal

Hi,

The attached patch from Ubuntu stops notification-daemon
from exiting on critical warnings.

Please consider applying it.

Thanks,

James

diff -urNad notification-daemon-0.3.6.orig/src/daemon.c notification-daemon-0.3.6/src/daemon.c
--- notification-daemon-0.3.6.orig/src/daemon/daemon.c	2006-09-07 19:31:45.000000000 +0200
+++ notification-daemon-0.3.6/src/daemon/daemon.c	2006-11-18 14:28:44.000000000 +0100
@@ -1065,7 +1065,7 @@
 	GError *error;
 	guint request_name_result;
 
-	g_log_set_always_fatal(G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL);
+	//g_log_set_always_fatal(G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL);
 
 	gtk_init(&argc, &argv);
 	gconf_init(argc, argv, NULL);

Reply via email to