GNOME Bugzilla – Bug 764829
User config notification gets confused
Last modified: 2016-04-10 15:09:46 UTC
If there is a section that exists in user file with an enabled key and another enabled key changes, the config tracker gets confused and sends updated signals for everything
Created attachment 325671 [details] [review] core: Always delay reload of config file It seems that if we reload the config files too early even after CHANGES_DONE hint, we still read a corrupt file. So change the code to always delay the read. Signed-off-by: Jens Georg <mail@jensge.org>
Attachment 325671 [details] pushed as be70dfc - core: Always delay reload of config file