GNOME Bugzilla – Bug 528336
configuration variable is not initialized in tracker-configuration.c
Last modified: 2008-04-24 03:30:59 UTC
Please describe the problem: Running tracker-properties fails to load the tracker properties from the config file because the GKeyFile configuration variable is not initialized. Steps to reproduce: 1. Create new configuration by running trackerd 2. Run tracker-properties 3. Many glib assertion errors about g_key_file* functions Actual results: The preference window only shows the default configuration. Any changes to the config file are not loaded. Expected results: The preference window only shows the default configuration. Any changes to the config file are not loaded. Does this happen every time? Yes Other information: Small patch that fixes this issue is attached
Created attachment 109349 [details] [review] Patch to initialize configuration
Thanks so much for this patch for it fixes such a long-standing problem for me, if applied with #528339.
Added to svn - thanks