<?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: Desktop Spotify for Debian Windows Issues in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602162#M21930</link>
    <description>&lt;P&gt;I do not have a locally installed downgraded package of the spotify-client, but do you know if Spotify maintains an archive of all the previous versions of the spotify-client.&lt;/P&gt;&lt;P&gt;Thanks for the response omsmith!&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 19:16:25 GMT</pubDate>
    <dc:creator>d3ad3nd</dc:creator>
    <dc:date>2023-06-28T19:16:25Z</dc:date>
    <item>
      <title>Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5600839#M21918</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;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Debian 12 (Bookworm)&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;I have downloaded the latest Spotify client on Debian, and it is running using the X11 display manager. I have recently upgraded my system from Debian 11 (Bullseye) to Debian 12 (Bookworm), and it was working properly on Bookworm until a recent package manager update which updated some of the X11 extensions. Since that recent update, the Spotify client will create a process; however, the window for the process will not display. I was wondering if others had this issue and if the Spotify team was aware of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all your assistance,&lt;/P&gt;&lt;P&gt;Long time Linux user and Spotify subscriber&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 01:06:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5600839#M21918</guid>
      <dc:creator>d3ad3nd</dc:creator>
      <dc:date>2023-06-26T01:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5601726#M21925</link>
      <description>&lt;P&gt;I noticed the same the other day. Launching the client will consume 100% CPU in a polling loop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;spotify --version&lt;BR /&gt;Spotify version 1.2.11.916.geb595a67, Copyright (c) 2023, Spotify Ltd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downgrading (via a locally-stored dpkg) resolves this issue:&lt;/P&gt;&lt;P&gt;spotify --version&lt;BR /&gt;Spotify version 1.1.84.716.gc5f8b819, Copyright (c) 2022, Spotify Ltd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From tracing the process, it appears to be stuck polling the X server socket:&lt;/P&gt;&lt;P&gt;socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 29&lt;BR /&gt;connect(29, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 30&lt;BR /&gt;connect(30, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;poll([{fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=29, events=POLLIN}, {fd=30, events=POLLIN}], 4, 0) = 1 ([{fd=16, revents=POLLIN}])&lt;BR /&gt;recvmsg(30, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)&lt;BR /&gt;recvmsg(30, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)&lt;BR /&gt;poll([{fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=29, events=POLLIN}, {fd=30, events=POLLIN}], 4, 0) = 1 ([{fd=16, revents=POLLIN}])&lt;BR /&gt;recvmsg(30, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)&lt;BR /&gt;recvmsg(30, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 22:50:50 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5601726#M21925</guid>
      <dc:creator>omsmith</dc:creator>
      <dc:date>2023-06-27T22:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5601763#M21926</link>
      <description>&lt;P&gt;I have the same exact issue. Any solutions yet?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 03:12:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5601763#M21926</guid>
      <dc:creator>hedlundur</dc:creator>
      <dc:date>2023-06-28T03:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5601764#M21927</link>
      <description>&lt;P&gt;Same issue here. Any solutions yet?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 03:13:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5601764#M21927</guid>
      <dc:creator>hedlundur</dc:creator>
      <dc:date>2023-06-28T03:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602161#M21929</link>
      <description>&lt;P&gt;I do not have a locally installed downgraded package of the spotify-client, but do you know if Spotify maintains an archive of all the previous versions of the spotify-client.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 19:15:05 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602161#M21929</guid>
      <dc:creator>d3ad3nd</dc:creator>
      <dc:date>2023-06-28T19:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602162#M21930</link>
      <description>&lt;P&gt;I do not have a locally installed downgraded package of the spotify-client, but do you know if Spotify maintains an archive of all the previous versions of the spotify-client.&lt;/P&gt;&lt;P&gt;Thanks for the response omsmith!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 19:16:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602162#M21930</guid>
      <dc:creator>d3ad3nd</dc:creator>
      <dc:date>2023-06-28T19:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602477#M21931</link>
      <description>&lt;P&gt;I recently experience the same issue, I solved it by deleting the cache folder: ~/.cache/spotify&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 11:58:38 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602477#M21931</guid>
      <dc:creator>alejo9118</dc:creator>
      <dc:date>2023-06-29T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602493#M21932</link>
      <description>&lt;P&gt;I tried that as well; the issue continues.&lt;/P&gt;&lt;P&gt;Thanks for the response deltalejo&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 12:30:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602493#M21932</guid>
      <dc:creator>d3ad3nd</dc:creator>
      <dc:date>2023-06-29T12:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602633#M21933</link>
      <description>&lt;P&gt;&lt;EM&gt;Yep, clearing the cache through Preferences won't do it.&amp;nbsp; Fully close the app and delete whatever folder you set the Cache folder to.&amp;nbsp; Mine wasn't the default, but I don't know if that relates to the issue.&amp;nbsp; I disabled/re-enabled services, edited my host file, reapplied firewall rules... etc etc - This is the only thing that worked and I wish I would have tried it first.&amp;nbsp; I feel for my Grey Play Button crew out there.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: Nevermind, it's back - I played one song and I'm back to the grey play button.&amp;nbsp; Only occurs on Win10 as Android/Web/Mac works fine.&amp;nbsp; I logged out of all sessions, so there shouldn't be crossfire.&amp;nbsp; Tested with/without VPN, with/without Hardware Acceleration, with/without Proxy settings (auto vs none), verified read/write permissions on cache directory, Ran As Admin, tested on new Admin user, Uninstalled/Reinstalled with Revo to remove any registry/lingering files in users/appdata etc.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 17:47:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602633#M21933</guid>
      <dc:creator>Wobbleburger</dc:creator>
      <dc:date>2023-06-29T17:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602638#M21934</link>
      <description>&lt;P&gt;Thanks for the suggestion, but deleting that folder has no effect on my machine either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually just set up a new computer yesterday, and with a fresh install of everything I experienced the issue on the very first launch of spotify.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 17:37:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5602638#M21934</guid>
      <dc:creator>omsmith</dc:creator>
      <dc:date>2023-06-29T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5633861#M22111</link>
      <description>&lt;P&gt;Experiencing the same issue on Debian 12 and Ubuntu 24.04.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is what gets logged to the console&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;(spotify:5425): libayatana-appindicator-WARNING **: 22:38:01.184: Unable to get the session bus: Unknown or unsupported transport “disabled” for address “disabled:”&lt;/P&gt;&lt;P&gt;(spotify:5425): LIBDBUSMENU-GLIB-WARNING **: 22:38:01.184: Unable to get session bus: Unknown or unsupported transport “disabled” for address “disabled:”&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With strace the output is mostly this being repeated until I kill the process&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;poll([{fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=29, events=POLLIN}, {fd=30, events=POLLIN}], 4, 0) = 1 ([{fd=16, revents=POLLIN}])&lt;BR /&gt;recvmsg(30, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable)&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2023 20:55:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5633861#M22111</guid>
      <dc:creator>duja</dc:creator>
      <dc:date>2023-09-09T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5634381#M22117</link>
      <description>&lt;P&gt;Hi Duja,&lt;BR /&gt;The error you are getting (LIBDBUSMENU) is related to the tray icon support, which requires DBUS. But the logs show as it cannot connect to a DBUS session.&lt;BR /&gt;&lt;BR /&gt;Can you provide more information? Are you running the DEB or Snap package? What does dbus-monitor prints when you start it?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 09:46:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5634381#M22117</guid>
      <dc:creator>pgomes</dc:creator>
      <dc:date>2023-09-11T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5654533#M22228</link>
      <description>&lt;P&gt;Hello, this is also happening to me with both DEB or Snap.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;The error you are getting (LIBDBUSMENU) is related to the tray icon support, which requires DBUS. But the logs show as it cannot connect to a DBUS session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The window manager I'm running does not have support for "tray icons". How can I disable that feature?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 12:41:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5654533#M22228</guid>
      <dc:creator>umanwizard</dc:creator>
      <dc:date>2023-10-19T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Spotify for Debian Windows Issues</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5655740#M22238</link>
      <description>&lt;P&gt;&lt;SPAN&gt;umanwizard you shouldn't have to do anything if your window manager does not support tray icons. The code tests if the tray icon could be loaded, and if it couldn't, it understands that there's no support for tray icon&lt;BR /&gt;&lt;BR /&gt;But since you asked, the features is turned ON or OFF at the user's settings, with the option "Close button should minimize the Spotify window"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2023 07:24:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Desktop-Spotify-for-Debian-Windows-Issues/m-p/5655740#M22238</guid>
      <dc:creator>pgomes</dc:creator>
      <dc:date>2023-10-22T07:24:49Z</dc:date>
    </item>
  </channel>
</rss>

