Just a heads up, Spotify Client isn't initializing properly in Linux Mint 22.
I ran in the terminal with logging to show any messages, with the log below:
sinista@mini:~$ spotify --show-console
[0731/154444.674222:WARNING:main_runner.cc(261)] Alloy bootstrap is deprecated and will be removed in ~M127. See https://github.com/chromiumembedded/cef/issues/3685
03:44:44.843 E [f:22 ] TCPServer: Failed to create port checker
03:44:44.850 I [f:229 ] Starting step: core_init
03:44:44.850 I [f:159 ] Access allowance changed from online: 0 stream: 0, sync: 0, persistent conn: 0 to online: 1 stream: 1, sync: 0, persistent conn: 1
03:44:44.850 I [f:77 ] Connectivity policy is initially allow_all
03:44:44.850 I [f:79 ] Connection type is initially unknown
03:44:44.850 I [f:96 ] Enabling all persistent connections
03:44:44.850 I [f:139 ] Open storage index header at /home/sinista/.cache/spotify/Storage/index.dat
03:44:44.850 I [f:30 ] Created or reset storage index at /home/sinista/.cache/spotify/Storage (this most likely means new install)
03:44:44.850 I [f:271 ] NmNetworkNotifier is not aware of running NetworkManager (yet), assume 'ethernet'
03:44:44.851 I [f:248 ] Ending step: core_init
03:44:44.851 E [f:1399 ] Failed to set default autostart mode!
03:44:44.871 I [f:229 ] Starting step: cef_context_init
03:44:44.874 I [f:134 ] D-Bus name 'org.freedesktop.NetworkManager' exists on the system bus
03:44:44.876 I [f:139 ] Notify subscribers on NetworkManager detection (current state is 'NM_STATE_CONNECTED_GLOBAL')
03:44:44.876 I [f:190 ] Successfully connected to 'org.freedesktop.NetworkManager'
03:44:44.878 I [f:229 ] Starting step: main_view_init
03:44:44.878 I [f:248 ] Ending step: cef_context_init
^Z
Process spawns many other subprocesses, but the main process doesn't respond to Ctrl-C, needs to be kill -9'd to close.
I notice there were a few updates to the repo recently, so I assume there are bugfixes going on. Just adding this log in case it's useful to the devs.
I'm on an Intel N100 with a relatively clean Mint 22 install - and all my other media/audio stuff works fine. I can still use the web page, so it's not stopping me enjoying tunes, but just reporting in case it hasn't been, or no one else provided a log. Happy to run other tests if required.