[Bug 365793] Re: calendar causes evolution to crash

2009-05-14 Thread Luke Anderson
@Bob:- Confirmed, there is definitely something screwy going on with the recurrence in Evolution. @anyone:- Should we move this onto another bug or is anyone aware of one already? -- calendar causes evolution to crash https://bugs.launchpad.net/bugs/365793 You received this bug notification bec

[Bug 365793] Re: calendar causes evolution to crash

2009-05-14 Thread Luke Anderson
To upgrade the libical0 to fix this issue please type the following four lines into a terminal:- It is important that all lines you type are on ONE LINE. Please ensure that you NO NOT SPLIT ANY LINES. Each time there is a new line the Terminal reads that as a new command :) # LINE 1 SRCLINE="deb

[Bug 368508] Re: don't crash on incorrect values or errors

2009-05-13 Thread Luke Anderson
/me just thought to maybe tell about the end of line terminator "\" but don't want to confuse the issue further :( -- don't crash on incorrect values or errors https://bugs.launchpad.net/bugs/368508 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug

[Bug 368508] Re: don't crash on incorrect values or errors

2009-05-13 Thread Luke Anderson
@Bob: First, to fix this error type:- sudo sed -ie "s/^\s*main.*$//g" /etc/apt/sources.list It is important that the first line you type is all on one line (I think that launchpad may have cut it in half), instead type these four lines but make sure that you DONT SPLIT ANY OF THE LINES (Each time

[Bug 368508] Re: don't crash on incorrect values or errors

2009-05-12 Thread Luke Anderson
@Bob, please ignore the above comment and please copy and paste the following exact three lines into the terminal, enter your user password (Not root password) when asked:- echo "deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed restricted main multiverse universe" | sudo tee -a /etc/apt/sourc

[Bug 365793] Re: calendar causes evolution to crash

2009-05-12 Thread Luke Anderson
@Bob, please copy and paste the exact three lines into the terminal, enter your user password (Not root password) when asked:- echo "deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed restricted main multiverse universe" | sudo tee -a /etc/apt/sources.list sudo apt-get update sudo aptitude -t

[Bug 368508] Re: don't crash on incorrect values or errors

2009-05-12 Thread Luke Anderson
@Bob: As Martin said, you need to first enable the proposed repository (https://wiki.ubuntu.com/Testing/EnableProposed). Afterwards, the following commands will install Martins version of the libical0 library:- sudo apt-get update sudo aptitude -t jaunty-proposed install libical0 @Martin and ot