Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

firefox browser.download.lastDir.savePerSite doesn't work anymore

  • 4 válasz
  • 1 embernek van ilyen problémája
  • 2 megtekintés
  • Utolsó üzenet ettől: cor-el

more options

In the passed versions, Firefox could show me the last save directory for a site when I download files.. Since I upgraded to the latest version (57.0). I can't find anymore this behavior. I found somewhere that I can add or modify this entry (browser.download.lastDir.savePerSite) in about:config and put its value to "true". But this didn't work for me.

Is this feature not anymore available in Firefox ? Or am I missing something ?

In the passed versions, Firefox could show me the last save directory for a site when I download files.. Since I upgraded to the latest version (57.0). I can't find anymore this behavior. I found somewhere that I can add or modify this entry (browser.download.lastDir.savePerSite) in about:config and put its value to "true". But this didn't work for me. Is this feature not anymore available in Firefox ? Or am I missing something ?

Összes válasz (4)

more options

warsic said

Is this feature not anymore available in Firefox ? Or am I missing something ?
Check "browser.download.*" config variables, maybe it's just not turned on (55 did break this so that per-site last directory was always on https://bugzilla.mozilla.org/show_bug.cgi?id=1391192 ).

Módosította: TBeholder,

more options

Thanks for your answer.

browser.download.lastDir.savePerSite entry actually did not exist in config variables. I created it and set it to "true". But it is still ignored. I have the latest version I downloaded a week ago.

Módosította: warsic,

more options

I have multiple versions of Firefox installed, each with their own unique Profile to keep them totally separate from each other.

https://bugzilla.mozilla.org/show_bug.cgi?id=1391192 is worthless as the issue there was a pref that was related to an Add-on > Extension, which is why it was closed as RESOLVED INVALID .

browser.download.lastDir.savePerSite is present in Firefox 56.0.2 and is missing in Firefox 57.

No mention of it being removed or deprecated as of a certain version number. https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/browser.download.lastDir.savePerSite The Bug requesting that pref be added to Firefox with a target of Firefox 11. https://bugzilla.mozilla.org/show_bug.cgi?id=702748

browser.download.lastDir.savePerSite may have disappeared with a new Downloads API. Just speculation on my part, though. But that 'guess' might be valid due to creating that pref and it not working due to the code supporting that pref not being present. I have tried creating a couple other prefs, that didn't work either, so that doesn't surprise me.

more options

See the starting comment in the Firefox source code on DXR.