使用 Wine 在 Linux 上运行 Google Chrome

Wine、Cedega、CrossOver 等配置
回复
happpy168
帖子: 14
注册时间: 2008-05-02 17:28

使用 Wine 在 Linux 上运行 Google Chrome

#1

帖子 happpy168 » 2008-09-15 22:03

虽然 Google 表示 Google Chrome 浏览器会提供 Linux 平台的版本,但是仍然需要假以时日。如果你身边既没有 Windows 系统,又想要急着体验 Chrome,不妨考虑在 Linux 上通过 Wine 来运行它。

以下是在 Linux 上运行 Google Chrome 的步骤:

1. 安装 Wine,确保使用 1.1.3 最新版。
2. 下载并安装 winetricks:

wget http://www.kegel.com/wine/winetricks
sudo cp winetricks /usr/sbin
3. 安装依赖和 Flash 插件:
winetricks riched20 riched30 flash
4. 安装字体(可选):
winetricks allfonts
5. 下载 Chrome 安装程序:
wget http://gpdl.google.com/chrome/install/1 ... taller.exe
6. 安装 Chrome:
wine chrome_installer.exe
7. 在安装完成后,先不要运行 Chrome,使用文本编辑器编辑 Google Chrome.desktop 文件:
Exec=env WINEPREFIX="/home/mimir/.wine" wine "C:\\windows\\profiles\\mimir\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe"

将上面的内容改成:
Exec=env WINEPREFIX="/home/mimir/.wine" wine "C:\\windows\\profiles\\mimir\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe" --new-http --in-process-plugins

注意,你需要将其中的 mimir 更换成你的用户名。
8. 回到桌面,点击 Google Chrome 运行程序。


这两步怎么安装呀???
3. 安装依赖和 Flash 插件:
winetricks riched20 riched30 flash
4. 安装字体(可选):
winetricks allfonts
头像
xzap
帖子: 256
注册时间: 2006-08-24 21:25

Re: 使用 Wine 在 Linux 上运行 Google Chrome

#2

帖子 xzap » 2008-10-08 20:21

wget www.kegel.com/wine/winetricks
然后 chmod +x winetricks
然后3、4步
不过应该是
3、./winetricks riched20 riched30 flash
4、./winetricks allfonts
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: 使用 Wine 在 Linux 上运行 Google Chrome

#3

帖子 想入非非 » 2008-10-09 0:12

wine的没什么兴趣,好像用过crossover的 :em20
Ubuntu User
回复