共计 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.