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

Audacity Bugzilla



Bug 2505 - ENH: Default Save location stuck at last used by previous installed version
ENH: Default Save location stuck at last used by previous installed version
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: Other
3.0.0
All All
: P3 Enhancement
Assigned To: Default Assignee for New Bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-07-21 07:16 UTC by Steve Daulton
Modified: 2020-08-23 10:06 UTC (History)
2 users (show)

See Also:
Steps To Reproduce:
See Description.
Release Note:
The "Save Project" location will default to "Documents" unless upgrading from a previous version of Audacity, in which case it will default to the last used location from the previously installed version. Workaround: Manually select the required location.
First Git SHA:
Group: ---
Workaround:
Closed: 2020-08-23 00:00:00
stevethefiddle: Regression+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Daulton 2020-07-21 07:16:11 UTC
In Audacity 2.4.2 and earlier, when a project is saved, an entry is added to the audacity.cfg file:

[SaveAs]
Path=<last used path>

On closing and relaunching Audacity 2.4.2 or earlier, "Save Project" defaults to "<last used path>".


In Audacity 3.0, the [SaveAs] entry is not written, but is read if present.
This is bad news for upgraders as it means that the default Save location is stuck at whatever was last used prior to upgrading.


During QA discussion about the above bug, it was agreed that it would be very desirable to:

1. Provide consistent handling of default paths for Save, Open, Import, and Export.

2. Provide an option in "Preferences > Directories" where the user may select a default directory for each of; Save, Open, Import, Export, or if preferred by the user, default to the last used directory for that action.

One example of a possible GUI that has QA support:
-----------------------------------------------
Default folders ("last used" if not specified):
File Open: [__________] [Browse]
File Save: [__________] [Browse]
Import:    [__________] [Browse]
Export:    [__________] [Browse]
-----------------------------------------------
Comment 1 Steve Daulton 2020-07-21 09:12:12 UTC
Also logged on the wiki: https://wiki.audacityteam.org/wiki/Unitary_Project_-_issue_tracking#up38