<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Google Chrome natively running on Gentoo Linux</title>
	<atom:link href="http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html</link>
	<description>Sketches about web</description>
	<lastBuildDate>Sat, 13 Mar 2010 08:40:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2140</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2140</guid>
		<description>This required a little extra work on my system as my libraries are apparently newer but I got it going. Also, you have an error in your posting:&lt;br&gt;&lt;br&gt;sudo ln -s /google/chrome/chrome /usr/bin/&lt;br&gt;&lt;br&gt;This should read /opt/chrome/chrome if keeping with the rest of your post.</description>
		<content:encoded><![CDATA[<p>This required a little extra work on my system as my libraries are apparently newer but I got it going. Also, you have an error in your posting:</p>
<p>sudo ln -s /google/chrome/chrome /usr/bin/</p>
<p>This should read /opt/chrome/chrome if keeping with the rest of your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrome-sandbox</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2133</link>
		<dc:creator>chrome-sandbox</dc:creator>
		<pubDate>Mon, 18 Jan 2010 08:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2133</guid>
		<description>Anyone solved chrome-sandbox problem?</description>
		<content:encoded><![CDATA[<p>Anyone solved chrome-sandbox problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krellan</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2120</link>
		<dc:creator>Krellan</dc:creator>
		<pubDate>Sun, 27 Dec 2009 12:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2120</guid>
		<description>Thanks!  I got this to work on my recent installation of Gentoo, 64-bit, with the following changes:&lt;br&gt;&lt;br&gt;1) In the URL for downloading, before clicking &quot;Accept&quot;, edit the URL in the browser address bar and change &quot;i386&quot; to &quot;amd64&quot;.  Hit Enter to reload it.  Now, you will be downloading the 64-bit version.&lt;br&gt;&lt;br&gt;2) Google and Debian now use lzma for compression (similar to bzip2 and gzip).  Extract it with this command, instead:&lt;br&gt;&lt;br&gt;lzma -cd data.tar.lzma &#124; tar xvf -&lt;br&gt;&lt;br&gt;The tar command doesn&#039;t yet have built-in lzma support, so we do it manually in a pipeline.  If you don&#039;t have the lzma program yet, emerge lzma-utils.&lt;br&gt;&lt;br&gt;3) For the nspr libraries, Gentoo now has them as .so.8 instead of .so.7, so change the commands accordingly.  You&#039;ll also need &quot;sudo&quot; in front of these, as well.&lt;br&gt;&lt;br&gt;Tried running it, and it gave me an error about the &quot;chrome-sandbox&quot; program not being mode 4755.  I did &quot;sudo chmod 4755 chrome-sandbox&quot; and it seemed to work OK after that.  It&#039;s kind of scary that Google would want to put a setuid root program on your system.  What are they doing with it?  A Web browser shouldn&#039;t need to run as root!&lt;br&gt;&lt;br&gt;I&#039;m posting this from Google Chrome running on 64-bit Gentoo :)&lt;br&gt;&lt;br&gt;Josh</description>
		<content:encoded><![CDATA[<p>Thanks!  I got this to work on my recent installation of Gentoo, 64-bit, with the following changes:</p>
<p>1) In the URL for downloading, before clicking &#8220;Accept&#8221;, edit the URL in the browser address bar and change &#8220;i386&#8243; to &#8220;amd64&#8243;.  Hit Enter to reload it.  Now, you will be downloading the 64-bit version.</p>
<p>2) Google and Debian now use lzma for compression (similar to bzip2 and gzip).  Extract it with this command, instead:</p>
<p>lzma -cd data.tar.lzma | tar xvf -</p>
<p>The tar command doesn&#39;t yet have built-in lzma support, so we do it manually in a pipeline.  If you don&#39;t have the lzma program yet, emerge lzma-utils.</p>
<p>3) For the nspr libraries, Gentoo now has them as .so.8 instead of .so.7, so change the commands accordingly.  You&#39;ll also need &#8220;sudo&#8221; in front of these, as well.</p>
<p>Tried running it, and it gave me an error about the &#8220;chrome-sandbox&#8221; program not being mode 4755.  I did &#8220;sudo chmod 4755 chrome-sandbox&#8221; and it seemed to work OK after that.  It&#39;s kind of scary that Google would want to put a setuid root program on your system.  What are they doing with it?  A Web browser shouldn&#39;t need to run as root!</p>
<p>I&#39;m posting this from Google Chrome running on 64-bit Gentoo <img src='http://blog.andreaolivato.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haripriya S</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2113</link>
		<dc:creator>Haripriya S</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2113</guid>
		<description>Hey,&lt;br&gt;Thank you sooo much  :). Very useful stuff :)</description>
		<content:encoded><![CDATA[<p>Hey,<br />Thank you sooo much  <img src='http://blog.andreaolivato.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Very useful stuff <img src='http://blog.andreaolivato.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haripriya S</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2109</link>
		<dc:creator>Haripriya S</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2109</guid>
		<description>Hey,&lt;br&gt;Thank you sooo much  :). Very useful stuff :)</description>
		<content:encoded><![CDATA[<p>Hey,<br />Thank you sooo much  <img src='http://blog.andreaolivato.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Very useful stuff <img src='http://blog.andreaolivato.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clean /usr/lib</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2102</link>
		<dc:creator>Clean /usr/lib</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2102</guid>
		<description>If you dont want to pollute your /usr/lib you can write a simple wrapper. I keep symbolic links to libraries under /opt/google/chrome/ldpreload and use this to start chrome:&lt;br&gt;&lt;br&gt;#!/bin/sh&lt;br&gt;&lt;br&gt;LD_LIBRARY_PATH=&quot;/opt/google/chrome/ldpreload&quot;&lt;br&gt;export LD_LIBRARY_PATH&lt;br&gt;&lt;br&gt;/opt/google/chrome/chrome</description>
		<content:encoded><![CDATA[<p>If you dont want to pollute your /usr/lib you can write a simple wrapper. I keep symbolic links to libraries under /opt/google/chrome/ldpreload and use this to start chrome:</p>
<p>#!/bin/sh</p>
<p>LD_LIBRARY_PATH=&#8221;/opt/google/chrome/ldpreload&#8221;<br />export LD_LIBRARY_PATH</p>
<p>/opt/google/chrome/chrome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Olivato</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2069</link>
		<dc:creator>Andrea Olivato</dc:creator>
		<pubDate>Mon, 09 Nov 2009 14:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2069</guid>
		<description>Thanks a lot for sharing!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fire Crow</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2068</link>
		<dc:creator>Fire Crow</dc:creator>
		<pubDate>Mon, 09 Nov 2009 10:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2068</guid>
		<description>super cool. many thanks&lt;br&gt;&lt;br&gt;a few of my libs were different, just minor stuff using 8 instead of 7&lt;br&gt;ln -s /usr/lib/nspr/libplds4.so.8 /usr/lib/libplds4.so.0d&lt;br&gt;ln -s /usr/lib/nspr/libplc4.so.8 /usr/lib/libplc4.so.0d&lt;br&gt;ln -s /usr/lib/nspr/libnspr4.so.8 /usr/lib/libnspr4.so.0d&lt;br&gt;&lt;br&gt;this totall rocks thanks</description>
		<content:encoded><![CDATA[<p>super cool. many thanks</p>
<p>a few of my libs were different, just minor stuff using 8 instead of 7<br />ln -s /usr/lib/nspr/libplds4.so.8 /usr/lib/libplds4.so.0d<br />ln -s /usr/lib/nspr/libplc4.so.8 /usr/lib/libplc4.so.0d<br />ln -s /usr/lib/nspr/libnspr4.so.8 /usr/lib/libnspr4.so.0d</p>
<p>this totall rocks thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guttersnipe&#39;s weblog &#187; Blog Archive &#187; Google Chrome in 64-bit Sabayon Linux</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2058</link>
		<dc:creator>guttersnipe&#39;s weblog &#187; Blog Archive &#187; Google Chrome in 64-bit Sabayon Linux</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2058</guid>
		<description>[...] googled for gentoo-specific chrome install guides, and I ran across this guide for installing Google Chromium on an x86 Gentoo Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] googled for gentoo-specific chrome install guides, and I ran across this guide for installing Google Chromium on an x86 Gentoo Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gentoo, Google Chrome i YouTube &#171; Moriturius&#8217;s Devlog</title>
		<link>http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html/comment-page-1#comment-2054</link>
		<dc:creator>Gentoo, Google Chrome i YouTube &#171; Moriturius&#8217;s Devlog</dc:creator>
		<pubDate>Sun, 25 Oct 2009 08:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andreaolivato.net/?p=591#comment-2054</guid>
		<description>[...] Z pomocą przyszli niezawodni internauci, którzy mieli podobne zachcianki. Jeden z nich opisał proces instalacji przeglądarki z paczki DEB w systemie Gentoo na swoim blogu: http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html. [...]</description>
		<content:encoded><![CDATA[<p>[...] Z pomocą przyszli niezawodni internauci, którzy mieli podobne zachcianki. Jeden z nich opisał proces instalacji przeglądarki z paczki DEB w systemie Gentoo na swoim blogu: <a  href="http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html" rel="nofollow">http://blog.andreaolivato.net/open-source/google-chrome-natively-running-on-gentoo-linux.html</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
