Linked by Eugenia Loli on Thu 8th Sep 2005 16:53 UTC
Thread beginning with comment 28881
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Actually you do have to restart gconfd or new schema files will not be picked up
You can explicitely load them in your app though, that's what I planned to do anyway, at initialisation.
gconftool-2 --shutdown or just kill the process. Failing to do so will mean apps will not get the default values specified when they read the keys
That should be a bug ... Perhaps related to the cache. I suppose that's one big architectural problem of GConf if it can't be fixed. Now, with latest kernel using inotify, and latest GConf using it too if it is available in kernel, I suppose this can be overcome.




Member since:
>> Do I need to restart gconf after installing schema files?
> Have nothing to do with programming, but no you don't.
Actually you do have to restart gconfd or new schema files will not be picked up.
gconftool-2 --shutdown
or just kill the process. Failing to do so will mean apps will not get the default values specified when they read the keys.