Closed rauno56 closed 7 years ago
In some cases configuration folder might be missing a parent. This will avoid errors like:
failed to initialize config dir [/a/b/c/config]: mkdir /a/b/c/config: no such file or directory
in case b is missing for example.
I just had this problem because on my system /home/user/.config folder was missing, but default location for configuration is nested under it.
/home/user/.config
merged; thanks @Rauno56!
In some cases configuration folder might be missing a parent. This will avoid errors like:
in case b is missing for example.
I just had this problem because on my system
/home/user/.config
folder was missing, but default location for configuration is nested under it.