FIREFOX SHUT DOWN TO SITES WITH FLASH

Asked by Grig

My Firefox shutdown to sites with a lot of flash video. It works well with yourtube but shut down to sites like immem. What should I do to stop this?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu firefox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Arnaudus (a-lerouzic) said :
#1

Which version of firefox are you using? I don't experience such crashes since firefox 3.0.

Revision history for this message
Grig (mxgrig) said :
#2

I use firefox 3.0

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

First be sure your system is fully updated/upgraded with no pending packages...

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(when the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

Hope this helps

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

Then try to 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

Can you help with this problem?

Provide an answer of your own, or ask Grig for more information if necessary.

To post a message you must log in.