<?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>Fuzzy Logic &#187; mime types</title>
	<atom:link href="http://www.thetacticalnuke.com/tag/mime-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetacticalnuke.com</link>
	<description>Because things aren&#039;t confusing enough...</description>
	<lastBuildDate>Fri, 10 Jun 2011 22:52:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing the mime-key error in Filezilla, complements of Adobe AIR</title>
		<link>http://www.thetacticalnuke.com/2008/07/fixing-the-mime-key-error-in-filezilla-complements-of-adobe-air/</link>
		<comments>http://www.thetacticalnuke.com/2008/07/fixing-the-mime-key-error-in-filezilla-complements-of-adobe-air/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 13:00:16 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Filezilla]]></category>
		<category><![CDATA[mime types]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=22</guid>
		<description><![CDATA[I really like Adobe AIR as a platform, mainly because I generally like the idea of having a platform that can run the same apps on any of the big three Operating Systems (Windows, Mac, Linux).  Unfortunately, after installing the Adobe Air alpha for Linux I was having a problem with an error every time [...]]]></description>
			<content:encoded><![CDATA[<p>I really like <a href="http://www.adobe.com/products/air/" target="_blank">Adobe AIR</a> as a platform, mainly because I generally like the idea of having a platform that can run the same apps on any of the big three Operating Systems (Windows, Mac, Linux).  Unfortunately, after installing the <a href="http://labs.adobe.com/technologies/air/" target="_blank">Adobe Air alpha for Linux</a> I was having a problem with an error every time I started up Filezilla.  This would popup on every startup:</p>
<pre>"Can't open /usr/share/mime-info/air.keys" (error 2: no such file or directory)"
"Can't open /usr/share/mime-info/air.mime" (error 2: no such file or directory)"</pre>
<p>Obviously, this wasn&#8217;t the worst thing that could possibly happen to me&#8230; but it was rather aggravating!  To solve this problem I went scrounging through the depths of the interblags and finally managed to fix it.  Lots of help comes from the <a href="http://www.dustypixels.com/blog/2008/04/02/help-adobe-air-for-linux-ate-my-mimetypes/" target="_blank">Dusty Pixels blog</a>, but I figured I would compile what worked for me here.</p>
<p><span id="more-22"></span></p>
<p>I will copy in these codes directly as I used them (and supress any output).  Please note that I do sudo into root for this fix just to make sure there are no permissions errors&#8211;if you wish to go the fully &#8216;approved&#8217; method, just append sudo on every single command here.</p>
<pre>nuke@nuke-laptop:~$ cd /opt/Adobe\ AIR/Versions/1.0/xdg-utils/</pre>
<pre>nuke@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils$ sudo su</pre>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# xdg-mime uninstall --novendor /opt/Adobe\ AIR/Versions/1.0/support/AdobeAIR.xml</pre>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# sudo nano ../support/AdobeAIR.xml
</pre>
<p>This step <strong>requires</strong> that you remove the three lines starting with <strong>&lt;magic priority=&#8221;100&#8243;&gt;</strong> and ending with &lt;<strong>/magic&gt;</strong>.</p>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# xdg-mime install --novendor /opt/Adobe\ AIR/Versions/1.0/support/AdobeAIR.xml</pre>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# sudo unlink /usr/share/mime-info/air.keys</pre>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# sudo unlink /usr/share/mime-info/air.mime</pre>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# sudo ln -s /opt/Adobe\ AIR/Versions/1.0/support/air.keys /usr/share/mime-info/air.keys</pre>
<pre>root@nuke-laptop:/opt/Adobe AIR/Versions/1.0/xdg-utils# sudo ln -s /opt/Adobe\ AIR/Versions/1.0/support/air.mime /usr/share/mime-info/air.mime</pre>
<p>And there you go!  You shouldn&#8217;t have any more mime-type errors in Filezilla!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/07/fixing-the-mime-key-error-in-filezilla-complements-of-adobe-air/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

