Comment 10 for bug 353187

Revision history for this message
Kib Reed (kib) wrote :

The issue appears to be fixed upstream now. Per bug 577105 (http://bugzilla.gnome.org/show_bug.cgi?id=577105), there was a patch committed that I added to evolution-exchange source from Jaunty and now I am able to work in Evolution again.

For those that are unfamiliar and want to test it, you can do:
1. mkdir evolution; cd evolution
2. sudo apt-get build-dep evolution-exchange
3. wget http://bugzilla.gnome.org/attachment.cgi?id=133182&action=view
4. sudo apt-get source evolution-exchange
5. cd evolution-exchange
6. patch -p0 < ../eex.patch
7. sudo dpkg-buildpackage
8. sudo dpkg -i ../evolution-exchange_2.26.0-0ubuntu2_amd64.deb
9. evolution --force-shutdown

Then restart evolution and it should be stable.

Can this patch be added to evolution-exchange in Ubuntu Jaunty at some point in the near future?