搜索 | 用户支持

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

详细了解

Firefox already running error with multiple profiles and -no-remote set

  • 4 个回答
  • 18 人有此问题
  • 1 次查看
  • 最后回复者为 sfBlackfox

more options

I have created two profiles. One to run firefox 4 and one for firefox 3. I run both for testing puposes in a webdevelopment environment. The profiles are called firefox4 and firefox3 respectivally and these are the only profiles. I've changed the shortcuts to read path/to/firefox4/firefox.exe -P firefox4 -no-remote and path/to/firefox3/firefox.exe -P firefox3 -no-remote

I can now start both versions from there shortcut at the same time. But when firefox 4 is open (I want to use this as the default browser) and i click on a link in another program (i.e. a link in an email openened in thunderbird or from a twitter-app) I get an error: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

I thought that with te -no-remote options problems like this should occur. Is there something I'm missing or is there a fix for this problem?

I have created two profiles. One to run firefox 4 and one for firefox 3. I run both for testing puposes in a webdevelopment environment. The profiles are called firefox4 and firefox3 respectivally and these are the only profiles. I've changed the shortcuts to read path/to/firefox4/firefox.exe -P firefox4 -no-remote and path/to/firefox3/firefox.exe -P firefox3 -no-remote I can now start both versions from there shortcut at the same time. But when firefox 4 is open (I want to use this as the default browser) and i click on a link in another program (i.e. a link in an email openened in thunderbird or from a twitter-app) I get an error: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. I thought that with te -no-remote options problems like this should occur. Is there something I'm missing or is there a fix for this problem?

被采纳的解决方案

You can't use the -no-remote command for a Profile that is the "default browser / profile".

定位到答案原位置 👍 2

所有回复 (4)

more options

选择的解决方案

You can't use the -no-remote command for a Profile that is the "default browser / profile".

more options
more options

Thank you both for your reply. The problem was fixed by removing the -no-remote option for the default version.

more options

It really is a very simple solution. Firefox checks whether or not firefox is running in the processes. I noticed this at first when I named my installer firefox.exe. It could not install because it said firefox was already running however nothing more but the installer called firefox.exe was running. In other words, simply renaming the firefox.exe to somthing like firefox-v3.exe should not enable firefox to check if firefox is running, as the process name now is firefox-v3.exe :)

Not the safest solution though, but I reckon it should work (did not test between v3 and v4

由sfBlackfox于修改