1.找到Chrome的路径
# whereis google-chrome
google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz
2.编辑文件
# gedit /usr/bin/google-chrome
将 exec -a "$0" "$HERE/chrome" "[email protected]" 改为 exec -a "$0" "$HERE/chrome" "[email protected]" --user-data-dir --no-sandbox
原文地址:https://www.cnblogs.com/yanyh/p/9775787.html
时间: 2024-10-12 22:51:58