Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Certain site support earlier versions of FireFox 3.6. Is there a compatibility mode within Firefox 7.0

  • 1 odpověď
  • 4 mají tento problém
  • 3 zobrazení
  • Poslední odpověď od nojar

more options

Certain web sites state browser versions for viewing compatibility, and these are older versions of FireFox. The site does state that FF3.5 & 3.6 are supported and I have a VMWare Image with FF3.6 and the pages are displayed correctly.

After installing the latest version, on Linux, I am not able to run the earlier versions. It seems to re-direct to the latest version.

I still have the script that started FF3.6, which looks for the /usr/lib64 directory and it has the directory /usr/lib64/firefox-3.6, yet when I run up the /usr/bin/firefox-old, I get FF7 started ...

I guess this query is two questions:- 1. How to run multiple versions of FF 3.6 & 7 in Linux 2. Certain sites do not support FireFox above 3.6, and is there a 'compatibility mode' to run FF7 as FF3.6 ??

I have opened the page in Firebug, and the body is indeed empty. There are Javascript modules recorded.

Certain web sites state browser versions for viewing compatibility, and these are older versions of FireFox. The site does state that FF3.5 & 3.6 are supported and I have a VMWare Image with FF3.6 and the pages are displayed correctly. After installing the latest version, on Linux, I am not able to run the earlier versions. It seems to re-direct to the latest version. I still have the script that started FF3.6, which looks for the /usr/lib64 directory and it has the directory /usr/lib64/firefox-3.6, yet when I run up the /usr/bin/firefox-old, I get FF7 started ... I guess this query is two questions:- 1. How to run multiple versions of FF 3.6 & 7 in Linux 2. Certain sites do not support FireFox above 3.6, and is there a 'compatibility mode' to run FF7 as FF3.6 ?? I have opened the page in Firebug, and the body is indeed empty. There are Javascript modules recorded.

Všechny odpovědi (1)

more options

Reference site:- http://odyniec.net/blog/2010/02/running-multiple-versions-of-firefox-in-ubuntu-9-10/

I have modified the original Fedora firefox script from /usr/bin/firefox to be /usr/bin/firefox-old.

Then I modified the script firefox-old to change the LAUNCHER from "/usr/bin/firefox" , which now points to my FF7.0.1 to the $MOZ_PROGRAM which has been setup earlier to the correct binary /usr/lib64/firefox-3.6/firefox


##
## Set MOZ_APP_LAUNCHER for gnome-session
##
export MOZ_APP_LAUNCHER="$MOZ_PROGRAM -no-remote -P Firefox-3.6"

Upravil uživatel cor-el dne