diff --git a/tools/notify-send.c b/tools/notify-send.c index fd69459..8dec70f 100644 --- a/tools/notify-send.c +++ b/tools/notify-send.c @@ -170,6 +170,7 @@ main (int argc, char *argv[]) g_type_init (); g_set_prgname (argv[0]); + g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL); opt_ctx = g_option_context_new (N_(" [BODY] - " "create a notification"));