spicetify / cli

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
https://spicetify.app
GNU Lesser General Public License v2.1
18.14k stars 715 forks source link

Spotify is all black [Manjaro KDE; via flatpak] #191

Closed junio256 closed 4 years ago

junio256 commented 4 years ago

image Apparently there is no error when execute the commands to apply the theme. I've just have deleted part of colors.ini to make the theme go black {it worked perfectly on windows}, not sure if this is what is causing the error.

khanhas commented 4 years ago

Can you not use sudo to run spicetify?

quentincaffeino commented 4 years ago

Same here, tried running sudo spicetify apply. After apply it runs immediately with no problems, but if I try running spotify or spacetify restart I get the same behavior with black screen. My Spotify version is also coming from flatpak, version 1.1.26.501. I don't think this is platform dependent then.

khanhas commented 4 years ago
  1. Reinstall Spotify

  2. Run these commands:

    sudo chmod a+wr /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify
    sudo chmod a+wr -R /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/Apps
  3. Then run:

    spicetify backup apply

    Without sudo

quentincaffeino commented 4 years ago

Ok, now it doesn't return black screen anymore. Thanks