Nuzair46 / SpotX-Linux

Spotify Ad blocker based on SpotX for Linux
MIT License
760 stars 33 forks source link

Spotify from Pop!_Shop does not work with SpotX-Linux. #7

Closed slash1div closed 1 year ago

slash1div commented 1 year ago

image Shows this error message. Let me know if you have any alternative downloads for Spotify or a potential fix.

jetfir3 commented 1 year ago

@slash1div updated and edited after a bit more reading it seems Pop! Shop may be using the flatpak installation. Therefore you can manually set the path to Spotify directory using the instructions further below after finding the Spotify installation directory using flatpak --installations

Additional search methods have been merged to main. Installations using apt, AUR and flatpak should hopefully now be auto-detected in most situations using the standard command shown in the readme.

For cases where Spotify directory is still not detected automatically, the user can manually set their directory path using -P.

example using -P flag:

bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -P "/usr/share/spotify"
jetfir3 commented 1 year ago

Issue fixed. Closing -- see previous message for details.