共计 242 个字符,预计需要花费 1 分钟才能阅读完成。
文章目录 [隐藏]
解决办法:
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.
正文完
扫码赞助
