如何在 ubuntu 14.04 上使用“--single-process”运行 google chrome?

如何在 ubuntu 14.04 上使用“--single-process”运行 google chrome?

我在 Ubuntu 14.04 上使用 Google Chrome。我想知道 Google Chrome 是否会为不同的打开的选项卡运行不同的进程。通过谷歌搜索,我发现,在这种情况下,使用“--single-process”的 Google Chrome 可以解决这个问题。但是,我该如何设置我的 Google Chrome 以使用“--single-process”标志运行?在 Windows 中,可以通过右键单击 Google Chrome 的快捷方式来完成,然后在目标框中我们可以设置 --single-process,如给定图片所示。如果您知道解决方案,请帮忙!!! 在 Windows 上设置 Google Chrome

答案1

正如已经指出的那样汞8要将 Google Chrome 作为单个进程运行,请在终端中输入:

google-chrome-stable --single-process

但要使其永久生效,即在单击启动器图标时将 Chrome 作为单个进程运行,请执行以下操作:

  1. 安装alacarte:

    sudo apt-get install alacarte
    
  2. 打开单点菜单。

  3. 转到 Internet > Google Chrome。

  4. 单击窗口右侧的“属性”框。

    以下是一张屏幕截图,可以帮助您更好地理解该过程。

    1

  5. 改变

    /usr/bin/google-chrome-stable %U
    

    在命令框中

    /usr/bin/google-chrome-stable --single-process %U
    
  6. 关闭窗口。

  7. 此外,您现在可以通过输入以下命令删除之前安装的 alacarte:

    sudo apt-get remove --purge alacarte
    

答案2

只需打开一个终端(++ Ctrl)并运行:AltT

google-chrome-stable --single-process

相关内容