Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 18 wyświetleń
  • Ostatnia odpowiedź od 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."

Wszystkie odpowiedzi (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