Google Chrome is an open-source web browser from Google, currently available only for the Windows platform. It aims to have a minimal and easy to use interface. Chrome uses the WebKit rendering engine, which was developed from KHTML, and it is used in various browsers like Konqueror on KDE4 or Safari (on Mac OS X).
|
|
Google Chrome is an open-source web browser from Google, currently available only for the Windows platform. It aims to have a minimal and easy to use interface. Chrome uses the WebKit rendering engine, which was developed from KHTML, and it is used in various browsers like Konqueror on KDE4 or Safari (on Mac OS X).
First of all, install Wine 1.1.6. I created two guides for installing the last Wine release, here (from the WineHQ APT repository) and here (compiling from source). Don't worry if the tutorials are for 1.1.5 and 1.1.4 respectively, they will work for a later Wine version too.
I only tried it with Wine setup as Windows XP in winecfg.
Also, install the cabextract package as root:
apt-get install cabextract
Get the last version of winetricks using this command:
wget http://www.kegel.com/wine/winetricks
Then install the packages below by issuing the following command:
./winetricks msxml3 corefonts flash winxp riched20 riched30
Next, download Google Chrome from here. You can use this command in your terminal:
wget http://dl.google.com/chrome/install/149.30/chrome_installer....
To run it, use:
wine chrome_installer.exe
Chrome should start the first time, and you will be able to see it as in the screenshots below:
Close it, then run it using the following command:
wine ~/.wine/drive_c/windows/profiles/YOUR_USERNAME/Local Settings/Application Data/Google/Chrome/Application/chrome.exe
Make sure to pay attention to any case-sensitive characters if that's the case, and also replace YOUR_USERNAME.
How it behaves
It looks very, very good in my opinion, but the interface is extremely slow. I guess until the Linux port will be ready, Google Chrome through Wine is useful only to have a preview of it, or eventually test how it displays web pages.
My impression was that which Firefox gave me when I first used it, back at version 1.0 (1.0.4 if I recall correctly): simple interface, clean, with only the basic options which one needs, but powerful in the same time.
Special thanks go to the authors of these articles, from which I borrowed all the material for this tutorial:
http://appdb.winehq.org/objectManager.php?sClass=version&iId...
http://ubuntuforums.org/showpost.php?p=5719331&postcount=45
http://www.googlechromeboard.com/post259.html
http://tombuntu.com/index.php/2008/09/05/how-to-install-goog...
http://www.ubuntugeek.com/install-google-chrome-with-wine-in...
Full Story |