<?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>Linux Desktop Archives - Brandon Checketts</title>
	<atom:link href="https://www.brandonchecketts.com/archives/tag/linux-desktop/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/tag/linux-desktop</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Tue, 26 Jan 2010 16:51:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Installing the Pandora One client on 64-bit Ubuntu 9.10</title>
		<link>https://www.brandonchecketts.com/archives/installing-the-pandora-one-client-on-64-bit-ubuntu-910</link>
					<comments>https://www.brandonchecketts.com/archives/installing-the-pandora-one-client-on-64-bit-ubuntu-910#respond</comments>
		
		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:51:41 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux System Administration]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<guid isPermaLink="false">http://www.brandonchecketts.com/?p=436</guid>

					<description><![CDATA[<p>I was surprised and happy to see that the Pandora One client should work on Linux. It uses the Adobe Air framework which means that Pandora doesn&#8217;t have to write a specific Linux variant. However, installing it on a modern 64-Bit Ubuntu 9.10 install took just a bit of manipulation to get it to work. [&#8230;]</p>
<p>The post <a href="https://www.brandonchecketts.com/archives/installing-the-pandora-one-client-on-64-bit-ubuntu-910">Installing the Pandora One client on 64-bit Ubuntu 9.10</a> appeared first on <a href="https://www.brandonchecketts.com">Brandon Checketts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was surprised and happy to see that the <a href="https://www.pandora.com/desktop_app">Pandora One client</a> <strong>should</strong> work on Linux.  It uses the Adobe Air framework which means that Pandora doesn&#8217;t have to write a specific Linux variant.  </p>
<p>However, installing it on a modern 64-Bit Ubuntu 9.10 install took just a bit of manipulation to get it to work.  Pandora provides some basic instructions for Linux users <a href="https://blog.pandora.com/faq/#1662">here</a>, even though Linux is officially unsupported.  Those instructions, along with the Adobe AIR notes <a href="https://kb2.adobe.com/cps/408/kb408084.html">here</a> provided enough information for me to get it installed and working.</p>
<p>Here&#8217;s what I did:</p>
<ul>
<li>Start out <a href="https://www.pandora.com/desktop_app">at the Pandora One site</a></li>
<li>Click on the &quot;Download Pandora Desktop&quot; link and save that file to /tmp</li>
<li>Follow the link to Install Adobe Air and save that file to /tmp also</li>
<li>Open a shell, and chmod the Adobe Air installer to 755 and then run it.</li>
<li>Go through the Adobe AIR install until it completes</li>
<li>Once Adobe AIR is installed, you will need to put some 32-bit libraries in place to make it run correctly. Some of the steps on <a href="https://kb2.adobe.com/cps/408/kb408084.html">Adobe&#8217;s site</a> work, and some don&#8217;t, so this is what I did</li>
<li>Download the two .deb files for <a href="https://mirrors.kernel.org/ubuntu/pool/main/n/nss/libnss3-1d_3.12.0%7Ebeta3-0ubuntu1_i386.deb">libnss3</a> and <a href="https://mirrors.kernel.org/ubuntu/pool/main/n/nspr/libnspr4-0d_4.7.1%7Ebeta2-0ubuntu1_i386.deb">Libnspr4</a> to /tmp</li>
<li>From your shell, run:
<pre>
 sudo file-roller ./libnss3-1d_3.12.0~beta3-0ubuntu1_i386.deb
</pre>
</li>
<li>Navigate to data.tar.gz =&gt; /usr =&gt; lib.  Click on all of the files in that directory and click Extract.  Type in /usr/lib32/ so that they extract there, then close all of the file-roller windows.</li>
<li>Do the same thing with the libnspr4 .deb file that you downloaded</li>
<li>Copy the adobe cert store into place with this command:
<pre>
 sudo cp /usr/lib/libadobecertstore.so /usr/lib32
</pre>
</li>
<li>Now you can finally install the Pandora application by running:
<pre>
sudo Adobe\ AIR\ Application\ Installer /tmp/pandora_2_0_2.air 
</pre>
<p>  That should install the application correctly.  It will add an icon to Applications / Accessories.
 </li>
<li>Upon starting up the Pandora One client, it currently complains about connecting to an untrusted server for me.  I have to click to accept for this session each time</li>
</ul>
<p>Now you should be able to play your Pandora music from your 64-bit Ubuntu 9.10 box.</p>
<p>The post <a href="https://www.brandonchecketts.com/archives/installing-the-pandora-one-client-on-64-bit-ubuntu-910">Installing the Pandora One client on 64-bit Ubuntu 9.10</a> appeared first on <a href="https://www.brandonchecketts.com">Brandon Checketts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.brandonchecketts.com/archives/installing-the-pandora-one-client-on-64-bit-ubuntu-910/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
