如何将 Firefox 配置文件添加到 Firefox 启动器的快速列表?

如何将 Firefox 配置文件添加到 Firefox 启动器的快速列表?

我有三个独立的 Firefox 配置文件,虽然我可以同时运行它们(通过 ProfileSwitcher 插件),但 Unity Launcher 的 Firefox 图标的默认行为是启动最后使用的配置文件。

大多数情况下,这没问题,但有时我想选择要运行哪一个。我认为 Firefox 启动器上的快捷列表菜单比使用多个启动器更好。

但是,我不确定该如何做到这一点。

答案1

您可以使用 Ubuntu-Tweak 编辑 Firefox 快捷列表。

点击此处查看如何安装 Ubuntu Tweak)。

安装 Ubuntu-Tweak 后...

指示:

  • 打开 Ubuntu-Tweak。
  • 导航到“管理员”。
  • 选择“快速列表编辑器”
    快速列表编辑器
  • 找到与您要编辑的图标匹配的图标(在本例中为 Firefox)。
    快速列表编辑器打开
  • 要添加新的 QuickList 项目:
    • 单击“+”按钮添加新项目。
    • 输入firefox -p命令(打开配置文件管理器)。
    • 对于个人资料,您可以使用firefox -P <profilename>
    • 任意命名。
    • 单击保存。
  • quicklist 会自动更新。
    QuickList 示例
    以上是一个例子。

您可以在快捷列表中使用的选项列表如下:

Usage: firefox [ options ... ] [URL]
       where options include:

X11 options
  --display=DISPLAY  X display to use
  --sync             Make X calls synchronous
  --g-fatal-warnings Make all warnings fatal

Firefox options
  -h or -help        Print this message.
  -v or -version     Print Firefox version.
  -P <profile>       Start with <profile>.
  -migration         Start with migration wizard.
  -ProfileManager    Start with ProfileManager.
  -no-remote         Do not accept or send remote commands; implies -new-instance.
  -new-instance      Open new instance, not a new window in running instance.
  -UILocale <locale> Start with <locale> resources as UI Locale.
  -safe-mode         Disables extensions and themes for this session.
  -jsconsole         Open the Error console.
  -browser           Open a browser window.
  -new-window  <url> Open <url> in a new window.
  -new-tab     <url> Open <url> in a new tab.
  -preferences       Open Preferences dialog.
  -search     <term> Search <term> with your default search engine.
  -private           Enable private browsing mode.
  -private-toggle    Toggle private browsing mode.
  -setDefaultBrowser Set this app as the default browser.

      -g or --debug          Start within debugger
      -d or --debugger       Specify debugger to start with (eg, gdb or valgrind)
      -a or --debugger-args  Specify arguments for debugger

运行后发现firefox --help

答案2

  1. 首先,您需要安装 Ubuntu Tweak。要安装 Ubuntu Tweak:
    sudo 添加 apt 存储库 ppa:tualatrix/ppa
    sudo apt-get 更新
    sudo apt-get 安装 ubuntu-tweak
    
  2. 现在打开 Ubuntu Tweak(使用 dash 或其他方式)。转到管理员 > 快速列表编辑器
  3. 左侧面板中会列出 Firefox。单击它。您将在右侧面板中看到 Firefox 的快捷方式列表。
  4. 添加一个您所选名称的新快捷方式,并在命令选项中写入:
    firefox -P profile_name
  5. 点击节省

答案3

使用 Firefox -P 启动配置文件管理器并取消选中“启动时不询问”复选框。

每次启动 Firefox 时,它都会要求您选择一个配置文件。

相关内容