Bugzilla – Bug 2201
Enh: Audacity does not follow the XDG Base Directory Specification
Last modified: 2019-08-20 11:40:51 UTC
freedesktop.org provide specifications for how desktops should locate files, such as config files or application data files. https://specifications.freedesktop.org/basedir-spec/latest/ Audacity does not conform to this specification, but uses hard coded paths to "dot files" (namely .audacity-data and .audacity-files) directly in the user's $HOME directory. This practice is now considered "legacy" and Desktop applications are encouraged to at least provide an option for XDG Base Directory compliance. Additional information: https://wiki.archlinux.org/index.php/XDG_Base_Directory#Support