Re: [Evolution] Config files




In trying to move to another machine, I copied the folders:

     ~/.evolution
     ~/.gconf/apps/evolution

the folders are there, but the accounts did not copy. What am I
missing? Are there configs elsewhere?

These are the data and configuration necessary. However, you missed to
shut down the backends that operate on that data and settings, before
copying it.

Stopping e-d-s (backend server for data files in ~/.evolution):
$ evolution --force-shutdown

Stopping the GConf daemon:
$ gconftool-2 --shutdown

You need to stop both backends mentioned above *before* you are copying
the files manually to the target account. They will restart
automatically, if needed. Just start Evo, this will do.

It would be safe to care about both the daemons before copying the data
from the old account (in case of unsaved data), but this isn't an issue
in most cases anyway...

Thanks so much. I did 'killev' and also manually killed the e-d-s
processes I found, but I forgot gconf had its own daemon.

Sure, np. Just a few notes FYI:

* 'killev' doesn't exist for quite a long time now. Instead it's the
  force shutdown command I mentioned above.

* Killing the daemons is nasty and might result in data loss. The
  commands I mentioned take care to shut down the daemons nicely,
  writing still unsaved data to disk, if any.

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




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