Closed MelchiorGaspar closed 3 years ago
BUG?
I'm not sure.
Is the issue reproducible with Waterfox in safe mode?
Here,
about:config?filter=browser.download.lastDir.savePerSite
$ pkg info waterfox | grep Version ; date ; uname -v
Version : 56.2.1.48_1
Tue 3 Jul 2018 07:50:12 BST
FreeBSD 12.0-CURRENT #6 r335800: Sat Jun 30 03:35:14 BST 2018 root@momh167-gjp4-hpelitebook8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
https://redd.it/8at52d in the Firefox area reports that browser.download.lastDir.savePerSite
does not work.
https://dxr.mozilla.org/mozilla-central/search?q=browser.download.lastDir.savePerSite&redirect=false finds a few things, and browser.download.lastDir.savePerSite - Mozilla | MDN (updated 2018-02-05) refers to Mozilla bug 702748 - Use a pref for disabling per-site remembering of download directory.
Amongst results for https://bugzilla.mozilla.org/buglist.cgi?longdesc_type=allwordssubstr&order=Bug%20Number&query_format=advanced&longdesc=browser.download.lastDir.savePerSite, Mozilla bug 1043629 - firefox does not remember the default download folder, it changes it randomly b/w the current selected one and the ones used in past. mentions browser.download.lastDir.savePerSite
in a way that makes me assume that it is not deprecated, so I wonder why there's no preference here (on FreeBSD).
@grahamperrin
Well it use to work just fine...
idk if it works better in safemode.... its not tied to addons so...
Also I do not see a [ .sqlite-shm ] or [ .sqlite-wal ] for the content-prefs.sqlite file....
Im 100% sure that this doesnt work on firefox either or some other pref might subdue it , i rewrote the "save file to" addon and came to this pref which was still in the addon code but didnt work and threw exceptions
it seems to be working for me for Firefox v62.... but I copied an old version of the content-prefs.sqlite file from backup to both my Firefox and Waterfox profiles... it seems to be working again... for now... but something is breaking it after a while...
BUG?
Not reproducible with Waterfox 56.2.3 on FreeBSD-CURRENT.
- make sure browser.download.lastDir.savePerSite;true is enabled/TRUE
Per-site is effective with a new profile; without that preference.
For some reason its not working in in Waterfox for me... I switched back to Firefox for testing and its working fine in FF v63.0.3
I see its still not fixed.... :-(
@MrAlex94 were you able to identify and fix the issue? it some times doesn't work right.. happens in the current Firefox too...
Unfortunately it's a bug that Mozilla will have to resolve.
Unfortunately it's a bug that Mozilla will have to resolve.
ok...
Describe the bug browser.download.lastDir.savePerSite;true does not appear to be working right...
To Reproduce 1) make sure browser.download.lastDir.savePerSite;true is enabled/TRUE 2) trying downloading from a few different sites to different directories.. 3) go back and try to download from those sites again and see if it opens to correct download directory... instead of the last used one..
Expected behavior should recall download locations per site...
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context My thoughts.... the db file content-prefs.sqlite is being corrupted? how, I don't know...