Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Clicking on Firefox's shortcut to specific profile when it's already open doesn't work. What am I missing?

  • 2 respostas
  • 4 têm este problema
  • 2 visualizações
  • Última resposta por FelipeMatos

more options

Well, that's a hard problem to describe in one sentence.

I'm currently using windows. I have 2 Firefox profiles, and each of them have desktop shortcuts to: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -no-remote -P "Developer" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -no-remote -P "Lazy"

They work just fine. The thing is: if the profile is already active and I click the shortcut, I get a "Firefox already running but not responding" error (Firefox just fails to open. The current opened window still works). The behavior I want is either maximize/focus the corresponding window, or open a new window with the same profile. Is it possible to achieve this? What am I missing?

I don't know if I'm being clear. In other words: - Desktop shortcut to specific profile works fine - While profile is open, double click the same desktop shortcut - Receive a "Firefox already running" error popup - Press ok, current profile still working but new window is not opened as expected

Well, that's a hard problem to describe in one sentence. I'm currently using windows. I have 2 Firefox profiles, and each of them have desktop shortcuts to: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -no-remote -P "Developer" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -no-remote -P "Lazy" They work just fine. The thing is: if the profile is already active and I click the shortcut, I get a "Firefox already running but not responding" error (Firefox just fails to open. The current opened window still works). The behavior I want is either maximize/focus the corresponding window, or open a new window with the same profile. Is it possible to achieve this? What am I missing? I don't know if I'm being clear. In other words: - Desktop shortcut to specific profile works fine - While profile is open, double click the same desktop shortcut - Receive a "Firefox already running" error popup - Press ok, current profile still working but new window is not opened as expected

Solução escolhida

You can't open a link if you use the -no-remote command line switch. You will have to start one profile without the -no-remote switch. Then you can open external links in that profile instance (but not in the other).


Ler esta resposta no contexto 👍 0

Todas as respostas (2)

more options

Solução escolhida

You can't open a link if you use the -no-remote command line switch. You will have to start one profile without the -no-remote switch. Then you can open external links in that profile instance (but not in the other).


more options

cor-el said

You can't open a link if you use the -no-remote command line switch. You will have to start one profile without the -no-remote switch. Then you can open external links in that profile instance (but not in the other).

Huh. If I didn't know better I would bet that I had tried this and hadn't worked. Thanks for the answer.