Paths out of date
thrien opened this issue · 0 comments
thrien commented
The paths in the README wouldn't work for me.
libcurl.so.3
doesn't exist because i have a newer version (libcurl.so.4
). Since there is a symlink called libcurl.so
to it i just use that so i don't run into problems when a new update comes along.
Also my spotify binary is placed in /opt/spotify/spotify
not /usr/share/spotify/spotify
. I found it using the following command
$ file $(which spotify)
/usr/bin/spotify: symbolic link to /opt/spotify/spotify
I hope that's helpful.