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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs