At the time of writing, Lightning is at version 1.0b1rc1 (sounds stable, doesn’t it…). It only works with the beta release of Thunderbird 3 (aka Shredder), which is currently at version 3.0.2. I hear you ask: “Why would you want to use these two stable-sounding pieces of software together?” In my case, it’s because I need to deal with meeting invites sent by Microsoft Outlook users, but I want to continue using Mozilla Thunderbird. NB: it does not provide a solution for integrating with a Microsoft Exchange calendar.
So, to get started…
As root add the Mozilla Ubuntu daily build repository:
root@continuity:~# add-apt-repository ppa:ubuntu-mozilla-daily/ppa Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv B34505EA326FEAEA07E3618DEF4186FE247510BE gpg: requesting key 247510BE from hkp server keyserver.ubuntu.com gpg: key 247510BE: "Launchpad PPA for Ubuntu Mozilla Daily Build Team" not changed gpg: Total number processed: 1 gpg: unchanged: 1 root@continuity:~#
Update the repository:
root@continuity:~# apt-get update
If you get a warning about a duplicate entry, just repeat the update command, it’ll clear up.
Install Thunderbird 3.0 (not 3.1, which does not currently work with the release of the Lightning plugin):
root@continuity:~# apt-get install thunderbird-3.0
If you use GNOME as your desktop, I recommend also installing the GNOME support package:
root@continuity:~# apt-get thunderbird-3.0-gnome-support
Now that you have Thunderbird 3, fire it up. In the menu, go to Tools -> Add-ons and keep that window handy.
If you’re running a 32 bit version of Ubuntu, this next bit will be easy for you…
In your browser window, go to the Mozilla Lightning project page. Under Download Now click on Linux x86. Press the whopping great big Download Now button and save the file.
If, however, you’re running a 64 bit version (like me), this next bit is annoying… but still easy…
Use your browser to download http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1rc1/contrib/linux-x86_64/lightning.xpi or do the following in a terminal:
david@continuity:~$ wget http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1rc1/contrib/linux-x86_64/lightning.xpi
Now that you have the file, return to the Add-ons window that you opened earlier, click on the Extensions icon at the top, click on Install..., navigate to the lightning.xpi file that you downloaded, click OK, wait a few seconds, click Install Now.
Once that’s installed, the last thing that you need to do is click on Restart Shredder.