diff --git a/src/modules/gsettings/gsettings-helper.c b/src/modules/gsettings/gsettings-helper.c index 1bf2f13cf..0b379bab7 100644 --- a/src/modules/gsettings/gsettings-helper.c +++ b/src/modules/gsettings/gsettings-helper.c @@ -85,6 +85,9 @@ int main(int argc, char *argv[]) { #if !GLIB_CHECK_VERSION(2,36,0) g_type_init(); #endif +#if GLIB_CHECK_VERSION(2,68,0) + g_log_writer_default_set_use_stderr(true); +#endif /* gsettings-data-convert copies data from GConf to GSettings. The * conversion is defined in the pulseaudio.convert file. The conversion is