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

On Mac OS X, how can I create a new Firefox window in a specific profile from command line?

  • 2 réponses
  • 1 a ce problème
  • 26 vues
  • Dernière réponse par lhquam

more options

I have tried

   /Applications/Firefox.app/Contents/MacOS/firefox-bin -P <profile> -no-remote &

and

  /Applications/Firefox.app/Contents/MacOS/firefox-bin -P <profile> -no-remote -new-window <URL> &

but I always get the error: "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."

I have tried /Applications/Firefox.app/Contents/MacOS/firefox-bin -P <profile> -no-remote & and /Applications/Firefox.app/Contents/MacOS/firefox-bin -P <profile> -no-remote -new-window <URL> & but I always get the error: "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."

Toutes les réponses (2)

more options

That is not possible. You can't open a new tab or new window in a specific instance (profile) via the command line. You can only open a new window with a separate profile via the -no-remote command line switch.

more options

I found this possible answer using AppleScript. Is it viable?

http://superuser.com/questions/396434/how-to-open-a-new-firefox-window-with-terminal