Compliance with XDG specifications on UNIX systems#2616
Compliance with XDG specifications on UNIX systems#2616mochaaP wants to merge 1 commit intopraat:masterfrom
Conversation
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
|
Would be nice to get this in. I imagine it hasn't been merged because it's a breaking change - could melder_files.cpp be made to check for an existing ~/.praat_dir before creating the preferences directory in the new location? |
|
Mmm, none of the 11 Linuxes that I tried have the |
|
$HOME/.config is indeed the default for $XDG_CONFIG_HOME, but the variable can be changed. I wouldn't recommend hardcoding it in the new location either, but maybe look at what other C++ applications do. |
|
The XDG Base Directory Specification suggests that
(For Windows, from Vista onward, |
Notice: this is a breaking change. Users need to move their files from
.praat-dirto.config/praat.