mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #959] Incorrect default location for config file when using snap #418
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#418
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 @MNolan147 on GitHub (Mar 8, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/959
I created a config file in the location "~/snap/spt/current/.config/spotify-tui/config.yml" which is stated to be the default location for snap installations. I tried to start the program by running the command "spt" but, it said "~/snap/spt/current/.config/spotify-tui/config.yml". When running the command "spt --config '/snap/spt/current/.config/spotify-tui/config.yml'" it worked fine.
Does the default directory need to be changed for snap installations?
@DJTai commented on GitHub (Jun 7, 2022):
@MNolan147 - did the
client.ymland.spotify_token_cache.jsonget generated to that location? I tested a snap install on another machine & those files got auto-generated for me which makes me think the default location is fine.I also copied the example config to the
~/snap/spt/current/.config/spotify-tuidirectory & verified it worked.Any other info you could provide that may be helpful?