搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 1 人有此问题
  • 26 次查看
  • 最后回复者为 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."

所有回复 (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