<?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>Matthew Turland &#187; Twitter</title>
	<atom:link href="http://matthewturland.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewturland.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 04:03:47 +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>Running Spaz on Ubuntu Ibex 64bit</title>
		<link>http://matthewturland.com/2009/01/08/running-spaz-on-ubuntu-ibex-64bit/</link>
		<comments>http://matthewturland.com/2009/01/08/running-spaz-on-ubuntu-ibex-64bit/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 04:51:44 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Spaz]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It took some digging to find it, but I finally found a way to make Spaz work on the Ubuntu Ibex installation on my Sony Vaio VGN-NR298E (with an Intel C2D 64bit processor). Up until I figured this out, I had been getting nothing but a non-responsive black box when I tried to launch Spaz. [...]]]></description>
			<content:encoded><![CDATA[<p>It took some digging to find it, but I finally found a way to make <a title="Spaz: An Open-Source Twitter Client for Mac OS X, Windows and Linux" href="http://getspaz.com/">Spaz</a> work on the <a title="Ubuntu Home Page | Ubuntu" href="http://www.ubuntu.com/">Ubuntu Ibex</a> installation on my Sony Vaio VGN-NR298E (with an Intel <acronym title="Core 2 Duo">C2D</acronym> 64bit processor). Up until I figured this out, I had been getting nothing but a non-responsive black box when I tried to launch Spaz.</p>
<p>Most of this comes from <a title="Getting Twhirl and Other Adobe AIR Apps Working on Ubuntu 64-- The Glass is Too Big" href="http://www.wynia.org/wordpress/2008/07/getting-twhirl-and-other-adobe-air-apps-working-on-ubuntu-64">this tutorial</a> on getting Twhirl and other AIR-based apps running on Ubuntu 64bit.</p>
<ol>
<li>Start by creating a new directory and and making it the current working directory. I just called it &#8220;Software&#8221; in my case.
<pre>mkdir Software
cd Software</pre>
</li>
<li>Install the AIR 1.5 SDK for Linux.
<pre>mkdir air_1.5_sdk
cd air_1.5_sdk
wget -c http://airdownload.adobe.com/air/lin/download/latest/air_1.5_sdk.tbz2
bunzip2 air_1.5_sdk.tbz2
tar -xf air_1.5_sdk.tar
rm -f air_1.5_sdk.tar
cd ..</pre>
</li>
<li>Install Spaz.
<pre>mkdir SpazAIR
cd SpazAIR
wget -c http://funkatron.com/getspaz
unzip SpazAIR.air
cd ..</pre>
</li>
<li>If you&#8217;re running 64bit, install the <a title="getlibs: Automatically solves dependencies for 32-bit programs on 64-bit - Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=474790">getlibs installer</a> so you can easily get 32bit versions of libraries that AIR needs. Otherwise, skip this step. I believe the KDE equivalent to the libgnome-keyring0 package is kdewallet. Both should be installed by default on 32bit systems.
<pre>wget -c http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs
chmod +x ./getlibs
./getlibs libgnome-keyring.so.0 libgiogconf.so libgvfsdbus.so \
    libgioremote-volume-monitor.so</pre>
</li>
<li>Launch Spaz from the directory created in the first step.
<pre>air_1.5_sdk/bin/adl -runtime air_1.5_sdk/runtimes/air/linux \
    -nodebug SpazAIR/META-INF/AIR/application.xml SpazAIR</pre>
</li>
<li>I didn&#8217;t find the default font used in the main tweet area to be very appealing, so I added this line to the User Theme CSS area of Settings.
<pre>div.status-text { font-family: Tahoma; }</pre>
</li>
</ol>
<p>The only issue I ran into was receiving this error whenever I try to post: &#8220;An ActionScript error has occurred: Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.&#8221; Oddly, it doesn&#8217;t prevent posts from going through, though it is rather annoying. I have brought it up in a <a title="ActionScript Errors #2044 and #2032 - Spaz Users | Google Groups" href="http://groups.google.com/group/spaz-users/browse_thread/thread/b8ca554c77bd0c6f">Spaz Google Group thread</a> and hope to work with the developer to troubleshoot the issue further at some point in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2009/01/08/running-spaz-on-ubuntu-ibex-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
