Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old February 21st, 2009   #1
OrelEagle
5 Cups of Ubuntu
 
Join Date: Apr 2008
Beans: 15
Ubuntu 9.04 Jaunty Jackalope
[How to] Test Thunderbird 3

Hello,

After reading a thread in the French Ubuntu forum, 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-U...arly_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:

Code:
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.

Code:
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:

Code:
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 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.

Part IV: Remove Thunderbird 3

We'll simply delete the folder containing the files and the link to the executable:
Code:
sudo rm -rf /opt/thunderbird /usr/bin/thunderbird3
__________________
ACER 5735 works perfectly with Ubuntu

LG E500 Hardy-Intrepid had ACPI issue: http://bugzilla.kernel.org/show_bug.cgi?id=11993
and died after 1 year...

Last edited by OrelEagle; February 28th, 2009 at 07:32 AM.. Reason: Added remove command and link to the testers mailing list
OrelEagle is offline   Reply With Quote
Old March 8th, 2009   #2
canabal
A Carafe of Ubuntu
 
Join Date: May 2008
Beans: 84
Ubuntu Karmic Koala (testing)
Re: [How to] Test Thunderbird 3

Thanks for the nice easy to use guide.
canabal is offline   Reply With Quote
Old March 9th, 2009   #3
binbash
Skinny Extra Sweet Ubuntu
 
binbash's Avatar
 
Join Date: Sep 2006
Beans: 3,172
Ubuntu Karmic Koala (testing)
Re: [How to] Test Thunderbird 3

Thanks
binbash is offline   Reply With Quote
Old May 21st, 2009   #4
el cameleon
5 Cups of Ubuntu
 
Join Date: May 2009
Location: France
Beans: 17
Ubuntu 9.10 Karmic Koala
Question Re: [How to] Test Thunderbird 3

Thanks for this "how to", I would never success to install it alone!

Do you know how we can une the Thunderbird icon to launch Thunderbird? The only one I can find in /opt/thunderbird/icons cannot be use as an icon in Ubuntu.
el cameleon is offline   Reply With Quote
Old August 13th, 2009   #5
pediatracancun
First Cup of Ubuntu
 
Join Date: Jun 2006
Beans: 9
Re: [How to] Test Thunderbird 3

I did all the steps to install Thunderbird3A3; when I give the command thunderbird3 -P, it presents with the profile manager, but I can't create this profile and receive the following message:

Profile couldn't be created. Probably the chosen folder isn't writable.
[Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIToolkitProfileService.createProfile]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: chrome://mozapps/content/profile/createProfileWizard.js :: onFinish :: line 233" data: no]

If I do sudo thunderbird3, there is no problem in working in such way.

Can you help me?
pediatracancun is offline   Reply With Quote
Old August 18th, 2009   #6
jmadero
5 Cups of Ubuntu
 
Join Date: Sep 2007
Beans: 15
Re: [How to] Test Thunderbird 3

Is there a way to import everything from thunderbird 2? This would be really helpful as I have all my email, calendars, contacts in thunderbird 2. Thanks!
jmadero is offline   Reply With Quote
Old December 22nd, 2009   #7
barjea
First Cup of Ubuntu
 
Join Date: Dec 2009
Location: Paris area France
Beans: 1
Ubuntu 9.10 Karmic Koala
Re: [How to] Test Thunderbird 3

Quote:
Originally Posted by pediatracancun View Post
I did all the steps to install Thunderbird3A3; when I give the command thunderbird3 -P, it presents with the profile manager, but I can't create this profile and receive the following message:

Profile couldn't be created. Probably the chosen folder isn't writable.
[Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIToolkitProfileService.createProfile]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: chrome://mozapps/content/profile/createProfileWizard.js :: onFinish :: line 233" data: no]

If I do sudo thunderbird3, there is no problem in working in such way.

Can you help me?
Hi,
Check the ownership of .thunderbird folder.
If owner is root then change it to your own login :
chown -R xxx:xxx /home/xxx/.thunderbird
xxx being your login.
This solve the issue for me !

note : when you run thunderbird using sudo, you run it as root (this explains that !)

Last edited by barjea; December 22nd, 2009 at 06:21 PM.. Reason: don't want emoticon
barjea is offline   Reply With Quote
Old August 26th, 2009   #8
binarymutant
A Carafe of Ubuntu
 
binarymutant's Avatar
 
Join Date: Aug 2007
Location: Knoxville
Beans: 87
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to binarymutant Send a message via Yahoo to binarymutant
Re: [How to] Test Thunderbird 3

I followed your guide but
Quote:
thunderbird3 --version
Thunderbird 2.0.0.23, Copyright (c) 1998-2009 mozilla.org
:/
__________________
/* Christopher Lunsford
binarymutant.org */
binarymutant is offline   Reply With Quote
Old December 15th, 2009   #9
nilsja
5 Cups of Ubuntu
 
Join Date: Feb 2007
Beans: 28
Re: [How to] Test Thunderbird 3

Quote:
thunderbird3 --version
Thunderbird 3.0, Copyright (c) 1998-2009 mozilla.org
.
nilsja is offline   Reply With Quote

Bookmarks

Tags
beta, howto, testing, thunderbird

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:45 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry