Ubuntu下不能以根用户身份运行 Google Chrome 浏览器

来源:互联网 发布:电子采购软件 编辑:程序博客网 时间:2024/06/05 16:14

Edit the file /opt/google/chrome/google-chrome

find exec -a "$0" "$HERE/chrome" "$@"change as exec -a "$0" "$HERE/chrome" "$@" --user-data-dir
0 0
原创粉丝点击