[Evolution] Automatic Evolution Setup
Brett Anderson
brett@cs.jhu.edu
Tue, 08 Feb 2005 10:45:14 -0500
JP,
No, I am not. I don't believe that the users for whom I am copying over
the %gconf files have gconfd running. Would a gconfd proceess owned by
root affect this?
I will make sure that gconfd is shut down in all future attempts in
order to rule this out.
Thanks,
Brett
On Tue, 2005-02-08 at 08:20 -0700, JP Rosevear wrote:
> On Tue, 2005-02-08 at 09:50 -0500, Brett Anderson wrote:
> > Hello,
> >
> > I am trying to generate ~/.gconf/apps/evolution and ~/.evolution files
> > from a template so that users will not have to configure evolution
> > themselves using the Evolution Setup Assistant. I am doing the
> > following:
> >
> > Removing .evolution and .gconf/apps/evolution for a user
> >
> > Going through the Evolution Setup Assistant, and letting it recreate
> > those files.
> >
> > I then copy these files into other user's home directories, changing
> > things such as email address, real name, and paths that reference the
> > user's home directory.
> >
> > I have been copying everything except the .db files in ~/.evolution.
> > I have made sure that the files have proper permissions and ownership by
> > the users that they are being used by.
>
> Are you shutting down gconf first? gconf caches most stuff in memory.
> gconftool-2 --shutdown.
>
> -JP