You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use this adblock on Flatpak since I am using Manjaro. All the steps were smooth but the final running script doesn't work.
I used this:
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)"'
and I got the output as:
/app/extra/bin/spotify: /app/lib/libcurl-gnutls.so.4: no version information available (required by /app/extra/bin/spotify)
/app/extra/bin/spotify: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/user/.spotify-adblock/spotify-adblock.so)
I tried looking up for both of these errors but wasn't able to find a working solution
The text was updated successfully, but these errors were encountered:
Edit: Why would you need to use Flatpak just because you're on Manjaro? Couldn't you install Spotify from the AUR? You can even install this adblocker directly from the AUR (spotify-adblock / spotify-adblock-git).
Oh, I never thought of using the AUR packages. I'm somewhat new to Linux. But thanks for the help! Also, I apologise for wasting your time with my stupidity.
I was trying to use this adblock on Flatpak since I am using Manjaro. All the steps were smooth but the final running script doesn't work.
I used this:
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)"'
and I got the output as:
I tried looking up for both of these errors but wasn't able to find a working solution
The text was updated successfully, but these errors were encountered: