Firefox does not start after latest update.

Asked by Achilles

After the latest update I get a window with the following message: Could not launch 'Firefox Web Browser' Failed to execute child process "firefox" (No such file or directory)

I have tried removing and reinstalling Firefox but it does not work under either Gnome or xfce. Firefox starts up normally, however, under fluxbox. I will be happy to send any other info that may help resolve the issue.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.5 Edit question
Assignee:
No assignee Edit question
Solved by:
Achilles
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Clean firefox mozilla profile

Close all opened Firefox and try to delete your Firefox user setting open a terminal from applications → Accessories → Terminal and type:
mv .mozilla .mozilla_old
and restart Firefox.

If you have a lot of bookmarks please export them before move your setting directory, then import them again from saved file into Firefox.
Also take note of your installed Firefox extensions, to reinstall them.

if this works then delete the .mozilla_old directory, from terminal, type:
rm -fr .mozilla_old

hope this helps

Revision history for this message
Achilles (aalmansi) said :
#2

Thank you for the prompt response. I tried "mv .mozilla .mozilla_old" but unfortunately it does not solve the problem. Firefox still does not start.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Open a terminal and type:

firefox or firefox-3.5

Copy and paste errors here.

Revision history for this message
Achilles (aalmansi) said :
#4

typing firefox-3.5 brings back Firefox!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

ok great, you can give a permanent fix with:

sudo mv `which firefox` /usr/bin/firefox_old; sudo ln -s `which firefox-3.5` /usr/bin/firefox

and it should be fine.

Revision history for this message
Achilles (aalmansi) said :
#6

Thanks a lot. Problem solved. Link /usr/bin/firefox was broken, still pointing to firefox-3.5.5 instead of firefox-3.5.6