<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Science Is Better &#187; google chrome</title>
	<atom:link href="http://www.myscienceisbetter.info/tag/google-chrome/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myscienceisbetter.info</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 22:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Google Chrome for Linux and Mac with CrossOver Chromium</title>
		<link>http://www.myscienceisbetter.info/google-chrome-for-linux-and-mac-with-crossover-chromium.html</link>
		<comments>http://www.myscienceisbetter.info/google-chrome-for-linux-and-mac-with-crossover-chromium.html#comments</comments>
		<pubDate>Tue, 16 Sep 2008 23:17:00 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=15</guid>
		<description><![CDATA[Two weeks ago i have posted a tutorial on how to make Google Chrome run on Linux using wine. That gave Linux users the option to test the browser without having to go to a Windows machine, but it was not perfect as it lacked HTTPS support. CrossOver packaged for both Linux and Mac the [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago i have posted a tutorial on how to make <a href="http://www.myscienceisbetter.info/2008/09/install-google-chrome-on-linux-using-wine.html">Google Chrome run on Linux using wine</a>. That gave Linux users the option to test the browser without having to go to a Windows machine, but it was not perfect as it lacked HTTPS support.</p>
<p>CrossOver packaged for both Linux and Mac the browser and it supports HTTPS. Check it out at: http://www.codeweavers.com/services/ports/chromium/</p>
<p>Note that this package does NOT play flash files. In order to get flash pages to play you just have to go to http://www.adobe.com and install the flash player as if you were running windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/google-chrome-for-linux-and-mac-with-crossover-chromium.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Google Chrome on Linux using wine</title>
		<link>http://www.myscienceisbetter.info/install-google-chrome-on-linux-using-wine.html</link>
		<comments>http://www.myscienceisbetter.info/install-google-chrome-on-linux-using-wine.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 15:09:00 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[google chrome linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://blog.myscienceisbetter.info/?p=14</guid>
		<description><![CDATA[Google launched a few days ago a new web browser, that has some interesting features which might give FF 3, Safari and IE8 a run for their money. Although not yet for Linux, i've put together (following some ubuntuforms posts) a detailed tutorial to help you Install Google Chrome on Linux using wine &#62;= 1.1.3. [...]]]></description>
			<content:encoded><![CDATA[<p>Google launched a few days ago a new web browser, that has some interesting features which might give FF 3, Safari and IE8 a run for their money. Although not yet for Linux, i've put together (following some ubuntuforms posts) a detailed tutorial to help you Install Google Chrome on Linux using wine &gt;= 1.1.3.</p>
<p>1. install wine (follow the official instructions http://www.winehq.org/site/download-deb)</p>
<p>2. make sure wine &gt;= 1.1.3 is installed by entering the following in the terminal<br />
wine --version</p>
<p>3. Download winetricks and install it<br />
wget http://www.kegel.com/wine/winetrickssudo cp winetricks /usr/sbin</p>
<p>4. Install some dependencies for Chrome (Flash is not mandatory but will allow you to play youtube videos <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )winetricks riched20 riched30 flash<br />
4.1 Install allfonts (this is optional)<br />
winetricks allfonts</p>
<p>5. Download the Chrome installer<br />
wget http://gpdl.google.com/chrome/install/149.27/chrome_installer.exe</p>
<p>6. Install Chrome (just follow the onscreen instructions and make sure you create a desktop icon)<br />
wine chrome_installer.exe<br />
<img src="http://www.myscienceisbetter.info/wp-content/upload/images/google-chrome/google-chrome-linux-1.png" alt="google-chrome-linux-1.png" width="463" height="261" /></p>
<p>7. After the install is finished, you won't be able to use Chrome as it needs a bit more hacking. Just close it and opent with your favorite editor the Google Chrome.desktop icon created on your Desktop. Make sure your add "--new-http --in-process-plugins", without the quotes at the end of this line:</p>
<p>Exec=env WINEPREFIX="/home/mimir/.wine" wine "C:\windows\profiles\mimir\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"</p>
<p>to make it look like this:<br />
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</p>
<p>Save the file!</p>
<p>NOTE: mimir is my username, you will have something like /home/yourusername/.wine</p>
<p>8. Go to desktop and start Google Chrome</p>
<p><img src="http://www.myscienceisbetter.info/wp-content/upload/images/google-chrome/google-chrome-linux-2-thumb-600x409.png" alt="google-chrome-linux-2.png" width="600" height="409" /></p>
<p>Checking some youtube videos <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://www.myscienceisbetter.info/wp-content/upload/images/google-chrome/google-chrome-linux-flash-thumb-600x409.png" alt="google-chrome-linux-flash.png" width="600" height="409" /></p>
<p>HTTPS Note: it seems that the https is not working due to the fact that wine is missing TSL/SSL features, the dlls that should handle that being just stubs at the moment. If you have any information regarding this, please share.</p>
<p>Resources:<br />
<a href="http://appdb.winehq.org/objectManager.php?sClass=version&amp;iId=13635" target="_blank">Wine appdb page for Chrome<br />
</a><a href="http://ubuntuforums.org/showthread.php?t=908493" target="_blank">http://ubuntuforums.org/showthread.php?t=908493</a><br />
<a href="http://www.julius-eckert.com/blog/28" target="_balnk">Install Google Chrome On Mac OS X using wine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/install-google-chrome-on-linux-using-wine.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

