【问题标题】:Open multiple firefox instances with different profiles on Mac OS X在 Mac OS X 上打开多个具有不同配置文件的 firefox 实例
【发布时间】:2012-03-12 14:51:13
【问题描述】:

打开具有不同配置文件(10.5、10.6 和 10.7)的不同 firefox 实例(firefox 3 到 10)的最佳方法是什么?

对于 Firefox-7 之前的版本,修改 firefox 包的内容并添加 -no-remote -P {PROFILE} 是可行的。

但是,最新版本的 Firefox 无法正常工作。

我也尝试过 Automator,但没有成功。

有没有人遇到过类似的问题并解决了?

谢谢

【问题讨论】:

  • 您需要使用可点击的图标来执行此操作,还是命令行可以?
  • 可能能够使用 Automator 运行诸如“/path/to/Firefox-7.app/Contents/MacOS/firefox -no-remote -P prifilename”之类的东西”。或者你已经试过了吗?到目前为止,我不确定您是如何尝试使用 Automator...
  • 我已经尝试了 automator 为每个 firefox 实例配置一个配置文件,但没有运气。

标签: macos firefox profile instances


【解决方案1】:

对于新版本的 Firefox,请使用以下命令:

/Applications/Firefox.app/Contents/MacOS/firefox-bin -P -no-remote &> /dev/null &

来源:http://sonnygill.net/mac/mac-multiple-firefox-profiles/

页面上解释了如何使用 Automator 创建快捷方式。

【讨论】:

    【解决方案2】:

    @dalvan 答案不再起作用 (10.15)

    我发现的解决方法是:

    • 正常运行第一个 Firefox 实例(配置文件选择器窗口打开,选择 primary 配置文件)
    • 使用Automator.app 或从shell /Applications/Firefox.app/Contents/MacOS/firefox-bin -P & 运行并选择secondary 配置文件

    从其他应用转移的所有链接都将在primary个人资料中打开

    参考。 https://bugzilla.mozilla.org/show_bug.cgi?id=1653218

    【讨论】:

      【解决方案3】:

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2012-04-01
        • 1970-01-01
        • 2011-08-24
        • 2011-10-19
        • 2011-07-05
        相关资源
        最近更新 更多