Bugzilla – Bug 1899
Enh: Windows: previously deleted folders are unnecessarily re-created on next Save
Last modified: 2019-04-04 09:15:14 UTC
When a user has saved (and optionally exported it) to named folder - and then deletes the project folder as no longer needed. Then reopens Audacity to work on a new project, tries saving that new project to a newly named folder then: a)the pathing that is offered is the previous (now deleted) project folder b)the folder for that old deleted project is unnecessarily recreated in the folder structure. a) is acceptable, but b) means that the user must the re-delete the old unwanted project folder. It would be better that Audacity checks to see if that old remembered folder no longer exits and in than case then switches to the default Documents/Audacity. This enhancement request relates to the following Forum posting: https://forum.audacityteam.org/viewtopic.php?f=20&t=100064 ================================ It is unclear as to whether it is Audacity that is doing the "remembering" and folder restoration - or whether it is Windows trying to be helpful. This does not occur on Mac where at Step 9 Audacity/Mac does not do the "remember" but instead offers the default Documents folder with a blnk project name
Obviously if the older remembered folder does remain in existence then we should continue to offer that as the default location on Save (and Export) so as mot to create a regression and inconvenience existing usage and users,
See also this recent Forum report: https://forum.audacityteam.org/viewtopic.php?f=46&t=101673
See also Bug #2007
Testing on W10 with audacity-2.3.2-alpha-211-44fde0a90fcac30db3f03c002628be0e2475a1a0 wgere it is allegedly "fixed". I think this is now worse than what we had before. Sure it doesn't recreate the folder that was deleted at Step 6 - but this now creates a different set of issues. At step 9 I now get two error messages (image to follow) with the first overlaying the second. Dismissing those two I get a different third message when I press the Save button(image to follow) - as a user expecting to save to the Documents\Audacity\Project1 folder that is apparently offered in the dialog Th user then has to move up in the folder hierarchy to Documents\Audacity and then create a new folder. Confusion abounds. I think this is far worse that the recreation of folder Project1 in Documents\Audacity
Created attachment 812 [details] First pair of error messages at Step 9 First pair of error messages at Step 9
Created attachment 813 [details] Third error message So not one - but three error messages to confuse and alarm the user
nd also now when I go to use Import > Audio I aslsoi get error messages re the Project1 folder.
DEVEL - FIX MADE https://github.com/audacity/audacity/commit/4e9b6582b661d7553e59d69432edbf85afa686c2
(In reply to James Crook from comment #8) Testing on W10 with audacity-2.3.2-alpha-212-4e9b6582b661d7553e59d69432edbf85afa686c2 I still get an error message, in fact a pair of identical messages that overlay each other - both need to be dismissed. Image to follow
Created attachment 814 [details] Error message(s) from Comment #9 testing Error message(s) from Comment #9 testing - full context showing
But if I try to Save again with no changes I still get the two messages to dismiss, but now the proffered folder is "Audacity"
Retesting on W10 with James' latest build audacity-2.3.2-alpha-213-750014d65538a68b99ff815f94bdac4c1acf2a41 At step 9 I get offered the (default) pathing Documents\Audacity And I tested that I can go ahead and Save there - or Save to a sub-folder And *no* Project1 folder gets re-created in Documents\Audacity So looks to be properly fixed