<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Last.fm Ubuntu package</title>
	<atom:link href="http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/</link>
	<description></description>
	<pubDate>Sat, 04 Feb 2012 15:14:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roger L. Waggener</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-808</link>
		<dc:creator>Roger L. Waggener</dc:creator>
		<pubDate>Tue, 11 Jul 2006 17:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-808</guid>
		<description>Hey- thanks a lot for this.

I am a linux newb. I just repartitioned and reinstalled XP and installed ubutnu last night.
As I was setting up all my XP prefs (dragging my Application Data dir from a backup HD back onto the OS HD ;) ) listening to last.fm I thought to myself "Self, if I could find last.fm for ubuntu, I would totally kick the MS habit."

Needless to say, the only reason to boot 'doze now is if I am too happy and need to feel less good.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey- thanks a lot for this.</p>
<p>I am a linux newb. I just repartitioned and reinstalled XP and installed ubutnu last night.<br />
As I was setting up all my XP prefs (dragging my Application Data dir from a backup HD back onto the OS HD <img src='http://www.newspeak.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) listening to last.fm I thought to myself &#8220;Self, if I could find last.fm for ubuntu, I would totally kick the MS habit.&#8221;</p>
<p>Needless to say, the only reason to boot &#8216;doze now is if I am too happy and need to feel less good.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-13</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 18 Jan 2006 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-13</guid>
		<description>&lt;I&gt;Paul Telford&lt;/I&gt;, a debian maintainer, has made recent (unofficial yet) packages of last.fm player for both debian and ubuntu linux. check them at:
&lt;a HREF="http://people.debian.org/~pxt/lastfm/" rel="nofollow"&gt;http://people.debian.org/~pxt/lastfm/&lt;/A&gt;</description>
		<content:encoded><![CDATA[<p><i>Paul Telford</i>, a debian maintainer, has made recent (unofficial yet) packages of last.fm player for both debian and ubuntu linux. check them at:<br />
<a HREF="http://people.debian.org/~pxt/lastfm/" rel="nofollow">http://people.debian.org/~pxt/lastfm/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-12</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 16 Nov 2005 05:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-12</guid>
		<description>i made 2 mistakes in my previous comment: 
- first, the url_handler must not be /usr/bin/lastfm but /opt/lastfm/player

- second, the gconftool-2 commands i gave were for "user" configuration, not system-wide configuration.

So, during the installation of the ubuntu/debian package, you can add 
(as root) those commands for gnome:

# killall gconfd-2

# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /desktop/gnome/url-handlers/lastfm/command "/opt/lastfm/player %s"

# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/gnome/url-handlers/lastfm/enabled true

# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /desktop/gnome/url-handlers/lastfm/needs_terminal false

And this works: you can click on a lastfm link on your gnome browser and it launches the lastfm player with the url as argument.

but this give not a gconf schema for lastfm, so this is not completely perfect.</description>
		<content:encoded><![CDATA[<p>i made 2 mistakes in my previous comment:<br />
- first, the url_handler must not be /usr/bin/lastfm but /opt/lastfm/player</p>
<p>- second, the gconftool-2 commands i gave were for &#8220;user&#8221; configuration, not system-wide configuration.</p>
<p>So, during the installation of the ubuntu/debian package, you can add<br />
(as root) those commands for gnome:</p>
<p># killall gconfd-2</p>
<p># gconftool-2 &#8211;direct &#8211;config-source xml:readwrite:/etc/gconf/gconf.xml.defaults &#8211;type string &#8211;set /desktop/gnome/url-handlers/lastfm/command &#8220;/opt/lastfm/player %s&#8221;</p>
<p># gconftool-2 &#8211;direct &#8211;config-source xml:readwrite:/etc/gconf/gconf.xml.defaults &#8211;type bool &#8211;set /desktop/gnome/url-handlers/lastfm/enabled true</p>
<p># gconftool-2 &#8211;direct &#8211;config-source xml:readwrite:/etc/gconf/gconf.xml.defaults &#8211;type bool &#8211;set /desktop/gnome/url-handlers/lastfm/needs_terminal false</p>
<p>And this works: you can click on a lastfm link on your gnome browser and it launches the lastfm player with the url as argument.</p>
<p>but this give not a gconf schema for lastfm, so this is not completely perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-11</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 16 Nov 2005 00:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-11</guid>
		<description>i don't figure out how to make lastfm player work with an argument given (lastfm://somemusic) but when i will, you can add a gnome protocol handler for lastfm:// this way:

# gconftool-2 -t string -s /desktop/gnome/url-handlers/lastfm/command "/usr/bin/lastfm %s"

# gconftool-2 -t bool -s /desktop/gnome/url-handlers/lastfm/needs_terminal false

# gconftool-2 -t bool -s /desktop/gnome/url-handlers/lastfm/enabled true

then, clicking on a lastfm link will popup lastfm from your epiphny browser.</description>
		<content:encoded><![CDATA[<p>i don&#8217;t figure out how to make lastfm player work with an argument given (lastfm://somemusic) but when i will, you can add a gnome protocol handler for lastfm:// this way:</p>
<p># gconftool-2 -t string -s /desktop/gnome/url-handlers/lastfm/command &#8220;/usr/bin/lastfm %s&#8221;</p>
<p># gconftool-2 -t bool -s /desktop/gnome/url-handlers/lastfm/needs_terminal false</p>
<p># gconftool-2 -t bool -s /desktop/gnome/url-handlers/lastfm/enabled true</p>
<p>then, clicking on a lastfm link will popup lastfm from your epiphny browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-10</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Sat, 29 Oct 2005 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-10</guid>
		<description>yeah, artsdsp did the trick. and yeah, I realize there's no real performance advantage in installing the package, I just like having all my programs go through apt.</description>
		<content:encoded><![CDATA[<p>yeah, artsdsp did the trick. and yeah, I realize there&#8217;s no real performance advantage in installing the package, I just like having all my programs go through apt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Paulger</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-9</link>
		<dc:creator>Stephen Paulger</dc:creator>
		<pubDate>Sat, 29 Oct 2005 02:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-9</guid>
		<description>I haven't set anything up related to the sound. For KDE users there is really no advantage in installing the package over what is available from the Last.fm site. I am actually using ALSA. As I don't know much about how sounds works in linux your best bet is getting help from the &lt;a HREF="" rel="nofollow"&gt;Last.fm forum for the player&lt;/A&gt;.

I did have a similar problem before when I used esd and it seems to be common with the Last.fm player, one thread suggests that running the player with the artsdsp command helps.

If you want to do that after installing the package modify the /usr/bin/lastfm file. Change the second line to "artsdsp /opt/lastfm/player".

If that works please let me know.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t set anything up related to the sound. For KDE users there is really no advantage in installing the package over what is available from the Last.fm site. I am actually using ALSA. As I don&#8217;t know much about how sounds works in linux your best bet is getting help from the <a HREF="" rel="nofollow">Last.fm forum for the player</a>.</p>
<p>I did have a similar problem before when I used esd and it seems to be common with the Last.fm player, one thread suggests that running the player with the artsdsp command helps.</p>
<p>If you want to do that after installing the package modify the /usr/bin/lastfm file. Change the second line to &#8220;artsdsp /opt/lastfm/player&#8221;.</p>
<p>If that works please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol</title>
		<link>http://www.newspeak.org.uk/2005/10/28/lastfm-ubuntu-package/comment-page-1/#comment-8</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Sat, 29 Oct 2005 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.newspeak.org.uk/wordpress/2005/10/28/lastfm-ubuntu-package/#comment-8</guid>
		<description>I tried installing your package, but I can't seem to hear any sound. I'm suspecting that its because I use Kubuntu, and this package was made for Gnome, so you specified the use of esd instead of arts. Am I right? And if not, do you have any ideas what actually is wrong?</description>
		<content:encoded><![CDATA[<p>I tried installing your package, but I can&#8217;t seem to hear any sound. I&#8217;m suspecting that its because I use Kubuntu, and this package was made for Gnome, so you specified the use of esd instead of arts. Am I right? And if not, do you have any ideas what actually is wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

