<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
	<title>Blog.ChenHow.Net &#187; chromium</title>
	<atom:link href="http://blog.chenhow.net/tag/chromium/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 21 Dec 2011 03:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Install Chromium + Flash plugin in Ubuntu Jaunty</title>
		<link>http://blog.chenhow.net/2009/07/13/internet/install-chromium-flash-plugin-in-ubuntu-jaunty/</link>
		<comments>http://blog.chenhow.net/2009/07/13/internet/install-chromium-flash-plugin-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:43:25 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[flash]]></category>
		<guid isPermaLink="false">http://blog.chenhow.net/?p=536</guid>
		<description><![CDATA[Install Chromium Browser in Ubuntu 9.10 with 5 simple steps. 1.) Edit /etc/apt/source.list chenhow@chenhow-laptop:~$ sudo gedit /etc/apt/source.list ### Add following into source.list file ### deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main 2.) Add GPG key chenhow@chenhow-laptop:~$ sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 3.) Update source list then install chromium. chenhow@chenhow-laptop:~$ sudo apt-get update [...]]]></description>
			<content:encoded><![CDATA[<p>Install Chromium Browser in Ubuntu 9.10 with 5 simple steps.</p>
<p>1.) Edit /etc/apt/source.list</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">sudo gedit /etc/apt/source.list</span></p>
<p><span style="color: #ff0000;">### Add following into source.list file ###</span></p>
<p><span style="color: blue;">deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main</span><br class="spacer_" /></p></blockquote>
<p>2.) Add GPG key</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</span></p>
<p><span style="color: #ffff00;"> </span></p></blockquote>
<p>3.) Update source list then install chromium.</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">sudo apt-get update</span></p>
<p><span style="color: #ffff00;">chenhow@chenhow-laptop:~$ </span><span style="color: #ff0000;">sudo apt-get install chromium-browser</span></p></blockquote>
<p><br class="spacer_" /></p>
<p>4.) Once finish install Chromium, follow below steps to enable flash</p>
<blockquote><p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:~$</span> </span><span style="color: #ff0000;">cd /usr/lib/chromium-browser/plugins</span></p>
<p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$</span> </span><span style="color: #ff0000;">sudo ln -s ../../adobe-flashplugin/libflashplayer.so</span></p>
<p><span style="color: #ffffff;"><span style="color: #ffff00;">chenhow@chenhow-laptop:/usr/lib/chromium-browser/plugins$</span> </span><span style="color: #ff0000;">sudo vim /etc/chromium-browser/default</span></p>
<p><span style="color: #ff0000;">### Edit chromium flags in default file ###</span></p>
<p><span style="color: blue;"># Options to pass to chromium-browser<br />
CHROMIUM_FLAGS=&#8221;&#8211;enable-plugins&#8221;</span></p></blockquote>
<p>5.) You can now check your browser by typing &#8220;<span style="color: #ff0000;"><strong>about:plugins</strong></span>&#8221; in the url bar, if you see the plugins is installed,  you should be able to play flash content.</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><a href="http://www.chenhow.net/images/google/google%20chromium.png" class="broken_link" rel="lightbox[536]"><img class="aligncenter" title="google chromium" src="http://www.chenhow.net/images/google/google%20chromium.png" alt="google chromium" width="512" height="200" /></a></p>
<p style="text-align: center;"><a href="http://www.chenhow.net/images/google/Chrome_flash.png" class="broken_link" rel="lightbox[536]"><img class="aligncenter" title="google chrome" src="http://www.chenhow.net/images/google/Chrome_flash.png" alt="google chrome" width="512" height="359" /></a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 476px; width: 1px; height: 1px;">1) sudo vim /etc/chromium-browser/default<br />
2) edit chromium flags to look like following</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p># Options to pass to chromium-browser<br />
CHROMIUM_FLAGS=&#8221;&#8211;enable-plugins&#8221;</p>
<p>3) start chromium-browser and check &#8220;about:plugins&#8221;<br />
4) you should see some installed plugins now</p>
</div>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>July 28, 2008 -- <a href="http://blog.chenhow.net/2008/07/28/internet/firefox-3-crashes-with-flash/" title="Firefox 3 Crashes With Flash">Firefox 3 Crashes With Flash</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/07/13/internet/install-chromium-flash-plugin-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
	</channel>
</rss>

