GNOME Bugzilla – Bug 308735
Can't edit a profile a second time
Last modified: 2007-09-19 19:52:18 UTC
Create a profile, save it, attempt to edit it again. A dialog will pop up complaining that it can't find the XML source to a non-existent directory. This error seems to be occurring because ".gconf.path.defaults" and ".gconf.path.mandatory" are now being saved to disk (they weren't in 0.18). Setting them to ignore while editing the profile allows you to reload it successfully. Also see the attached patch which sets the directory monitor to ignore them (not sure if this is the appropriate solution).
Created attachment 48194 [details] [review] patch to ignore .gconf.path.defaults and .gconf.path.mandatory
Another potential solution would be to ensure that the gconf settings are applied _after_ the file settings, as that would nuke the (invalid) .gconf.path.defaults and .gconf.path.mandatory with guaranteed-to-be-working ones.
Thanks, patch looks good, but we should also ignore the .gconf.xml.defaults and .gconf.xml.mandatory directories ... could you make that change when you're committing too?
Thanks 2005-06-30 Mark McLoughlin <markmc@redhat.com> Patch from William Lachance <wrlach@gmail.com> in bug #308735 * lib/config.py.in: add .gconf.path.defaults and .gconf.path.mandatory to FILES_TO_IGNORE