Closed HornanKattila closed 7 months ago
same thing happening with me as well so i m now manually switching spotify theme to the system theme.
i have installed spotify and spicetify, i ran the restore_app.sh script, which from my understanding should apply a theme to spotify. but when i open spotify it's just normal spotify. when opened from terminal it says
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
(spotify:8608): Gtk-WARNING **: 22:02:19.426: Theme parsing error: gtk.css:3213:16: Unit is missing.
/proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
spotify from AUR OS: EndeavourOS
It's pretty simple, just
yay -S spicetify-cli && sudo chmod a+wr /opt/spotify && sudo chmod a+wr /opt/spotify/Apps -R
This worked for me.
@aryan-212 Thanks!
For everyone who might want to add this to the script https://gist.github.com/kRHYME7/3b9931f35e0419bba5e802913e615cdd
Should we submit a PR ?
@aryan-212 Thanks!
For everyone who might want to add this to the script https://gist.github.com/kRHYME7/3b9931f35e0419bba5e802913e615cdd
Should we submit a PR ?
yessss
Hey, how to set spotify to change according to the theme. i have to set them manually by spicetify apply.
Try to search on the Issues and discussions. So far some problems have already been solved there. Also in case nothing works try to convey to us what steps you've done.
i tried the following command but it doesn't work. sudo chmod a+wr /opt/spotify && sudo chmod a+wr /opt/spotify/Apps -R
@AzanAdnan23 what is the output if you run ~/.config/hypr/scripts/wallbashspotify.sh
in the terminal ?
By the way, it is better to fetch the latest commit.
check if spicetify config
gives
prefs_path /home/username/.config/spotify/prefs
Try this commands
spicetify backup apply || spicetify restore backup
spicetify apply
or simply
spicetify restore apply
I wanna try this and i have the latest commit ! On doing ~/.config/hypr/scripts/wallbashspotify.sh
this is the outputconfig/hypr/scripts/wallbashspotify.sh': No such file or directory
. I mean there was no scripts directory inside of hypr!
I created wallbashspotify.sh but it is dependent on hypr/scripts/globalcontrol.sh
but that shows this r/scripts/globalcontrol.sh: No such file or directory
Am I the only one who has this issue?
The Scripts directory is .local/share/bin/
i have installed spotify and spicetify, i ran the restore_app.sh script, which from my understanding should apply a theme to spotify. but when i open spotify it's just normal spotify. when opened from terminal it says
/opt/spotify/spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /opt/spotify/spotify)
(spotify:8608): Gtk-WARNING **: 22:02:19.426: Theme parsing error: gtk.css:3213:16: Unit is missing.
/proc/self/exe: /usr/lib/libcurl-gnutls.so.4: no version information available (required by /proc/self/exe)
spotify from AUR OS: EndeavourOS