<?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>vultaire.net &#187; Linux</title>
	<atom:link href="http://www.vultaire.net/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vultaire.net/blog</link>
	<description>The Blog</description>
	<lastBuildDate>Tue, 24 Apr 2012 13:12:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mozilla Firefox/Google Chrome and Flash on Debian Squeeze 64-bit</title>
		<link>http://www.vultaire.net/blog/2011/05/26/google-chrome-and-flash-on-debian-squeeze-64-bit/</link>
		<comments>http://www.vultaire.net/blog/2011/05/26/google-chrome-and-flash-on-debian-squeeze-64-bit/#comments</comments>
		<pubDate>Thu, 26 May 2011 11:52:38 +0000</pubDate>
		<dc:creator>Paul Goins</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vultaire.net/blog/?p=162</guid>
		<description><![CDATA[Update, 2012-04-24: This procedure updates the Flash player in use by Firefox. Chrome can also pick this up, so this solution appears to work for both browsers. I recently re-installed Debian Squeeze on my main machine. I&#8217;m using the 64-bit version along with 64-bit Chrome. However, the 64-bit Chrome does not come with a built-in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update, 2012-04-24:</strong> This procedure updates the Flash player in use by Firefox.  Chrome can also pick this up, so this solution appears to work for both browsers.</p>
<p>I recently re-installed Debian Squeeze on my main machine.  I&#8217;m using the 64-bit version along with 64-bit Chrome.</p>
<p>However, the 64-bit Chrome does not come with a built-in Flash player.  Instead, it seems to be finding the plugin by searching the Mozilla plugin folder (/usr/lib/mozilla/plugins/), where it finds flash-mozilla.so, which is a symlink to /usr/lib/gnash/libgnashplugin.so, the Gnash flash plugin.</p>
<p>Don&#8217;t get me wrong; I&#8217;m happy to see how Gnash is looking, and I&#8217;m happy that a free software alternative exists.  However, I&#8217;m not a FLOSS puritan; I&#8217;ll use the best tool for the job which, in my opinion, remains as the official Flash plugin.</p>
<p>So, how to install the Flash plugin?</p>
<p>Adobe says to refer to the browser documentation.  Google&#8217;s docs mention Flash as being built-in for 32-bit, but I couldn&#8217;t find mention of how to install for 64-bit.</p>
<p>Here&#8217;s how I did it: since Chrome seems to be using the symlink in the mozilla folder, which is managed by Debian&#8217;s &#8220;alternatives&#8221; system, I installed the plugin and added it as an alternative.</p>
<p>Step 1: Download the plugin from <a href="http://get.adobe.com/flashplayer/">http://get.adobe.com/flashplayer/</a>.  (This procedure explains the .tar.gz installation method; Adobe now offers an Apt-oriented solution as well but I have not tested this.)</p>
<p>Step 2: Install the plugin as follows:</p>
<pre class="brush: bash; title: ; notranslate">
sudo mkdir -pv /opt/flashplugin
cd /opt/flashplugin
sudo tar -xf &lt;path/to/flashplugin.tar.gz&gt;
</pre>
<p>Step 3: Install the plugin as a flash-mozilla.so alternative:</p>
<pre class="brush: bash; title: ; notranslate">
sudo update-alternatives --install \
    /usr/lib/mozilla/plugins/flash-mozilla.so \
    flash-mozilla.so \
    /opt/flashplugin/libflashplayer.so \
    10
</pre>
<p>Step 4: Select the Adobe plugin for use as the active plugin:</p>
<pre class="brush: bash; title: ; notranslate">
sudo update-alternatives --set flash-mozilla.so /opt/flashplugin/libflashplayer.so
</pre>
<p>That&#8217;s it!  Flash should now work in both Chrome and Firefox.  If it does not work immediately, restart your browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vultaire.net/blog/2011/05/26/google-chrome-and-flash-on-debian-squeeze-64-bit/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

