Closed Bug 1626910 Opened 5 years ago Closed 3 years ago

disable /tmp/mozilla download

Categories

(Toolkit :: Downloads API, enhancement, P5)

74 Branch
enhancement

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jjb, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0

Steps to reproduce:

am downloading files
Mozilla is using /tmp/mozilla to store downloads.
I want store files to be in Downloads. ad a rule. default.

Actual results:

Mozilla is using /tmp/mozilla to store downloads. I have to change for every file the destination.
Now i cannot edit files and save, but have to change destination.

Expected results:

Mozilla should use Downloads
because now I have to change download destination every time I do download a file.

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Downloads API
Product: Firefox → Toolkit

Did you set a downloads folder in about:preferences, Downloads section?

Flags: needinfo?(mozilla)

Yes I have. set Downloads.
FF does use this tmp/moz directory when I open a file from a website and edit it. So FF does make a difference between Download a file and Open a file. I would like to always use Downloads.

Flags: needinfo?(mozilla)

yes, if you directly open a file it is downloaded into the temp folder, while if you download it it gets downloaded to either the default download folder (that you set in preferences) or it can ask for a destination every time.
There is no option to temporarily download files into the downloads folder, since opening a file directly is intended to go to a volatile destination (otherwise you would save the file and then open it). It sounds like you are looking for something like "Save and open when done"?

Flags: needinfo?(mozilla)

I'm not completely sure what's the expected outcome here. there is some discussion ongoing to directly download certain files to the downloads folder, but the approach is unclear yet, because it can easily bring to filling up the download folder with temporary files the user didn't care that much about.
The only workaround currently is to Save and then open from the downloads panel, that is not too bad, but of course not optimal if you'd like to just do it in a single click. also complicating the "download as" dialog sounds like a no go, it's already far too complex.
I'll keep this as a future enhancement investigation, it's possible some of the downloads studies going on may provide a nice solution to this problem.

Severity: normal → S4
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Flags: needinfo?(mozilla)

We've changed this in Firefox 98, so this works now.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.