<?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>Elvis Stansvik &#187; xdg-open</title>
	<atom:link href="http://estan.dose.se/tag/xdg-open/feed" rel="self" type="application/rss+xml" />
	<link>http://estan.dose.se</link>
	<description>Random stuff on my mind, or reports from my trips</description>
	<lastBuildDate>Fri, 11 Nov 2011 19:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Spotify Links in Chrome on Linux/KDE</title>
		<link>http://estan.dose.se/2009/10/spotify-links-in-chrome-on-linuxkde</link>
		<comments>http://estan.dose.se/2009/10/spotify-links-in-chrome-on-linuxkde#comments</comments>
		<pubDate>Sat, 10 Oct 2009 16:17:48 +0000</pubDate>
		<dc:creator>estan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[planetkde]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[xdg-open]]></category>

		<guid isPermaLink="false">http://estan.dose.se/?p=163</guid>
		<description><![CDATA[Short tip on how to get this to work: Create a script /path/to/spotify_open.sh with the following in it: #!/bin/bash wine "$HOME/.wine/drive_c/Program Files/Spotify/spotify.exe" /uri "$1" Create $HOME/.kde4/share/kde4/services/spotify.protocol with the following in it: [Protocol] exec=/path/to/spotify_open.sh "%u" protocol=spotify input=none output=none helper=true listing=false reading=false &#8230; <a href="http://estan.dose.se/2009/10/spotify-links-in-chrome-on-linuxkde">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Short tip on how to get this to work:</p>
<p>Create a script /path/to/spotify_open.sh with the following in it:</p>
<pre>
#!/bin/bash
wine "$HOME/.wine/drive_c/Program Files/Spotify/spotify.exe" /uri "$1"
</pre>
<p>Create $HOME/.kde4/share/kde4/services/spotify.protocol with the following in it:</p>
<pre>
[Protocol]
exec=/path/to/spotify_open.sh "%u"
protocol=spotify
input=none
output=none
helper=true
listing=false
reading=false
writing=false
makedir=false
deleting=false
</pre>
<p>That&#8217;s it, spotify:blah style URLs will now open in Spotify launched through Wine. Chrome just uses xdg-open for launching external apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://estan.dose.se/2009/10/spotify-links-in-chrome-on-linuxkde/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

