使用 Wine 在 Linux 上运行 Google Chrome
|
虽然 Google 表示 Google Chrome 浏览器会提供 Linux 平台的版本,但是仍然需要假以时日。如果你身边既没有 Windows 系统,又想要急着体验 Chrome,不妨考虑在 Linux 上通过 Wine 来运行它。 以下是在 Linux 上运行 Google Chrome 的步骤: 1 安装 Wine,确保使用 1.1.3 最新版。 wget http://www.kegel.com/wine/winetricks
winetricks riched20 riched30 flash
winetricks allfonts
wget http://gpdl.google.com/chrome/install/149.27/chrome_installer.exe
wine chrome_installer.exe
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
8 回到桌面,点击 Google Chrome 运行程序
|

