Package Details: spotify 1:1.2.52.442-1

Git Clone URL: https://aur.archlinux.org/spotify.git (read-only, click to copy)
Package Base: spotify
Description: A proprietary music streaming service
Upstream URL: https://www.spotify.com
Licenses: custom
Submitter: Foxboron
Maintainer: gromit (Antiz)
Last Packager: gromit
Votes: 185
Popularity: 10.41
First Submitted: 2023-02-09 22:51 (UTC)
Last Updated: 2024-12-16 11:48 (UTC)

Pinned Comments

gromit commented on 2024-01-24 14:22 (UTC) (edited on 2024-02-22 23:00 (UTC) by gromit)

Please make sure to import the correct GPG key first:

$ curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg  | gpg --import -

And always build in a clean chroot. It is as easy as:

pacman -S devtools
git clone https://aur.archlinux.org/spotify.git
cd spotify
pkgctl build
pacman -U <path-to-spotify-package>

It is expected that the package will break now and then, as spotify continuously changes download binaries, gpg keys etc (which is not appropriate, but we cannot change this). Please be patient if an update does not occur the next day, you can still use an existing spotify install or update the version yourself.

Antiz commented on 2023-09-13 13:21 (UTC)

@lightofpast Just pushed v1:1.2.20.1210-2 that now allows you to set custom launch flags in a spotify-flags.conf file under $XDG_CONFIG_HOME or ~/.config :)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

gromit commented on 2023-08-08 11:58 (UTC)

@phuhl, I think the easiest you could do is to see if this problem is local to your user account or generally your system (i.e. create a new user and start spotify there).

phuhl commented on 2023-08-08 11:50 (UTC) (edited on 2023-08-08 11:55 (UTC) by phuhl)

@gromit Interesting, no for me that is all the output, then nothing happens. Any other output I can provide?

EDIT: nothing happens = spotify executable quits, no window was ever opened

gromit commented on 2023-08-08 11:47 (UTC)

@phuhl, works fine for me although there seems to be some cli output:

spotify                                                                                                                                                                                134 ↵
spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
/proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)

But afterwards spotify starts and works fine ... Do you get more output?

phuhl commented on 2023-08-08 11:43 (UTC)

Seems there is a new version of libcurl-gnutls that is not compatible and prevents spotify from starting:

$ spotify
spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)

Powersource commented on 2023-07-20 10:26 (UTC)

It was crashing on launch for me with

[0720/122312.041162:FATAL:gpu_data_manager_impl_private.cc(440)] GPU process isn't usable. Goodbye.
140540725722272:error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED:../../third_party/boringssl/src/ssl/handshake.cc:393:
zsh: trace trap (core dumped)  spotify

I had to launch it with this instead

% spotify --no-zygote

HrithikMj commented on 2023-07-05 16:27 (UTC)

removing the whole Spotify folder under /opt directory solved the black screen issue for me after the update

gromit commented on 2023-06-28 11:28 (UTC)

Uh interesting! I also sometimes have it but it is mostly fixed by a restart so far :)

figue commented on 2023-06-28 09:38 (UTC)

I have to delete my cache to use the new version (UI was black):

rm -rf ~/.cache/spotify

Antiz commented on 2023-06-20 13:46 (UTC)

@MarsSeed I personally don't recommend using web.archive.org.
Apart from being considerably slower, I don't think downloading sources anywhere else than the official ones is a good solution. That sounds like a workaround to "patch" the fact that the package isn't actively maintained.
We are working on fixing the latter part instead ;)