Ubuntu上運行Chrome出現「Google Chrome can not be run ...

Google Chrome can not be run as root.
Please start Google Chrome as a normal user. To run
as root, you must specify an alternate –user-data-
dir for storage of profile information.
意思是Chrome不容許在root下運行,因爲這是VPS不是自家電腦,所以不適合換用戶,尋覓網絡試過不少方法,
好比修改FLAGS之類的都失敗,最後找到個不錯的方法,在此分享下。
首先須要安裝十六進制編輯器
# apt-get -y install hexedit
而後使用編輯器編輯Chrome
# hexedit /opt/google/chrome/chrome
注意:路徑若是不一樣的話請自行使用dpkg -c 安裝包來察看安裝到哪裏了。
進入到編輯器後,光標在左側,首先按TAB鍵切換到右側的ASCII碼模式位置,
接着按Ctrl+S打開搜索功能,輸入geteuid查找,當光標停到首字母的地方後,
直接將geteuid替換輸入成getppid就修改完成了,最後按Ctrl+X保存確認退出。
從新打開Chrome,便可正常運行。
相關文章
相關標籤/搜索