-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use xdg_config_home on unix instead of hard-coded path #167
Conversation
Is this not already being handled here? Lines 133 to 145 in d1fa1ad
Lines 168 to 171 in d1fa1ad
|
Doing some more digging, $ XDG_CONFIG_HOME=/tmp/test python3 -c "import confuse; print(confuse.config_dirs())"
['/home/jack/.config', '/tmp/test', '/etc'] The issue is that Lines 563 to 571 in 5001e18
The docstring for Lines 148 to 155 in d1fa1ad
It feels like we should maybe re-order
And continue using the first item as the default. From the XDG specification, it sounds like we shouldn't create configs in |
Alright, I'll write a new patch that just changes the order. |
This should fix a bug where
XDG_CONFIG_HOME
is ignored by beet.