Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

How can I start a second window of a second profile through the command line?

  • 2 răspunsuri
  • 1 are această problemă
  • 22 de vizualizări
  • Ultimul răspuns de vradypos

more options

I have two profiles set up, 'default' and 'second'. If both are already running how can I start a second window of profile 'second'? firefox -p 'second'  : opens a new window of the default and, firefox -p 'second' -no-remote : tells me that firefox is already running.

I have two profiles set up, 'default' and 'second'. If both are already running how can I start a second window of profile 'second'? firefox -p 'second' : opens a new window of the default and, firefox -p 'second' -no-remote : tells me that firefox is already running.

Toate răspunsurile (2)

more options

I don't think that this is possible.
You need to open this second instance (Firefox profile folder) with the -no-remote command line switch and that makes it impossible to open external links via the command line or via a double-click.
You can only open a link in such an instance by dragging the link on the tab bar of that Firefox window.

Modificat în de cor-el

more options

Hmm that's bad news

actually I am trying to configure my webdev IDE (Netbeans) to open my 'webdev' profile each time I want to inspect my code in the browser. I guess I'll have to continue to open the second profile manually...