Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 28-11-2006, 05:48 PM   #1 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Suse10.1:firefox on clicking just shows hourglass doesn't open


I have Suse 10.1 and i installed it on saturday. Firefox was working ok. But today when i click the firefox shortcut in the browsers section of kmenu, it just shows a hourglass (animated) in the taskbar and the mouse pointer also shows a bouncing firefox icon for 15 seconds or so and then it just disappears. I am not able to start firefox at all. I don't know what to do and what else investigation to do to solve the problem. Can anyone help or point me in the right direction?
__________________
Life is too short. Have fun.
ilugd is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-11-2006, 06:08 PM   #2 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

@Ilugd, How do you connect to the Net? Using a router, broadband modem or dial-up?

To see if you are able to connect to the Net, open the Terminal Window & type:

$ ping www.yahoo.com

If you get some data statistics, then you are connected to the Net. If you get the message
"Unknown host: www.yahoo.com" then it means you are not connected to the Net.

Press 'Ctrl + C' to end the ping command.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 28-11-2006, 06:14 PM   #3 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Try running sudo killall firefox-bin and then try running Firefox.
kalpik is offline  
Old 28-11-2006, 06:20 PM   #4 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

wow, those were fast replies mates.

@jguru- I apologise. I am able to connect through Konqueror and ephiphany. But only firefox has this problem.

@kalpik - I tried rebooting and then starting also. In the personal settings, i have set kde to even not load any previous session. But thanks for the command. I have written it down. I might be able to use it later for something else.

I also tried uninstalling and reinstalling with YAST. Even then the same problem persists. By the way i have only google browser sync extension installed.

Wow, this is getting really frustrating. Konqueror has none of my passwords and i forgot all. Needed to boot into windows to login to thinkdigit.
__________________
Life is too short. Have fun.
ilugd is offline  
Old 28-11-2006, 07:01 PM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Start firefox from terminal and see the output.
And Konqueror can store passwords in Kwallet. It does ask to store password. Strange if it didn't ask. And Kwallet needs a separate password to open.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-11-2006, 07:29 PM   #6 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

on a desperate attempt, try this also

$ rm -rf /home/username/.mozilla/firefox

replace username with youe username.
and then try starting Fx now.

Caution: you'll lose all your preferences, stored passwords, bookmarks, extensions etc.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 28-11-2006, 07:33 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Riyaz wouldn't rather just renaming or moving that file to somewhere else be better.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-11-2006, 08:13 PM   #8 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

kwallet doesn't ask. My firefox asks though and then uses browser sync to send it to Google's server. Should Kwallet ask?

Will try out desert wind's suggestion though.

Techyourfuture: I did try that. It gave some page segmentation error or something. I will need to login to linux. Should be able to do that in half an hour or so (I just bought a transcend 1 gb pen drive. Am checking it out now. )
__________
---
Logged into linux suse 10.1 again.

trying firefox from the terminal, i get a segmentation fault.
here ---
jsemmanuel@bcidelhi:~> firefox
/usr/bin/firefox: line 159: 4370 Segmentation fault $AOSS $MOZ_PROGRAM $@

Just found out that the help centre doesn't work as well. I don't know the terminal command for that though, so couldn't check it for errors.

ok, trying desertwind's suggestion ---
jsemmanuel@bcidelhi:~> rm -rf /home/jsemmanuel/.mozilla/firefox
jsemmanuel@bcidelhi:~> firefox
/usr/bin/firefox: line 159: 4445 Segmentation fault $AOSS $MOZ_PROGRAM $@
jsemmanuel@bcidelhi:~>
__________
checked if the rm works and found that it does. The entire directory is empty.
Firefox, on being invoked from the command line again, seems to create the profile (??) directories etc and then seems to crash.
here is the terminal output
--
jsemmanuel@bcidelhi:~> rm -rf /home/username/.mozilla/firefox
jsemmanuel@bcidelhi:~> rm -rf /home/jsemmanuel/.mozilla/firefox
jsemmanuel@bcidelhi:~> firefox
/usr/bin/firefox: line 159: 4445 Segmentation fault $AOSS $MOZ_PROGRAM $@
jsemmanuel@bcidelhi:~>
__________
on further investigation this is what i get.

--
jsemmanuel@bcidelhi:~/.mozilla/firefox> ls
jsemmanuel@bcidelhi:~/.mozilla/firefox> firefox
/usr/bin/firefox: line 159: 4557 Segmentation fault $AOSS $MOZ_PROGRAM $@
jsemmanuel@bcidelhi:~/.mozilla/firefox> ls
k4wv7vvl.default profiles.ini
jsemmanuel@bcidelhi:~/.mozilla/firefox> rm -r *.*
jsemmanuel@bcidelhi:~/.mozilla/firefox> ls
jsemmanuel@bcidelhi:~/.mozilla/firefox> firefox
/usr/bin/firefox: line 159: 4579 Segmentation fault $AOSS $MOZ_PROGRAM $@
jsemmanuel@bcidelhi:~/.mozilla/firefox> ls
jmzx6lm2.default profiles.ini

firefox crashes after creating the profiles, doesn't it. That is what I am able to figure out. What do i do now?
__________________
Life is too short. Have fun.

Last edited by ilugd; 28-11-2006 at 08:13 PM. Reason: Automerged Doublepost
ilugd is offline  
Old 28-11-2006, 08:14 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Are you using some 3D desktop or had any updates just before this happened.
Maybe some problem with shared libraries that's what googling about suggests.
And yes did you install some pinball theme.
Just search the google with the error you get. It seems the last one is the culprit as per what search results I get.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-11-2006, 08:21 PM   #10 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

uh.. oh.. (blushes)
You caught me there, techyourfuture. It wasn't a pinball theme, but i really was messing around trying to get mp3s to play. You see our proxy doesn't allow ftp so i was not able to add sources and was trying it by downloading rpms. Got a couple of dependency errors. What do you think? Do I need to reinstall linux?

On a side note, can anyone advice on how to enable mp3s without adding ftp repositories?
__________________
Life is too short. Have fun.
ilugd is offline  
Old 28-11-2006, 08:58 PM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

For enabling mp3's just download and install win32codecs rpm.
I don't know how to manage without ftp repos. Maybe someone can give http repos and then you can just update your system. That should solve it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-11-2006, 11:31 PM   #12 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Quote:
Originally Posted by ilugd
On a side note, can anyone advice on how to enable mp3s without adding ftp repositories?
You can also install the FC4 xmms mp3 plugin, it works fine.

As for your firefox crashing problem, remove firefox using yast.
Then go to the ./mozilla folder in your home folder
Delete the firefox folder
Then add this repository to your yast sources
http://software.opensuse.org/downloa...SE_Linux_10.1/

Now open software management in yast and install firefox
Should solve your problem
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 28-11-2006, 11:40 PM   #13 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Thanks everyone. Will try nucleus kore's suggestion tomorrow. Anyway as far as the repositories are concerned, i am just thinking of wiating till i get the airtel broadband connection at our office in a week or two.
__________
or guess i will just reinstall linux. It will help me get familiar with its quirks.
__________________
Life is too short. Have fun.

Last edited by ilugd; 28-11-2006 at 11:40 PM. Reason: Automerged Doublepost
ilugd is offline  
Old 07-12-2006, 01:16 AM   #14 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Quote:
Originally Posted by ilugd
jsemmanuel@bcidelhi:~> firefox
/usr/bin/firefox: line 159: 4370 Segmentation fault $AOSS $MOZ_PROGRAM $@
Did you some how mess with alsa packages? It seems that you either uninstalled alsa-oss or you installed an incompatible version. This is causing firefox to crash at start-up. Your /usr/bin/firefox is predictably a script. Read it using less command and see what is the actual binary of firefox...try executing that binary directly and see if that works.
eddie is offline  
Old 07-12-2006, 06:28 PM   #15 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

yeah, the mp3 codecs had mentioned alsa somewhere. How do i use the less command? I can't figure it out from the man command.
__________________
Life is too short. Have fun.
ilugd is offline  
Old 08-12-2006, 02:24 AM   #16 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Suse10.1:firefox on clicking just shows hourglass doesn't open

Just use "less /usr/bin/firefox" in a terminal window
eddie is offline  
Closed Thread

Bookmarks

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
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2