<br><br><div class="gmail_quote">On Tue, Apr 15, 2008 at 1:37 AM, Patrick O'Callaghan <<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On Mon, 2008-04-14 at 09:16 -0500, Aaron Konstam wrote:<br>
> On Mon, 2008-04-14 at 11:28 +0200, roland wrote:<br>
> > I am running evolution 2.0<br>
> > Starting evolution gives me an error:<br>
> > The Application Evolution has quit unexpectedly<br>
> > restart the application - Close<br>
> ><br>
> > When I choose restart, it stops evolution, so I am stucked.<br>
> ><br>
> > Is there some logfile or what can I do to detect the cause of the problem?<br>
> ><br>
> > Thank you for your help<br>
> > --<br>
> > Roland Brouwers<br>
> > C.A.T. bvba<br>
> ><br>
> What fedora version are you using? hy don't you upgrade to a later<br>
> version. In f7 the current version is evolution-2.10<br>
<br>
</div>In F8 it's 2.12 and in the upcoming F9 it's 2.22 (the numbering system<br>
changed to reflect Gnome versions). 2.0 is several years old and fairly<br>
buggy.<br>
<font color="#888888"><br></font></blockquote><div>There is a very nice backup script for evolution. I can't recall its web site. thus, I paste it here, hope it helps<br><br>#!/bin/bash<br>#-----------------------------------------------------------------------#<br>
#                                                                       #<br># Description : Backup an evolution profil                              #<br># OS          : Linux                                                   #<br>
# Requires    : evolution - tar                                         #<br># Version     : 0.1.4                                                   #<br># Author      : Sebastien Bilbeau <sebastien.bilbeau CHEZ <a href="http://gmail.com">gmail.com</a>>    #<br>
# Web site    : <a href="http://www.tux-planet.fr/">http://www.tux-planet.fr/</a>                               #<br>#                                                                       #<br>#-----------------------------------------------------------------------#<br>
<br># Set script variable<br>USER=$(id -un)<br>GROUP=$(id -gn)<br>DATE=`date "+%F"`<br><br># Go to user homedir<br>clear<br>cd /home/$USER<br><br># Shutdown application<br>gconftool-2 --shutdown<br>evolution --force-shutdown<br>
<br># Backup evolution setting<br>gconftool-2 --dump /apps/evolution > evolution_setting.xml<br><br># Make a restore help file<br>/bin/cat > RESTORE_README.txt <<FINCONFIG<br>#!/bin/bash<br># To restore your evolution profil, after extract this archive file,<br>
# use the following command :<br><br>cd /home/$USER<br>gconftool-2 --shutdown<br>evolution --force-shutdown<br>tar jxvf bkp-evolution-$DATE.tar.bz2<br>gconftool-2 --unload evolution_setting.xml <br>gconftool-2 --load evolution_setting.xml<br>
rm -f evolution_setting.xml<br>FINCONFIG<br><br># Compress and backup<br>nice -n +10 tar cfj bkp-evolution-$DATE.tar.bz2 --exclude=.evolution/mail/imap .evolution .gconf/apps/evolution .gnome2_private/Evolution .camel_certs evolution_setting.xml RESTORE_README.txt<br>
<br># Remove tmp files<br>rm -f evolution_setting.xml<br>rm -f RESTORE_README.txt<br><br># Change owner (for crontab use)<br>chown $USER:$GROUP bkp-evolution-$DATE.tar.bz2<br><br># Display final backup message<br>echo "Evolution backup is finish !"<br>
<br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font color="#888888">
poc<br>
</font><div><div></div><div class="Wj3C7c"><br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
</div></div></blockquote></div><br>