[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 http://archive.ubuntu.com/ubuntu/ jaunty-proposed restricted main 
multiverse universe
#  ALL ON ONE LINE!!! 

# LINE 2
echo $SRCLINE | sudo tee -a /etc/apt/sources.list
#  ALL ON ONE LINE!!! 

# LINE 3
sudo apt-get update
#  ALL ON ONE LINE!!! 

# LINE 4
sudo aptitude -t jaunty-proposed install libical0
#  ALL ON ONE LINE!!! 

Hopefully this will help the two people who I've so far confused by
failing to take into account that Launchpad will put a line break on
long lines :).

Luke.

-- 
calendar causes evolution to crash
https://bugs.launchpad.net/bugs/365793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 there is a
new line the Terminal reads that as a new command).

# LINE 1
SRCLINE=deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed restricted main 
multiverse universe
#  ALL ON ONE LINE!!! 

# LINE 2
echo $SRCLINE  | sudo tee -a /etc/apt/sources.list

# LINE 3
sudo apt-get update

# LINE 4
sudo aptitude -t jaunty-proposed install libical0


Also my apologies, I should have anticipated this.

-- 
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 assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 other watchers of this bug:-
FIX CONFIRMED here - Clicking onto calendar button no longer crashes evolution.

-- 
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 assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 jaunty-proposed install libical0

Please let me know if you need any assistance beyond the above (The
terminal is under Applications  Accessories)

@Sebastian and other watchers of this bug:-
FIX CONFIRMED here - Clicking onto calendar button no longer crashes evolution.

-- 
calendar causes evolution to crash
https://bugs.launchpad.net/bugs/365793
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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/sources.list

sudo apt-get update

sudo aptitude -t jaunty-proposed install libical0

Please let me know if you need any assistance beyond the above (The
terminal is under Applications  Accessories)

-- 
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 assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs