@lrmb I'm having the same issue.
Also, when I start spotify I can't close it, and it's using a lot of CPU.
(Using pkill, kill, killall didn't work, I had to send it SIGSEGV to make it stop)
I am on X11 btw.
I have tried opening it on KDE (X11) and DWM, and it happens on both.
EDIT: It turns out it didn't work because DBUS_SESSION_BUS_ADDRESS was set to /dev/null Setting it to something like: unix:path=/run/user/1000/bus Fixed it in my case. I did this by placing these two lines in my startx script: export XDG_RUNTIME_DIR="/run/user/$UID" export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
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:
And always build in a clean chroot. It is as easy as:
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 aspotify-flags.conf
file under$XDG_CONFIG_HOME
or~/.config
:)