LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-22-2012, 05:33 PM   #1
adocholiday
LQ Newbie
 
Registered: Feb 2012
Posts: 6

Rep: Reputation: Disabled
Installing Thunderbird on Debian Squeeze


Hi everyone,

I'm completely new to Linux and haven't a clue what I'm doing! I'm trying to install Thunderbird on Debian Squeeze. I downloaded the package from the mozilla site and extracted all of the files to a thunderbird file in my home directory.

What do I do now? I can't find an installer. I know that .exe files are for windows but I'm hopelessly lost with this!
 
Old 02-22-2012, 05:46 PM   #2
jhwilliams
Senior Member
 
Registered: Apr 2007
Location: Portland, OR
Distribution: Debian, Android, LFS
Posts: 1,168

Rep: Reputation: 211Reputation: 211Reputation: 211
In Debian, it's called icedove -- same thing, but with out the proprietary branding.

You can just do this, on the command line:

Code:
sudo aptitude install icedove
 
1 members found this post helpful.
Old 02-22-2012, 05:53 PM   #3
adocholiday
LQ Newbie
 
Registered: Feb 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
I get an error message saying that my username is not in the sudo directory and that the incident will be reported?? I'm the system admin!
 
Old 02-22-2012, 09:20 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
As jhwilliams said icedove is thunderbird & it's available thru Synaptic Package Manager or apt-get. You can however install the real thunderbird if you'd like.
You'll either have to setup the sudoers account or use root. It would be safer to edit /etc/sudoers & use it.
 
Old 02-22-2012, 09:48 PM   #5
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
You probably already have icedove installed. Assuming you are using Gnome, from the top menu select:
Applications -> Internet -> Icedove Mail/News


If it's not there, install it with synaptic. From the top menu select:

System -> Administration -> Synaptic Package Manager

You'll be asked to authorize. Enter the password you gave during install for the root account.

In the window that opens, there is a search box in the upper-right corner. If it says "rebuilding search index" then wait a few moments/minutes for it to finish. Then type "icedove" in the search text box. In a moment or two, the section immediately below the search box will update its contents to show all the packages that match. There should be an entry with just plain "icedove" in the first column. Left-click the box next to the name and in the small menu that appears choose "Mark for installation." There should be a button near the top of the window showing a green check-mark labeled "Apply" that is now enabled. Left-click it, and approve the changes in the confirmation window that appears.

Side note:
The reason it's "icedove" in Debian and not Thunderbird is because the maintainers of Debian did not want to package Thunderbird exactly as it is released. The reason is only because of "branding." That is, some of the artwork and the name itself (I believe) are trademarked or otherwise restricted in their use. The same is true for Firefox. In Debian, the non-branded version of Firefox is Iceweasel. The programs are otherwise identical aside from the images and/or names.

Quote:
I get an error message saying that my username is not in the sudo directory and that the incident will be reported?? I'm the system admin!
Yeah, Debian does not set up sudo. That's more of an Ubuntu thing.

And setting up sudo is not something I would suggest for a new Linux user like yourself (no offense to you--or EDDY1 for suggesting setting it up). For a new user, the syntax is not intuitive and the man page for the sudoers file will likely be clear as mud.

Last edited by Dark_Helmet; 02-22-2012 at 09:52 PM.
 
Old 02-22-2012, 10:48 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
The problem you will run into is most extensions from Mozilla will not install in Icedove because it is just too old. Even in sid it is 2 versions behind the Mozilla Thunderbird release.

Download Thunderbird, extract, then as root copy the Icedove.desktop in /usr/share/applications, change the name to Thunderbird, the Exec= line to where the Thunderbird bin is located, and the icon. You can then use the Gnome Settings to make Thunderbird your default email client. I use the current release version of Thunderbird which is 10.0.2 the same as Firefox.

my thunderbird.desktop file
Code:
[Desktop Entry]
Categories=Network;Email;News;GTK;
Comment[en_US]=Read/Write Mail/News with Thunderbird
Comment=Read/Write Mail/News with Thunderbird
Exec=/home/craig/Downloads/thunderbird/thunderbird %u
GenericName[en_US]=Mail Client
GenericName=Mail Client
Icon=/home/craig/Downloads/thunderbird/chrome/icons/default/default32.png
MimeType=message/rfc822;
Name[en_US]=Thunderbird Mail/News
Name=Thunderbird Mail/News
Path=
StartupNotify=true
StartupWMClass=Thunderbird-bin
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
X-MultipleArgs=false

Last edited by craigevil; 02-22-2012 at 10:51 PM.
 
Old 02-22-2012, 11:29 PM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I was trying to figure out why icedove hasn't been opening links in my firefox browser.
 
Old 02-22-2012, 11:55 PM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Quote:
Originally Posted by EDDY1 View Post
I was trying to figure out why icedove hasn't been opening links in my firefox browser.
1) Thunderbird > Edit > Preferences > Attachments > content type for "http" shows "Always ask" > click the arrow and select "Delete Action"
2) Next time you click a link it asks you to choose an application. Select /usr/bin/firefox and click "Remember my choice for http links"

There is also a gconf setting you may need to edit if you are running Gnome.
 
Old 02-23-2012, 12:36 AM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Thanks craigevil I just installed thunderbird 10.0.2 after I setup my account I'll make that changes also.
I never paid attention to the fact that icedove is only at 8.
At OP as soon as I'm done I'll post how I installed.
 
Old 02-23-2012, 01:18 AM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
As craigevil says you don't have to put in opt, unless you want for all users.
http://forums.debian.net/viewtopic.php?f=30&t=68140
@craigevil it worked like a charm Than you
@adocholiday you have to do it as root or sudo
The real thunderbird image is missing

Last edited by EDDY1; 02-23-2012 at 01:24 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] [Debian Squeeze] Installing neroAacEnc sbocquet Linux - Software 5 01-19-2012 03:25 AM
Various segmentation faults Debian Squeeze Virtualbox running on Debian Squeeze host fordwrench Debian 1 07-21-2011 03:55 AM
Installing GCC on Debian Squeeze sidrox93 Linux - Software 12 05-21-2011 10:59 AM
Installing Debian Squeeze on a 1201n 108134865 Debian 18 08-11-2010 05:59 PM
[SOLVED] Installing Eclipse on Debian Squeeze nima0102 Debian 9 12-14-2009 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration