如果玩Linux桌面环境,那Ubuntu绝对是首选,本人无聊,把其中一台VPS搞上个桌面环境(Ubuntu 10.04+GNOME+VNC),由于配置不高,打算用Chrome代替默认的Firefox,在内置软件中心里只找到了Chromium,暂时还没蛋 疼到玩这个,所以跑去官方下载了个dev版的Chrome。
# cd /tmp/
#wget -c http://linux-trip.googlecode.com/files/google-chrome-unstable_current_i386.deb
#wget -c http://linux-trip.googlecode.com/files/google-chrome-unstable_current_i386.deb
# apt-get -y install libcurl3 xdg-utils
# dpkg -i google-chrome-unstable_current_i386.deb
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.
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.
首先需要安装十六进制编辑器
# apt-get -y install hexedit
# hexedit /opt/google/chrome/chrome
进入到编辑器后,光标在左侧,首先按TAB键切换到右侧的ASCII码模式,接着按Ctrl+S打开搜索功能,输入geteuid查找,当光标停到首字母的地方后,直接输入getppid就能修改了,最后按Ctrl+X保存退出。
重新打开Chrome,正常运行。
后记:不仅是Chrome,Chromium也同样适用,不过相对文件位置有所不同.