<?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; Adobe</title>
	<atom:link href="http://www.thetacticalnuke.com/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetacticalnuke.com</link>
	<description>Because things aren&#039;t confusing enough...</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:21:29 +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>Adobe AIR 1.5 for Linux (finally)</title>
		<link>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 13:21:08 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=91</guid>
		<description><![CDATA[Adobe announced on December 17th that AIR 1.5 is now available for Linux!  This is a pretty big deal for Linux users because the previous version we were using was a buggy version that didn&#8217;t have all of the newest features (and was unreliable at that).  With this new release comes the new version for [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe announced on December 17th that <a href="http://blogs.adobe.com/air/2008/12/adobe_air_15_now_available_for.html" target="_blank">AIR 1.5 is now available for Linux</a>!  This is a pretty big deal for Linux users because the previous version we were using was a buggy version that didn&#8217;t have all of the newest features (and <a href="http://www.thetacticalnuke.com/2008/fixing-the-mime-key-error-in-filezilla-complements-of-adobe-air/" target="_blank">was unreliable at that</a>).  With this new release comes the new version for both x86 and <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb408084&amp;sliceId=1" target="_blank">x64 processors</a>!  Read on for the whole explanation!</p>
<p><span id="more-91"></span></p>
<p>Getting Adobe AIR for Ubuntu 8.10 couldn&#8217;t be easier.  Visit the <a href="http://get.adobe.com/air/" target="_blank">Adobe AIR download page</a> and it&#8217;ll automatically detect your system type from your browser&#8217;s settings.  The file is a .bin file which means you don&#8217;t have to compile it.  Assuming you download it with firefox, simply fire up your terminal, change to your download directory (probably ~/Desktop) and issue</p>
<pre>nuke@nuke-laptop:~/Desktop$ <strong>chmod +x AdobeAIRInstaller.bin </strong>
nuke@nuke-laptop:~/Desktop$ <strong>sudo ./AdobeAIRInstaller.bin</strong></pre>
<p>Note: I was getting a very nondescript error when I ran that command saying that Adobe AIR couldn&#8217;t be installed and, of course, that was about all of the information I got.  I found out it was because I had the Adobe AIR 1.1 beta installed, which I needed to uninstall.  If you get that, simply run the following command (on Ubuntu):</p>
<pre>nuke@nuke-laptop:~/Desktop$ <strong>sudo dpkg -r adobeair-enu</strong></pre>
<p>and you&#8217;ll be fine.  If you&#8217;re still having problems,definitely look at Adobe&#8217;s <a href="http://blogs.adobe.com/air/2008/12/tips_on_resolving_application.html" target="_blank">short FAQ on AIR 1.5</a>.  It will give you a few things to try.  I also had to uninstall my previous AIR stuff with the following commands:</p>
<pre>nuke@nuke-laptop:~$ <strong>rm .appdata/ -rf</strong>
nuke@nuke-laptop:~$ <strong>rm .adobe/AIR/ -rf</strong>
nuke@nuke-laptop:~$ <strong>rm .macromedia/Flash_Player/www.macromedia.com/bin/air* -rf</strong></pre>
<p>Then, to get things working, I had to go to the <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player download site</a> and download the newest version of Flash!  Also, for anything else that I had installed for AIR (such as <a href="http://www.twhirl.org/" target="_blank">twhirl</a>) I had to go in and manually remove it from Ubuntu&#8217;s package system.  Now, with most AIR apps, they name the package $appname.air.123o1u4831414323 or somesuch.  However, with twhirl, it installs it as <em>de.makesoft.twhirl.0ea062bc275e7ed1e6ec3762effd73c7158adf33.1 </em>(at least for me) so I had to run</p>
<pre>nuke@nuke-laptop:~$ <strong>sudo dpkg -r de.makesoft.twhirl.0ea062bc275e7ed1e6ec3762effd73c7158adf33.1</strong></pre>
<p>That let me reinstall twhirl.  If you can&#8217;t find that exact app but have the same problem, try autocompleting (tab) in the terminal after you type &#8220;de.makesoft&#8221;.  After all of that work, it was working great.  Finally!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/adobe-air-15-for-linux-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
