马春杰杰博客
致力于深度学习经验分享!

When running Google Chrome under a supported desktop environment, the system proxy settings will be used.

当我在虚拟容器下的Chrome浏览器chrome://linux-proxy-config/中配置代理时,出现了这个错误:

When running Google Chrome under a supported desktop environment, the system proxy settings will be used.When running Google Chrome under a supported desktop environment, the system proxy settings will be used.

意思就是因为版本的原因,不能直接配合代理,只能通过命令行,下面是使用命令行的解决方法:

启动Ubuntu软件中心,搜索“gksu”,然后单击“安装”(如果尚未安装)。

AltF2然后键入gksu nautilus并按下Enter

输入您的密码然后按CtrlL并键入/usr/share/applications/并按Enter

When running Google Chrome under a supported desktop environment, the system proxy settings will be used.

现在找到google-chrome并右键单击chrome图标并选择“Properties”。

接下来,在命令文本框的末尾添加以下选项。

--proxy-server="IP proxy Server:port"(例如:--proxy-server="127.0.0.1:8080"

由于我们使用socks5,所以应该输入:--proxy-server="socks5://127.0.0.1:1080",它看起来像这样(Chrome也是如此):

When running Google Chrome under a supported desktop environment, the system proxy settings will be used.

然后把这些关闭,重新打开Chrome试试吧~~

When running Google Chrome under a supported desktop environment, the system proxy settings will be used.

askubuntu

更多的Chrome命令操作见: