ubuntu填坑系列

解決Running as root without --no-sandbox is not supported.

 

# whereis google-chrome
google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz
# vim /usr/bin/google-chrome
將 exec -a "$0" "$HERE/chrome" "$@"  改爲
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

 

解決中文顯示方塊

sudo chmod 755 /usr/share/fonts/truetype/*

sudo fc-cache -fv

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章