<?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>~chuck/blog &#187; Firefox</title>
	<atom:link href="http://www.ozymo.com/explosions/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ozymo.com</link>
	<description>What more could you want?</description>
	<lastBuildDate>Tue, 17 Oct 2023 03:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flash and Java plugins in Icecat</title>
		<link>http://www.ozymo.com/explosions/44</link>
		<comments>http://www.ozymo.com/explosions/44#comments</comments>
		<pubDate>Fri, 30 May 2008 07:08:16 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Icecat]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=44</guid>
		<description><![CDATA[So, I needed a flash and a java plugin for Icecat, once I got it installed. On Ubuntu, installing the Flash player is easy: $ sudo apt-get install flashplugin-nonfree What&#8217;s not so easy is getting Icecat to use it. I installed Icecat in /usr/local/src, and symlinked &#8220;icecat&#8221; to the actual directory. So, my Icecat plugins]]></description>
			<content:encoded><![CDATA[<p>So, I needed a <a title="Don't get the flash plugin here.  Use the command below." href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">flash</a> and a <a title="Don't get java here.  Use the link below." href="http://java.com/en/" target="_blank">java</a> plugin for Icecat, once I <a title="Try Icecat" href="http://www.ozymo.com/~chuck/blog/2008/04/18/need-ff2-in-hardy-try-gnus-icecat/" target="_self">got it installed</a>.</p>
<p>On <a title="Ubuntu Site" href="http://www.ubuntu.com" target="_blank">Ubuntu</a>, installing the Flash player is easy:</p>
<blockquote><p>$ sudo apt-get install flashplugin-nonfree</p></blockquote>
<p>What&#8217;s not so easy is getting <a title="Icecat Site" href="http://www.gnu.org/software/gnuzilla/" target="_blank">Icecat</a> to use it.</p>
<p>I installed Icecat in /usr/local/src, and symlinked &#8220;icecat&#8221; to the actual directory.  So, my Icecat plugins are in /usr/local/src/icecat/plugins.  Here&#8217;s how I linked the flash plugin in:</p>
<blockquote><p>$ cd /usr/local/src/icecat/plugins<br />
$ ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so libflashplayer.so</p></blockquote>
<p>I did this while Icecat was running, and immediately had flash capability.  I confirmed by typing &#8220;about:plugins&#8221; into the URL box.</p>
<p><a href="http://www.ozymo.com/~chuck/blog/wp-content/uploads/2008/05/about-plug-ins_icecat.png"><img class="aligncenter size-full wp-image-45" title="about-plug-ins_icecat" src="http://www.ozymo.com/~chuck/blog/wp-content/uploads/2008/05/about-plug-ins_icecat.png" alt="Visiting \" width="291" height="139" /></a></p>
<p>For the Java plugin, I downloaded j2se 1.4 (which is EoL&#8217;d, by the way!!) from here:</p>
<blockquote><p>http://java.sun.com/j2se/1.4.2/index.jsp</p></blockquote>
<p>In much the same fashion, I cd&#8217;d to /usr/local/src, and moved the binary there.  I ran this:</p>
<blockquote><p>$ sudo sh j2re-1_4_2_18-linux-i586.bin</p></blockquote>
<p>to extract the files.  Then I ran the following commands:</p>
<blockquote><p>$ sudo ln -s j2re1.4.2_18 java<br />
$ cd /usr/local/src/icecat/plugins/<br />
$ sudo ln -s /usr/local/src/java/plugin/i386/ns610-gcc32/libjavaplugin_oji.so libjavaplugin_oji.so</p></blockquote>
<p>Keep in mind that this is for my previous icecat install.  For firefox, the plugin will go in /usr/lib/firefox-3.0/plugins, and for Iceweasel on Debian, it will go in /usr/lib/iceweasel/plugins.</p>
<p>This was also done while Icecat was running, without issue.  Now, I can surf <a title="Hulu!" href="http://www.hulu.com/" target="_blank">Hulu</a> and <a title="YouTube!" href="http://www.youtube.com/" target="_blank">YouTube</a> and play <a title="Something that came up on Google!" href="http://www.darkfish.com/" target="_blank">java applet games</a> at work!  Shh, don&#8217;t tell!</p>
<p>/cs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ozymo.com/explosions/44/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
