<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Spotify URIs do not work in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6521617#M23181</link>
    <description>&lt;P&gt;Hi @snover I agree with your comment. Also, what you describe is the Window's client behaviour&lt;BR /&gt;&lt;BR /&gt;I have reworked it, and it should be as you requested (load the track, but not change the playing one) at a next release&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 22:28:14 GMT</pubDate>
    <dc:creator>pgomes</dc:creator>
    <dc:date>2024-11-19T22:28:14Z</dc:date>
    <item>
      <title>Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6117415#M22830</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Linux, Spotify from deb version 1:1.2.37.701.ge66eb7bc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As has been reported a few times before and incorrectly marked as resolved, Spotify client on Linux correctly registers the `x-scheme-handler/spotify` scheme, but does not actually do anything when it is invoked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;1. According to &lt;A href="https://community.spotify.com/t5/Desktop-Linux/Linux-Spotify-URI-only-opens-start-page/m-p/1675542" target="_self"&gt;this topic&lt;/A&gt;, Spotify changed to require the URI to be passed as a flag for some reason, but the Exec line in the bundled spotify.desktop file does not do that, instead using bare `%U` instead of `--uri=%U` (technically should be `--uri=%u` since the client supports only one URI).&lt;/P&gt;&lt;P data-unlink="true"&gt;2. Passing the URI as a flag only works when Spotify is not already running. Otherwise, it just prints “Opening in existing browser session.” and does nothing.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;The workaround of calling through the dbus interface, as mentioned in a few places on the forum, causes Spotify to switch to &lt;EM&gt;and&lt;/EM&gt; start playing the URI immediately, which is not desired and not how the URI handler normally works. This functionality clearly exists in the Spotify desktop client on macOS and Windows, and it even works on Linux when the client is not open, and is only not wired up correctly on Linux when the client is already running. It would be appreciated if someone could find five minutes to go in and cut and paste the handful of missing lines of code that are needed to make it work.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 21:17:35 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6117415#M22830</guid>
      <dc:creator>snover</dc:creator>
      <dc:date>2024-06-05T21:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6133309#M22844</link>
      <description>&lt;P&gt;This has been reported many times in different locations without resolution. I too would love to be able to just click a link shared by a friend and have the desktop client open the link. It sounds like a very simple / basic task, and indeed it seems the fix seems to be known and straightforward, yet here we are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I (and many other Linux users) would love to see this resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://askubuntu.com/questions/1473517/how-to-make-spotify-snap-open-shared-song-urls" target="_blank" rel="noopener"&gt;https://askubuntu.com/questions/1473517/how-to-make-spotify-snap-open-shared-song-urls&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[2] &lt;A href="https://askubuntu.com/questions/681189/spotify-xdg-open-fails-while-doing-the-same-open-directly-works" target="_blank" rel="noopener"&gt;https://askubuntu.com/questions/681189/spotify-xdg-open-fails-while-doing-the-same-open-directly-works&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[3] &lt;A href="https://github.com/technocake/goto/issues/127" target="_blank" rel="noopener"&gt;https://github.com/technocake/goto/issues/127&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[4] &lt;A href="https://github.com/kpcyrd/spotify-launcher/pull/23" target="_blank"&gt;https://github.com/kpcyrd/spotify-launcher/pull/23&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 19:04:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6133309#M22844</guid>
      <dc:creator>bpholman5</dc:creator>
      <dc:date>2024-06-13T19:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6139919#M22851</link>
      <description>&lt;P&gt;I am in the same situation and since the required effort for the fix is minimal I would also like it to be resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 09:54:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6139919#M22851</guid>
      <dc:creator>mbrozzo</dc:creator>
      <dc:date>2024-06-17T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6212755#M22894</link>
      <description>&lt;P&gt;Waiting to fix since eternity&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 09:18:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6212755#M22894</guid>
      <dc:creator>aozen</dc:creator>
      <dc:date>2024-07-24T09:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6272372#M22945</link>
      <description>&lt;P&gt;I hope that this is fixed soon too&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 14:37:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6272372#M22945</guid>
      <dc:creator>spt_ed</dc:creator>
      <dc:date>2024-08-18T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6275519#M22947</link>
      <description>&lt;P&gt;Hi, I will try to take a look at this soon. Thanks for the feedback&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 20:24:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6275519#M22947</guid>
      <dc:creator>pgomes</dc:creator>
      <dc:date>2024-08-19T20:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6275640#M22949</link>
      <description>&lt;P&gt;&amp;gt; Hi, I will try to take a look at this soon. Thanks for the feedback&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks @pgomes! If a test snap becomes available I would be happy to test it. I'm actively watching this thread so if I can be of any assistance please let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 21:19:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6275640#M22949</guid>
      <dc:creator>bpholman5</dc:creator>
      <dc:date>2024-08-19T21:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6277832#M22950</link>
      <description>&lt;P&gt;Thanks @bpholman5 we will release a beta to DEB and Snap as soon as I conclude this. I ping this thread to let you know&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 20:24:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6277832#M22950</guid>
      <dc:creator>pgomes</dc:creator>
      <dc:date>2024-08-20T20:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6280480#M22955</link>
      <description>&lt;P&gt;I cannot fathom why a big company like Spotify has not fixed this for years. I feel like they just keep disabling features while only slightly improving user experience. I remember when I could message people inside the platform, when I could create playlists using a given BPM automatically for running, when opening links on a PC worked etc etc. The features they usually bring are gimmicky and not really useful on a daily basis. Frustrating.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 21:34:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6280480#M22955</guid>
      <dc:creator>lscosta</dc:creator>
      <dc:date>2024-08-21T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6312463#M22978</link>
      <description>&lt;P&gt;The fix was implemented. It will take a few weeks before a test release it out. I ping it here when it's the case&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 14:15:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6312463#M22978</guid>
      <dc:creator>pgomes</dc:creator>
      <dc:date>2024-09-03T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6357185#M23028</link>
      <description>&lt;P&gt;Should&amp;nbsp;1.2.45.454.gc16ec9f6 from three days ago already have the fix in?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 19:52:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6357185#M23028</guid>
      <dc:creator>TheBenefittedMrKite</dc:creator>
      <dc:date>2024-09-19T19:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6458157#M23126</link>
      <description>&lt;P&gt;Is it fixed? How can I install the fixed version?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 03:14:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6458157#M23126</guid>
      <dc:creator>gabrielforster</dc:creator>
      <dc:date>2024-10-24T03:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6512469#M23164</link>
      <description>&lt;P&gt;I’ve just tested the latest version and Spotify URIs are working again. Yay! Thank you so much for working on this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the fix isn’t quite right: the app is automatically playing the clicked link, instead of just opening the page. Boo!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As mentioned in my original post, Spotify needs to *only* open the page and *not* change what’s currently playing. In other words, it should work like pasting a URI into the app’s search bar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do I say this? Because it isn’t helpful to have the current playlist forcibly switched to a single track that will loop forever. I can’t switch back without stopping listening to the track that it just forced to play, which makes this a useless way to handle URIs, except *maybe* when “Autoplay” is turned on, which it is not for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:56:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6512469#M23164</guid>
      <dc:creator>snover</dc:creator>
      <dc:date>2024-11-16T06:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6521617#M23181</link>
      <description>&lt;P&gt;Hi @snover I agree with your comment. Also, what you describe is the Window's client behaviour&lt;BR /&gt;&lt;BR /&gt;I have reworked it, and it should be as you requested (load the track, but not change the playing one) at a next release&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 22:28:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/6521617#M23181</guid>
      <dc:creator>pgomes</dc:creator>
      <dc:date>2024-11-19T22:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify URIs do not work</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/7036462#M23765</link>
      <description>&lt;P&gt;need this fixed yesterday&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 20:26:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-URIs-do-not-work/m-p/7036462#M23765</guid>
      <dc:creator>trevorlahey</dc:creator>
      <dc:date>2025-07-03T20:26:56Z</dc:date>
    </item>
  </channel>
</rss>

