After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764829 - User config notification gets confused
User config notification gets confused
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2016-04-09 22:20 UTC by Jens Georg
Modified: 2016-04-10 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Always delay reload of config file (3.24 KB, patch)
2016-04-10 15:07 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2016-04-09 22:20:56 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
Comment 1 Jens Georg 2016-04-10 15:07:59 UTC
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>
Comment 2 Jens Georg 2016-04-10 15:09:42 UTC
Attachment 325671 [details] pushed as be70dfc - core: Always delay reload of config file