Commit 789901
2026-04-26 10:32:15 Jannik Eckhardt: -/-| /dev/null .. manndb/spotify own script.md | |
| @@ 0,0 1,12 @@ | |
| + | # Spotify Own Script |
| + | |
| + | Flatpak updates setzen die Perms zurück. |
| + | |
| + | ```sh |
| + | #!/bin/sh |
| + | 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 |
| + | echo All your spotify are belonging to us! |
| + | ``` |
| + | |
| + | jetzt kann `spicetify backup apply` wieder ausgeführt werden. |