KRTirtho / spotube

🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
https://spotube.krtirtho.dev/
Other
26.34k stars 1.08k forks source link

feat(linux): Use XDG_STATE_HOME to storage logs #1675

Open arenekosreal opened 2 days ago

arenekosreal commented 2 days ago

We storage logs at ~/Documents/.spotube_logs on Linux currently, this does not follow XDG specification. XDG specification is used by many modern GUI apps to storage data on Linux.