LAMP之路

不积跬步,无以至千里!

Fedora14运行Chrome出现“Google Chrome can not be run as root”

2013-2-26 一抹阳光 操作系统

意思是Chrome不允许在root下运行。

首先需要安装十六进制编辑器

1.搜索并安装hexedit:

#yum list hexedit

发现有这个包:

hexedit.i686                       1.2.12-11.fc12                        @fedora
2.安装hexedit:

#yum install hexedit.i686  

3.修改/opt/google/chrome/chrome

# hexedit /opt/google/chrome/chrome

进入到编辑器后,光标在左侧,首先按TAB键切换到右侧的ASCII码模式,接着按Ctrl+S打开搜索功能,输入geteuid查找,当光标停到首字母的地方后,直接输入getppid就能修改了,最后按Ctrl+X保存退出。

重新打开Chrome,正常运行。

后记:不仅是Chrome,Chromium也同样适用,不过相对文件位置有所不同。