Re: [Evolution-hackers] Data storage question

2007-08-10 Thread Andre Klapper
hi,

Am Donnerstag, den 09.08.2007, 00:33 -0400 schrieb administrator:
> I'm trying to write a php script that will create mail accounts in
> evolution.

vague, but if it's about deploying evolution, there are already some
tools available. should be listed somewhere on http://go-evolution/FAQ .

andre
-- 
 mailto:[EMAIL PROTECTED] | failed
 http://www.iomc.de/


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Data storage question

2007-08-09 Thread Gilles Dartiguelongue

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 <[EMAIL PROTECTED]>


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Data storage question

2007-08-08 Thread Ross Burton
On Thu, 2007-08-09 at 00:33 -0400, administrator wrote:
> 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?

Use gconftool instead of hacking the files directly.  If you hack the
files directly, you are asking for trouble.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Data storage question

2007-08-08 Thread Srinivasa Ragavan

On Thu, 2007-08-09 at 00:33 -0400, administrator wrote:
> 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 really don't understand what do you mean by 'gconf.xml being
reverted'.

I have a backup/restore plugin which literally creates those files for
restoring Evolution (2.12) and works well AFAIK.

-Srini.

> 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?
> 
> I'm using Ubuntu 7.04
> 
> -Mike
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Data storage question

2007-08-08 Thread administrator
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?

I'm using Ubuntu 7.04

-Mike

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers