mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #319] Working with $XDG_CONFIG_HOME #130
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Odilhao on GitHub (Mar 2, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/319
I'm creating the flatpak release, but I only managed to make things work when the package have permission to write/read on the $HOME, it's possible to make the package first search/write if the can use the $XDG_CONFIG_HOME instead of only using the $HOME.
If we launch the spt without giving access to the $HOME, one loop of configuration starts, and we can use the program.
References:
1 - https://github.com/flathub/flathub/pull/1359/files/0c0a7cc145430973d887e3cd4d7d05f771a1d818#diff-277847b77b5614265cea0f74c9559da4
2 - https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html