-
-
Notifications
You must be signed in to change notification settings - Fork 770
Spicetify breaks on multi user systems sharing the same spotify installation (/opt/spotify/Apps) #3356
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
Comments
Please install spotify per-user then, and not system-wide. This is not something we should manage in our code. |
Can't spicetify manage it by not changing the permissions of /opt/spotify/Apps? Why does it do that? |
you can chmod/change perms manually to |
That indeed works. I don't see why spicetify currently sets it 700 when applying, though? Why not 750, so that it can at least be read by other users of the same group? I'd rather not manage Spotify on a per-user basis, I like doing everything through my system package manager. |
To be honest, I don't know. khanhas must have made it this way for some reason or another. |
we could change it to 750 ig? |
Do you mind if I make a PR where I change all these to 750? |
feel free |
Actually to make |
ummm, yeah well, you would need to check for folder name then i guess because we set |
🔍 Have you checked Spicetify.app page for your issue?
🔍 Is there already an issue for your problem?
ℹ Environment / Computer Info
📝 Description
I have 2 users: one for work and one personal user. My work user is also in my personal user's group, so it has access to all group-accessible files.
I have followed the wiki's instructions to set the correct permissons in
/opt/spotify/Apps
, but these seem to get overwritten to700
by spicetify at some point? This causes spicetify commands to not work for user 1 if I ran them before on user 2. Spotify also launches with a blank screen for the other user, I assume because it doesn't have access to the Apps folder.How do other people manage this kind of setup? I'd like to be able to share the same config between both users without having to run any spicetify commands every time I login to the other user.
After running
spicetify backup apply
with user 1:The text was updated successfully, but these errors were encountered: