Re: [Evolution-hackers] Data storage question



Le jeudi 09 août 2007 à 00:33 -0400, administrator a écrit :
> I'm trying to write a php script that will create mail accounts in
> evolution.
> So far, everything works fine and I seem to have all changes to files
> identified and covered, and all file and folder creation taken care of
> in the .evolution folder and .gconf folder.
> 
> However, I'm having the problem that .gconf/apps/evolution/mail/%
> gconf.xml is being reverted when evolution is started up.
> 
> I am stopping all evolution related processes, and all instances of
> gconfd-2 (if that one matters)
> I was told I need to stop gconftool-2, but that isn't running on my
> system.
> 
> What am I missing that causes the file to be reverted, or replaced with
> a "first run" version?
evolution --force-shutdown
apply_change
kill -SIGHUP `pidof gconf`
evolution

or something like that. Thing is modifying the file directly will give
you problems about which daemon is running or not and is cashing
informations while using gconftool-2 directly talks to the gconf daemon.
You might still need to restart evolution-data-server depending on what
you modify but at least you don't have to bother with gconf state.
-- 
Gilles Dartiguelongue <dartigug esiee fr>

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]