diff options
-rw-r--r-- | mate-settings-daemon/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-settings-daemon/main.c b/mate-settings-daemon/main.c index b4348b8..e1c5e85 100644 --- a/mate-settings-daemon/main.c +++ b/mate-settings-daemon/main.c @@ -416,6 +416,9 @@ parse_args (int *argc, char ***argv) g_option_context_free (context); mate_settings_profile_end (NULL); + + if (debug) + g_setenv ("G_MESSAGES_DEBUG", "all", FALSE); } int |