正文完
创作不易,扫码加点动力

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