搜索 | 用户支持

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

详细了解

Load a new URL from command line under Mac OS X 10.5

  • 3 个回答
  • 25 人有此问题
  • 2 次查看
  • 最后回复者为 AnonymousUser

more options

Under Mac OS X 1.05: if Firefox is already running and I type (in a Terminal): /Applications/Firefox.App/Contents/MacOS/firefox-bin http://google.com

a pop-up comes out and complains that "Firefox is already running". The behavior under Linux is load the requested URL in a new tab|window. I have also tried *documented* options such as "-new-tab" and "-remote", but I get the same error. This only happens when Firefox is already running.

Is there a way to load a new URL from the command line if Firefox is already running, under Mac OS X? I have tried Mac's open(1), but it does not get along well with Tab Mix Plus, so it is useless for me.

I think that this difference in the behavior between Linux and Mac's version is very very very annoying for developers and users!

Under Mac OS X 1.05: if Firefox is already running and I type (in a Terminal): /Applications/Firefox.App/Contents/MacOS/firefox-bin http://google.com a pop-up comes out and complains that "Firefox is already running". The behavior under Linux is load the requested URL in a new tab|window. I have also tried *documented* options such as "-new-tab" and "-remote", but I get the same error. This only happens when Firefox is already running. Is there a way to load a new URL from the command line if Firefox is already running, under Mac OS X? I have tried Mac's open(1), but it does not get along well with Tab Mix Plus, so it is useless for me. I think that this difference in the behavior between Linux and Mac's version is very very very annoying for developers and users!

所有回复 (3)

more options

open -a Firefox.app http://www.google.com

more options

Note that I mention that "I have tried Mac's open(1), but it does not get along well with Tab Mix Plus, so it is useless for me.".

I appreciate the suggestion, but "open -a Firefox " fails to restore the session if using Tab Mix Plus. I have reported this to the TMP developers, but got no answer so far.

more options

Ok, I didn't note the problem with restoring the session state stated in the original post.

I have Tab Mix Plus 0.3.8.2 installed on FF 3.6.3 running on OS X 10.6.3 and was able to launch a URL from the open command above into an existing FF window.

I now understand your problem with Tab Mix Plus.