ubuntu下谷歌浏览器无法打开外部链接

文章目录[隐藏]

解决办法:

点击查看原文

The issue is with google-chrome.desktop, and it is missing the %U argument .
Open file: $HOME/.local/share/applications/google-chrome.desktop
Find the line:

Exec=/opt/google/chrome/chrome
Add a space and %U:
Exec=/opt/google/chrome/chrome %U

Then save the file.

滚动至顶部