Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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
  • 3 visualizações
  • Última resposta de 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 👍 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.