I am running Kubuntu Feisty, with all the updates. Firefox is 2.0.0.4. Recently, not sure exactly since when, but it seems to me that after the latest update of the Linux source and headers (2.6.20-16-generic), Firefox started behaving wrong: some crashes, and sometimes it will stop rendering urls from a web page that has been working for several minutes, i.e., I click in some link and it doesn't do anything, whereas I go to another tab and other website is working.
I tried firefox -safe-mode in the command line, but found that Firefox will start exactly the same as if I launch it normally, i.e., the extensions keep running. If I would type firefox -anything it will do exactly the same: just start normally, no error message. It would seem as if the script firefox is not parsing the -safe-mode option. In fact, I tried other option: firefox -width 500 and it also starts just full screen, normally, completely ignoring the -width option.
I tried running the binary file directly:
which doesn't help, it returns:
which I take it means that firefox needs to be lauched via the firefox script /usr/lib/firefox/firefox
The extensions I have (last versions):
ScrapBook, DownloadHelper, DownThemAll, FlashGot, Greasemonkey and MouseGestures.
My questions:
Has anybody run successfully firefox -safe-mode in Feisty recently?
Any ideas what is going on? what is broken here: is this one of this [K]Ubuntu things that I can't pass arguments to the firefox script normally and instead have to use some "special" [K]Ubuntu or Debian trick?
Many thanks in advance for any tips,
Ocumo
I tried firefox -safe-mode in the command line, but found that Firefox will start exactly the same as if I launch it normally, i.e., the extensions keep running. If I would type firefox -anything it will do exactly the same: just start normally, no error message. It would seem as if the script firefox is not parsing the -safe-mode option. In fact, I tried other option: firefox -width 500 and it also starts just full screen, normally, completely ignoring the -width option.
I tried running the binary file directly:
Code:
/usr/lib/firefox/firefox-bin -save-mode
which doesn't help, it returns:
Code:
/usr/lib/firefox/firefox-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
The extensions I have (last versions):
ScrapBook, DownloadHelper, DownThemAll, FlashGot, Greasemonkey and MouseGestures.
My questions:
Has anybody run successfully firefox -safe-mode in Feisty recently?
Any ideas what is going on? what is broken here: is this one of this [K]Ubuntu things that I can't pass arguments to the firefox script normally and instead have to use some "special" [K]Ubuntu or Debian trick?
Many thanks in advance for any tips,
Ocumo
Comment