Open matthiasbeyer opened 8 years ago
You can run ncmpcpp with --ignore-config-errors to well, ignore these errors ;)
@arybczak I've looked into the code and it's looks like it's supposed to be like that. It doesn't override settings, it just throws an exception. --ignore-config-errors
indeed ignores that error. I'd love to contribute a little to the project, just tell what should it act like.
I had
~/.ncmpcpp
linked to~/config/ncmpcpp/
and~/.config
(which is$XDG_CONFIG_HOME
per default) linked to~/config
.This results in
ncmpcpp
crashing since version 0.7:A simple solution would be to override options by the latter file loaded (and maybe print a warning that cfg-file 1 overrides cfg-file 2), AFAICS.