Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 2201 - Enh: Audacity does not follow the XDG Base Directory Specification
Enh: Audacity does not follow the XDG Base Directory Specification
Status: NEW
Product: Audacity
Classification: Unclassified
Component: Application Core
unspecified
Per OS Linux
: P4 Enhancement
Assigned To: Default Assignee for New Bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-08-18 17:58 UTC by Steve Daulton
Modified: 2019-08-20 11:40 UTC (History)
1 user (show)

See Also:
Steps To Reproduce:
See Description.
Release Note:
First Git SHA:
Group: ---
Workaround:
Closed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Daulton 2019-08-18 17:58:22 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