LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-23-2012, 09:48 PM   #1
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Rep: Reputation: 0
Unhappy Slackware 13.37 32bit - Firefox & Thunderbird won't start


recently installed 13.37 on my laptop, everything seemed fine except for Firefox and Thunderbird won't start, the symptom is when I start it, the tiny icon jump around the mouse cursor that looks like it's loading background, after couple of secs, it disappears then end of story. tried "ps" which is nothing there. Then I used slackpkg to upgrade all packages in hope to get this problem away, unfortunately, some thing happens to firefox v11.0 and thunderbired v11.0.

btw, put "/usr/lib/firefox-11.0" into /etc/ld.so.conf didn't work neither

any ideas?

thanks in advance
 
Old 03-23-2012, 10:02 PM   #2
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Rep: Reputation: 56
I've had this happen to me before (in a different distribution, so it may be a Firefox thing) and it turned out to be a corrupted profile. Try renaming ~/.mozilla/firefox to something else. If it starts it'll create a new default profile. If you had stuff saved in your profile you should be able to get it out by copying the files over to the new directory manually.

I hope that helps.

[edit: that's .mozilla, not mozilla]

Last edited by mattca; 03-23-2012 at 10:08 PM.
 
Old 03-23-2012, 10:03 PM   #3
mattca
Member
 
Registered: Jan 2009
Distribution: Slackware 14.1
Posts: 333

Rep: Reputation: 56
Also, if you haven't already, try running them from the command line, so any error messages will be visible.
 
Old 03-23-2012, 10:12 PM   #4
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mattca View Post
Also, if you haven't already, try running them from the command line, so any error messages will be visible.
this is what I got after run from command line, no idea what's about ? Any advices?

Code:
root@darkstar:/home/igxz# firefox 
XPCOMGlueLoad error for file /usr/lib/firefox-11.0/libxpcom.so:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
root@darkstar:/home/igxz# thunderbird
XPCOMGlueLoad error for file /usr/lib/thunderbird-11.0/libxpcom.so:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
 
Old 03-23-2012, 10:41 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You are missing a library. May it be that you don't have the recommended full installation?
 
Old 03-24-2012, 01:47 AM   #6
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
You are missing a library. May it be that you don't have the recommended full installation?
it does look like missing libgtk-x11, been google around, can't find a appropriate way to guide me through how to get it installed, any advise where/how to start? thanks
 
Old 03-24-2012, 05:00 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you have the recommended full install (you didn't answer that question) it is already installed. If for whatever reasons not just install GTK+.
 
Old 03-24-2012, 06:47 AM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
There is a thread on this, but sorry I can't remember just what the problem was, but you need to upgrade certain files to run Firefox or Thunderbird 11 (might have started with 10, I don't remember). I'll see if I can find it, but in the meantime try and search for it yourself.

Last edited by cwizardone; 03-24-2012 at 07:23 AM.
 
Old 03-24-2012, 07:31 AM   #9
tmmukunn
Member
 
Registered: Nov 2007
Distribution: Slackware
Posts: 43

Rep: Reputation: 9
Code:
> grep libgtk /var/adm/packages/*
/var/adm/packages/gtk+-1.2.10-i486-5:usr/lib/libgtk.la
/var/adm/packages/gtk+-1.2.10-i486-5:usr/lib/libgtk-1.2.so.0.9.1
/var/adm/packages/gtk+-1.2.10-i486-5:usr/lib/libgtk.a
/var/adm/packages/gtk+2-2.24.4-i486-1:usr/lib/libgtk-x11-2.0.la
/var/adm/packages/gtk+2-2.24.4-i486-1:usr/lib/libgtk-x11-2.0.so.0.2400.4
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.so.0.0.0
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.la
Look and make sure gtk+2 is installed. Could also be some dependency of that libgtk+2 dll isn't found either I believe..
 
Old 03-24-2012, 09:32 PM   #10
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
If you have the recommended full install (you didn't answer that question) it is already installed. If for whatever reasons not just install GTK+.
if I remember correctly, I did full install, but somehow GTK+2 lib is missing.. how can I get it installed manually? pkgtool?

Code:
# grep libgtk /var/adm/packages/*
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.so.0.0.0
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.la
 
Old 03-24-2012, 09:34 PM   #11
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tmmukunn View Post
Code:
> grep libgtk /var/adm/packages/*
/var/adm/packages/gtk+-1.2.10-i486-5:usr/lib/libgtk.la
/var/adm/packages/gtk+-1.2.10-i486-5:usr/lib/libgtk-1.2.so.0.9.1
/var/adm/packages/gtk+-1.2.10-i486-5:usr/lib/libgtk.a
/var/adm/packages/gtk+2-2.24.4-i486-1:usr/lib/libgtk-x11-2.0.la
/var/adm/packages/gtk+2-2.24.4-i486-1:usr/lib/libgtk-x11-2.0.so.0.2400.4
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.so.0.0.0
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.la
Look and make sure gtk+2 is installed. Could also be some dependency of that libgtk+2 dll isn't found either I believe..

looks like GTK+2 lib is missing.. how can I get it installed manually? pkgtool?

Code:
# grep libgtk /var/adm/packages/*
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.so.0.0.0
/var/adm/packages/gtkspell-2.0.16-i486-1:usr/lib/libgtkspell.la
 
Old 03-24-2012, 09:48 PM   #12
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TobiSGD View Post
If you have the recommended full install (you didn't answer that question) it is already installed. If for whatever reasons not just install GTK+.

doesn't look like GTK+2 is installed.

Click image for larger version

Name:	install-packages.png
Views:	31
Size:	34.8 KB
ID:	9305
 
Old 03-24-2012, 10:53 PM   #13
igxz
Member
 
Registered: Mar 2009
Distribution: Slackware 13.37 - Stable
Posts: 61

Original Poster
Rep: Reputation: 0
managed to fixed the problem

1. download gtk+2 from http://slackware.mirrors.tds.net/pub...7/slackware/l/

2. installpkg gtk+2-2.24.4-i486-1.txz (didn't even know installpkg support txz extension, neat! )

3. done! Firefox v11 & Thunderbird v11 are fying :P

thanks in bundle to all of you guys contributed to this thread
 
  


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
Slackware x86_64 '-current' FireFox & Thunderbird issues with linking onebuck Slackware 6 01-22-2010 02:38 PM
Slackware 12.1 RC.Local won't start (AMP) xeross Linux - Server 3 06-15-2008 04:36 AM
Thunderbird & Firefox succeed where Kmail & Konqueror fail! Why? micocoulier Linux - Newbie 2 09-05-2007 09:27 AM
firefox/sea monkey won't start on new install of slackware 11 suna22 Slackware 5 02-15-2007 08:54 AM
Thunderbird won't launch firefox OC_eobard Linux - Software 4 07-11-2006 07:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:13 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