试试命令   取消自动换行        :set nowrap

相反的命令     :set wrap

显示行号的命令      :set number

root用户执行 /usr/bin/google-chrome-stable  出现下边错误:  [31560:31560:0207/085601.085852:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

然后重新

google-chrome --no-sandbox

虽然也是有一堆错,但是终于成功打开了!!

# vim /usr/bin/google-chrome

 

将 exec -a "$0" "$HERE/chrome" "$@"  改为

 

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox               修改时候注意取消自动换行

 

以后只要 google-chrome 就可以打开Chrome了

 

 

Logo

更多推荐