-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak: GLIBC version error #24
Comments
As noted in the readme, this might not work with the Flatpak Spotify version depending on your system's libraries. This is one such case. The glibc version on the system where you compiled the adblocker is incompatible with the one that comes with the Flatpak package. A workaround would be compiling on a different system that has the same glibc version as the Flatpak package. Or you could try the prebuilt binary from the releases page (just replace |
Yeah I noticed that but wanted to give it a shot anyway, also wanted to give you the error in case you'd need it for something Thanks I will try that :) |
When trying to use
$ flatpak run --command=sh com.spotify.Client -c 'eval "$(sed s#LD_PRELOAD=#LD_PRELOAD=$HOME/.spotify-adblock/spotify-adblock.so:#g /app/bin/spotify)"'
The text was updated successfully, but these errors were encountered: