Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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