为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Is it possable to run 2 Firefox versions on a machine at the same time? and how?

  • 10 个回答
  • 17 人有此问题
  • 1 次查看
  • 最后回复者为 4winds

more options

I run a work station Lubuntu, 12.04 I ask this question because Firefox fails to upload photographs on ebay when new versions are released. This was true of versions 22 and 23. So I manually set and use Firefox 21 because it works.

I run a work station Lubuntu, 12.04 I ask this question because Firefox fails to upload photographs on ebay when new versions are released. This was true of versions 22 and 23. So I manually set and use Firefox 21 because it works.

被采纳的解决方案

You will have to add the -no-remote command line switch to start the (second) version of Firefox that you only want to use occasionally.
The -no-remote switch hides the browser, so it can't be detected and you can't open an external link in a browser started this way, so do not use this switch to start the default browser or profile.
This switch works for starting the same Firefox version with a separate profile and for starting another Firefox version with its own profile.
Without this switch the startup code Firefox will detect that a Firefox instance is already open end will open a new window in that instance and you won't be able to start another Firefox version.

定位到答案原位置 👍 2

所有回复 (10)

more options

Yes you can do that but before you do that I recomend to you do the folowing:

  • First update your Firefox to the latest version (it's 24)
  • Clear your cookies and cache
  • Check and see if your problem still exist


由user693271于修改

more options

As stated in my question, I am running lubuntu, a Linux OS. All of your threads seem to be Windows based. Clearing cache and cookies does not help. The gist of what you were getting at implies that I have to run 2 different profiles. I understand, in LINUX, this to mean logging in under a separate profile to get access to the other version. Or put simply, installing each in separate profiles. I'm not so sure that this would work as both would be using the same filing system. On my machine Firefox is located:: /etc/firefox. It might work if one installed to /etc/firefox1 and the other to /etc/firefox2. I'm not too sure how to create the correct path to each and whether or not, once fired up, Firefox wouldn't try to 'sort it out' it's own way. But I'm not that clever.

more options

To run 2 different version of Firefox at the same time follow those steps.

  1. You say that you are using 21 so lets download 24. Download it from here www.mozilla.org
  2. After your download is complete extract the files of firefox-24.0.tar.bz2 on your Desktop.
  3. Open a terminal and run firefox -p -no-remote. Profile manager will open.
  4. Press Create new profile to the new window that will open click Next then give a name to your new firefox profile and click Finish and press Exit to close profile manager.
  5. Now lets start new firefox (24) with the new profile. Type in your terminal ~/Desktop/firefox/firefox -p *profile-name -no-remote
  *profile-name = Type the name of your profile that you have create with profile manager on step 4.

I hope this helps you.

由user693271于修改

more options

You need to use the -no-remote command line switch to open another Firefox instance with its own profile and run multiple Firefox instances simultaneously.

more options

Dear Sirs http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile:: this seems to me to be running the same firefox.exe under different names. NOT what I'm after. Creating a folder on my desktop and running the separate files from the command line might come closer. From my dabbling firefox seems to tolerate opera and chrome to the extent of sharing or swapping files. Does not firefox not behave itself when there is a younger one around? I suspect that it devourers its young for the sake of superiority. Yes or no to my last point, please.

more options

I don't understand what you say.

Did you try what I told you?

more options

You can try using vmware,where you can access two different os,so you can also use two different browsers.

more options

A misunderstanding, perhaps. I did not want to run 2 firefox versions at the same time. What I have done is (and it seems to work for the moment):: Renamed /etc/firefox to /etc/firefox21. This I access via file manager>go>my computer>/etc/firefox21. Right click on firefox>properties>change premisions to anyone>close box. Click on firefox21 folder>box comes up>choose execute and it opens as firefox21. Close firefox21. I then download and install firefox24 via synaptic package manager and install it. Create a desktop symbol>click on it>firefox24 opens. This is the one I shall use the most. Note: If I try to open firefox24 via the shortcut on my desktop at the same time as having firefox21 open, I get another version of firefox21 open in a different window. IE I can run one OR the other and that suites me. Close question pl.

more options

选择的解决方案

You will have to add the -no-remote command line switch to start the (second) version of Firefox that you only want to use occasionally.
The -no-remote switch hides the browser, so it can't be detected and you can't open an external link in a browser started this way, so do not use this switch to start the default browser or profile.
This switch works for starting the same Firefox version with a separate profile and for starting another Firefox version with its own profile.
Without this switch the startup code Firefox will detect that a Firefox instance is already open end will open a new window in that instance and you won't be able to start another Firefox version.

由cor-el于修改

more options

Many thanks for your help, one and all!