Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 2 réponses
  • 1 a ce problème
  • 28 vues
  • Dernière réponse par 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.

Toutes les réponses (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.

Modifié le par 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...