3

I checked about:config, but I didn't find anything related to the temporary folder.

By default, when you choose to open a file instead of save it, it would download the file to `/tmp', and open it when completed, now I'd like to pick another location.

Already tried to add browser.cache.disk.parent_directory, but that doesn't seem to work for 16.0.2

8
  • Hello warl0ck, Did you use the string "browser.cache.disk.parent_directory"..? in the about:config Commented Nov 16, 2012 at 1:55
  • @CrazyBuddy Hmm, I don't have that entry, only some "size" or "enable" stuff
    – daisy
    Commented Nov 16, 2012 at 2:05
  • @CrazyBuddy let me see if it works by creating one
    – daisy
    Commented Nov 16, 2012 at 2:06
  • Yes, it works if you create a new string... Commented Nov 16, 2012 at 2:06
  • 1
    Have you checked whether the string "browser.cache.disk.enable" is true? Commented Nov 16, 2012 at 2:10

1 Answer 1

1

Create a new preference browser.cache.disk.parent_directory in about:config and use the value <Location> indicating the location you required. Then, make sure that you've toggled the browser.cache.disk.enable to TRUE value.

Hope that helps...

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .