You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in a config directory being created under ~/.config, instead of the correct location, ~/etc.
If there is a text file named ~/.config/beets, beet crashes with the following error message:
error: database file /home/username/.config/beets/library.db cannot not be opened: unable to open database file
(Also, library.db should probably be in a different base directory, but that is a separate issue).
Setup
OS: OpenBSD 7.6 and NixOS 24.05 (but should be reproducible on any Unix-like system)
Python version: 3.11.9
beets version: 1.6.0
Turning off plugins made problem go away (yes/no): no
Problem
Running
beet
withXDG_CONFIG_HOME
set:results in a config directory being created under
~/.config
, instead of the correct location,~/etc
.If there is a text file named
~/.config/beets
,beet
crashes with the following error message:(Also,
library.db
should probably be in a different base directory, but that is a separate issue).Setup
This may actually be a bug in confuse rather than in beets. Beet seems to work correctly with a patched confuse.
The text was updated successfully, but these errors were encountered: