Skip to content

Make sure to actually commit GSettings changes

Fabian Vogt requested to merge work/syncgsettings into master

g_settings_set_* is async, so make sure the change is actually performed before returning and eventually exiting. This mostly affected the gtk_theme update binary, because that isn't long running unlike the kded module.

Merge request reports