LinuxQuestions.org
Visit Jeremy's Blog.
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 09-15-2004, 07:24 PM   #1
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Rep: Reputation: 0
Angry Thunderbird


Just how do you get Thunderbird 0.8 to run? I have run tar and tried to run thunderbird from terminal. Nothing happens! Clicking on the executable files doesn't do anything either. I'm running Suse 9.1.
 
Old 09-15-2004, 07:47 PM   #2
187807
Member
 
Registered: Oct 2003
Location: North Carolina, USA
Distribution: Slackware 11
Posts: 174

Rep: Reputation: 30
Well, I've never used SuSe (I've always used Slackware) and I don't use Thunderbird (I've always used Evolution), but....

I saw your post and downloaded the file thunderbird-0.8-i686-linux-gtk2+xft.tar.gz to see if I could get it to work.

From a terminal shell, I executed...

bash-3.00$ tar -xzvf thunderbird-0.8-i686-linux-gtk2+xft.tar.gz

Then I had a "thunderbird" directory.

I changed into that directory using...

bash-3.00$ cd thunderbird

And then I ran thunderbird using...

bash-3.00$ thunderbird

It seemed to start up fine for me. I'm not sure if maybe you had a problem with the untar'ing (since it's actually a gzip file that needs to be unzipped first, but that's what the "z" option does in the tar command you see above).

At the very least try the above commands in a terminal shell and see if it works that way. If not then post back that it doesn't and I'm sure folks will be able to help you further.
 
Old 09-15-2004, 08:01 PM   #3
JustOl'Bob
Member
 
Registered: Apr 2004
Location: upstate New York
Distribution: SuSE 9.0, Fedora Core 2
Posts: 117

Rep: Reputation: 19
Yep, works with SuSE 9.0. Just have to remember to sign off SU before using ./thunderbird.
 
Old 09-21-2004, 08:11 PM   #4
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks, guys. Well, it's not working. Here's what I have in my /thunderbird subdirectory. All I get is "file not found."

Any ideas?


chrome libldap50.so libsmime3.so mozilla-xremote-client
components libmozjs.so libsoftokn3.chk README.txt
components.ini libnspr4.so libsoftokn3.so res
defaults libnss3.so libssl3.so run-mozilla.sh
extensions libnssckbi.so libxpcom_compat.so thunderbird
greprefs libplc4.so libxpcom.so thunderbird-bin
icons libplds4.so libxpistub.so xpicleanup
init.d libprldap50.so LICENSE.txt
 
Old 09-21-2004, 08:15 PM   #5
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
You are probably using the old dos commands. When you CD'd into the directory, to run thunderbird, did you type it like this

./thunderbird

or like this

thunderbird

The top one is the correct way to launch an executable in your current directory
 
Old 09-22-2004, 01:55 PM   #6
JustOl'Bob
Member
 
Registered: Apr 2004
Location: upstate New York
Distribution: SuSE 9.0, Fedora Core 2
Posts: 117

Rep: Reputation: 19
Well, you've definately got all the right components. If you're still having trouble, why not go the GUI way to check it out? Browse to thunderbird directory and click on the thunderbird shell script and make sure it's launching. Hell, as long as you're there, drag it to the desktop and create a link for future launchings.
 
Old 09-22-2004, 07:25 PM   #7
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
Okay...I tried to launch using ./thunderbird and got this message.
What does it mean, and what do I need to do now?


Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!

(thunderbird-bin:26462): Gtk-WARNING **: cannot open display:
 
Old 09-22-2004, 07:26 PM   #8
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
I also tried launching the shell script via gui and it did not work.
 
Old 09-22-2004, 07:42 PM   #9
187807
Member
 
Registered: Oct 2003
Location: North Carolina, USA
Distribution: Slackware 11
Posts: 174

Rep: Reputation: 30
Okay,


I've seen the issues you are reporting (the xdm issues) when something is installed as one user and then tried to be run as another (at least in one instance I saw when googling).


So.....

when you did the untarring what user where you logged in as?

what user do you normally run X as? (please tell me it's not root)

you don't need to change to root when untarring the archive, in fact, doing so will muck permissions up IIRC.



What I did when I said what I did in the second post in this thread was:

downloaded the tar.gz archive (the thunderbird app)

I always log into X (startx) under my normal username (not root)

i just opened a console in X (for me i use gnome and i like xterm so i just use *Actions* *Run Application* then type xterm to get a console.

in my home directory /home/bob is where i issued the untarring command i mentioned

then just issued: cd thunderbird

and then just ./thunderbird

seems like you may be having permission issues.

again, please be sure you are not running X as root...that's bad..running anything as root is bad...it's like running windows...which is bad.

sorry my words are so convoluted, but i'm not sure exactly what you're doing (and as what user) and (again) I'm not a SuSE user so please forgive me if my advice is not appropriate for SuSE, just trying to offer what worked for me (using Slackware).
 
Old 09-22-2004, 08:22 PM   #10
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks. No, I'm not logged on as root. But, just to double-check, I deleted all the files and directory, downloaded thunderbird again, etc., and got the same error message:

george@linux:/usr/local/bin/thunderbird> ./thunderbird
Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!

(thunderbird-bin:27923): Gtk-WARNING **: cannot open display:
 
Old 09-22-2004, 09:46 PM   #11
servnov
Member
 
Registered: Sep 2004
Distribution: Slackware 10.2
Posts: 276

Rep: Reputation: 30
do NOT run thunderbird as root unless you have a really good reason.
 
Old 09-22-2004, 10:24 PM   #12
JustOl'Bob
Member
 
Registered: Apr 2004
Location: upstate New York
Distribution: SuSE 9.0, Fedora Core 2
Posts: 117

Rep: Reputation: 19
I did a bit of Googling and found your problem/possible solution at http://www.netsys.com/suse-linux-e/2.../msg03384.html
Follow the thread - looks like you have to remove the authorizations with xhost + and then, once you've run it once, you can turn the authorizations back on with xhost - and it should run fine thereafter.
 
Old 09-23-2004, 07:12 PM   #13
geostone
LQ Newbie
 
Registered: May 2004
Location: Washington, DC metro area
Distribution: openSUSE 10.3
Posts: 19

Original Poster
Rep: Reputation: 0
Bob -- thank you, sir! I followed the link and got it to work! Much thanks for your research. Frankly, I'm such a newb that I'm not exactly sure why it works...but it does!
 
  


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
Moving from Thunderbird in Windows to Thunderbird in Linux pnh73 Linux - Software 14 11-05-2011 09:24 AM
Thunderbird for 10.0? wabashprof SUSE / openSUSE 2 10-09-2005 01:50 PM
Thunderbird dudeman41465 Linux - Software 2 10-09-2005 02:58 AM
thunderbird mio_carpe Linux - Software 4 02-18-2005 07:20 AM
Thunderbird and Firefox, Thunderbird doesnt launch firefox? sovietpower Slackware 1 11-01-2004 12:51 PM

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

All times are GMT -5. The time now is 10:50 AM.

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