OrelEagle
February 21st, 2009, 04:26 PM
Hello,
After reading a thread in the French Ubuntu forum (http://forum.ubuntu-fr.org/viewtopic.php?id=238976), I decided to try the new features brought by Thunderbird 3. And since I find it really cool, I'd like to share how to install it (in parallel with Thunderbird 2) and contribute to the tests. This tutorial will be divided into 4 parts:
Part I: install process
Part II: Create a new profile
Part III: Contribute to the tests
Part IV: Remove Thunderbird 3
Please remember that Thunderbird 3 is still in beta version and could (although very unlikely) harm your data (emails, contacts). For this reason I strongly recommend to use non critical email accounts and create a specific profile for this purpose (read part II for more information).
Part I: install process
The install process is very simple:
1. Download the file
2. Extract the archive
3. Move the thunderbird folder to /opt
4. Create a link to run it easily
1. Download the file
You can download the most recent public release from Thunderbird's website:
http://www.mozillamessaging.com/en-US/thunderbird/early_releases/
2. Extract the archive
Go to the folder where you downloaded the file (it should be a .tar.bz2) and extract it (right click -> extract here). Alternatively, you can also use the tar command.
3. Move the thunderbird folder to /opt
You will need sudo rights to move the file to /opt. You can either start Nautilus in root mode and move the folder graphically or use this command, assuming you are working in the folder where you extracted the archive:
sudo mv thunderbird /opt
4. Create a link to run it easily
You will create a link to the executable and put it in /usr/bin, this way you simply have to use this link to run the testing version, for example using the "run application" dialog (Alt+F2). I called it "thunderbird3" to make it clear.
sudo ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird3
It is also possible to do all this in 1 line of command, but I prefer to detail each step. Feel free to post this command in the replies.
Part II: Create a new profile
Now that you have installed Thunderbird 3, you don't want it to mess up with your data. For this you will create a new profile. Simply start Thunderbird 3 with the profile manager:
thunderbird3 -P
In this dialog box, click on "Create Profile...". Follow the instructions from the wizard and chose a name for this profile. Let's call it testProfile. Now you can select testProfile in the profile manager and start testing! When you want to use your normal profile, simply start the profile manager again and select it in the list.
Part III: Contribute to the tests
To make Thunderbird a high quality application, the mozilla team needs your help! The first thing to do is to subscribe to the Thunderbird-testers (https://mail.mozilla.org/listinfo/thunderbird-testers) mailing list. You will then receive instructions about how to test the new features of Thunderbird.
I also recommend to read the wiki page about how you can help (https://wiki.mozilla.org/Thunderbird:Testing).
Part IV: Remove Thunderbird 3
We'll simply delete the folder containing the files and the link to the executable:
sudo rm -rf /opt/thunderbird /usr/bin/thunderbird3
After reading a thread in the French Ubuntu forum (http://forum.ubuntu-fr.org/viewtopic.php?id=238976), I decided to try the new features brought by Thunderbird 3. And since I find it really cool, I'd like to share how to install it (in parallel with Thunderbird 2) and contribute to the tests. This tutorial will be divided into 4 parts:
Part I: install process
Part II: Create a new profile
Part III: Contribute to the tests
Part IV: Remove Thunderbird 3
Please remember that Thunderbird 3 is still in beta version and could (although very unlikely) harm your data (emails, contacts). For this reason I strongly recommend to use non critical email accounts and create a specific profile for this purpose (read part II for more information).
Part I: install process
The install process is very simple:
1. Download the file
2. Extract the archive
3. Move the thunderbird folder to /opt
4. Create a link to run it easily
1. Download the file
You can download the most recent public release from Thunderbird's website:
http://www.mozillamessaging.com/en-US/thunderbird/early_releases/
2. Extract the archive
Go to the folder where you downloaded the file (it should be a .tar.bz2) and extract it (right click -> extract here). Alternatively, you can also use the tar command.
3. Move the thunderbird folder to /opt
You will need sudo rights to move the file to /opt. You can either start Nautilus in root mode and move the folder graphically or use this command, assuming you are working in the folder where you extracted the archive:
sudo mv thunderbird /opt
4. Create a link to run it easily
You will create a link to the executable and put it in /usr/bin, this way you simply have to use this link to run the testing version, for example using the "run application" dialog (Alt+F2). I called it "thunderbird3" to make it clear.
sudo ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird3
It is also possible to do all this in 1 line of command, but I prefer to detail each step. Feel free to post this command in the replies.
Part II: Create a new profile
Now that you have installed Thunderbird 3, you don't want it to mess up with your data. For this you will create a new profile. Simply start Thunderbird 3 with the profile manager:
thunderbird3 -P
In this dialog box, click on "Create Profile...". Follow the instructions from the wizard and chose a name for this profile. Let's call it testProfile. Now you can select testProfile in the profile manager and start testing! When you want to use your normal profile, simply start the profile manager again and select it in the list.
Part III: Contribute to the tests
To make Thunderbird a high quality application, the mozilla team needs your help! The first thing to do is to subscribe to the Thunderbird-testers (https://mail.mozilla.org/listinfo/thunderbird-testers) mailing list. You will then receive instructions about how to test the new features of Thunderbird.
I also recommend to read the wiki page about how you can help (https://wiki.mozilla.org/Thunderbird:Testing).
Part IV: Remove Thunderbird 3
We'll simply delete the folder containing the files and the link to the executable:
sudo rm -rf /opt/thunderbird /usr/bin/thunderbird3