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.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9