<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Unquiet Desperation &#187; ubuntu</title>
	<atom:link href="http://www.unquietdesperation.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unquietdesperation.com</link>
	<description>To be awake is to be alive.</description>
	<lastBuildDate>Thu, 02 Sep 2010 02:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="normal" -->
	<itunes:summary>The Mass of Men Lead Lives of Quiet Desperation. Where&#039;s the Fun in That?</itunes:summary>
	<itunes:author>Christopher T. Miller</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.unquietdesperation.com/UDLogo300.png" />
	<itunes:owner>
		<itunes:name>Christopher T. Miller</itunes:name>
		<itunes:email>codeshaman@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>codeshaman@gmail.com (Christopher T. Miller)</managingEditor>
	<copyright>2006-2009</copyright>
	<itunes:subtitle>To be awake is to be alive.</itunes:subtitle>
	<image>
		<title>Unquiet Desperation &#187; ubuntu</title>
		<url>http://www.unquietdesperation.com/UDLogo150.png</url>
		<link>http://www.unquietdesperation.com</link>
	</image>
	<itunes:category text="Society &amp; Culture" />
	<itunes:category text="Arts" />
		<item>
		<title>TweetDeck on Ubuntu Januty (9.04) 64 bit</title>
		<link>http://www.unquietdesperation.com/2009/06/17/tweetdeck-on-ubuntu-januty-9-04-64-bit/</link>
		<comments>http://www.unquietdesperation.com/2009/06/17/tweetdeck-on-ubuntu-januty-9-04-64-bit/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:37:31 +0000</pubDate>
		<dc:creator>Chris Miller</dc:creator>
				<category><![CDATA[Coding and Hacking]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.unquietdesperation.com/?p=717</guid>
		<description><![CDATA[Image by Tojosan via Flickr

To get Tweetdeck ru [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div><dl class="wp-caption alignright"> <dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/28069288@N00/2991929932"><img title="TweetDeck" src="http://farm4.static.flickr.com/3018/2991929932_1dee402108_m.jpg" alt="TweetDeck" /></a></dt> <dd class="wp-caption-dd zemanta-img-attribution">Image by <a href="http://www.flickr.com/photos/28069288@N00/2991929932">Tojosan</a> via Flickr</dd> </dl></div>
</div>

<p>To get <a class="zem_slink" title="TweetDeck" rel="homepage" href="http://www.tweetdeck.com">Tweetdeck</a> running on 64-bit, you&#8217;ll need to get the 32-bit compatibility libraries. The easiest way to do that is to do the following:</p>

<p>Download the <a href="http://frozenfox.freehostia.com/cappy/getlibs-all.deb" target="_blank">getlibs-all.deb</a> package. (This seems to move around a bit. If the link is broken, best to search it on Google.) Install it by running:
<strong>
</strong><code>sudo <a class="zem_slink" title="Dpkg" rel="homepage" href="http://www.debian.org/doc/FAQ/ch-pkgtools.en.html">dpkg</a> -i getlibs-all.deb</code></p>

<p>If you get a corrupted package (which I did a few times), try another download location. The one I linked to above worked for me.</p>

<p>Next, put these commands in a bash script:
<code>
sudo getlibs -l libnss3.so.1d;
sudo getlibs -l libnssutil3.so.1d;
sudo getlibs -l libsmime3.so.1d;
sudo getlibs -l libssl3.so.1d;
sudo getlibs -l libnspr4.so.0d;
sudo getlibs -l libplc4.so.0d;
sudo getlibs -l libplds4.so.0d;
sudo getlibs -l libgnome-keyring.so;
sudo getlibs -l libgnome-keyring.so.0;
sudo getlibs -l libgnome-keyring.so.0.1.1
</code>
Make it executable, then run it:
<code>
chmod +x getlibs.sh; sudo sh getlibs.sh;
</code></p>

<p>Update all the library links<sup>1</sup>:</p>

<p><code>sudo ldconfig</code></p>

<p>If you don&#8217;t already have Adobe AIR installed, go <a href="http://get.adobe.com/air/" target="_blank">download the file</a>, then execute it:
<code>
chmod +x AdobeAIRInstaller.bin; sudo ./AdobeAIRInstaller.bin
</code>
Finally, go to the <a href="http://tweetdeck.com" target="_blank">Tweetdeck site</a> and click to install Tweetdeck.</p>

<p><em>Sources: <a href="http://blog.ddiction.com/?p=3023" target="_blank">http://blog.ddiction.com/?p=3023, </a>, <a href="http://linux.die.net/man/8/ldconfig" target="_blank">http://linux.die.net/man/8/ldconfig</a></em></p>

<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/86748235-02d5-4c51-b811-4656ea9ac5e8/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_c.png?x-id=86748235-02d5-4c51-b811-4656ea9ac5e8" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
 <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://www.unquietdesperation.com/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><br/><br/><hr width="100"><ol class="footnotes"><li id="footnote_0_717" class="footnote"><strong>ldconfig</strong> creates the necessary links and cache (for use by the run-time linker, ld.so) to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/usr/lib and /lib). ldconfig checks the header and file names of the libraries it encounters when determining which versions should have their links updated. </li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.unquietdesperation.com/2009/06/17/tweetdeck-on-ubuntu-januty-9-04-64-bit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
