this post was submitted on 20 Dec 2023
291 points (98.0% liked)

Firefox

18215 readers
27 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
 

Hey guys

Today I got so annyed by firefox's default behaviour of downloading each and every PDF file to my disk that I went searching for a solution until I had the problem fixed. And it seems like I have finally found it. I have linked the solution but here is the fix in short:

  1. go to about:config
  2. change browser.download.open_pdf_attachments_inline to true

Thank you jscher2000 for the solution!


cross-posted from: https://lemmy.world/post/9785046

all 29 comments
sorted by: hot top controversial new old
[–] ominouslemon@lemm.ee 50 points 1 year ago (1 children)

THANK YOU. This behavior has been bothering me since it was introduced but I thought there was no solution

[–] assa123@lemmy.world 6 points 1 year ago (1 children)

After watching other comments I wonder why some people don't get that this was a bug or at the very least, undocumented behavior outside of the Settings GUI. I had to deal many times with file (4).pdf on my Downloads dir. A BIG thank you, OP.

[–] ominouslemon@lemm.ee 4 points 1 year ago

Yeah, it's the classic "works for me" problem

[–] Moonrise2473@feddit.it 11 points 1 year ago (2 children)

It does not fix the bug, i want to save in tmp & use external application like it did until last year

I don't want to have the same behaviour of chromium browsers, otherwise i would use chromium browsers.

Luckily microsoft updated ms edge on linux to save on tmp the files that you want to open, but you don't want to save. It's the only browser left that does that with a simple check in settings and doesn't require big workarounds. Used to be only firefox to do this... pity

[–] oktoberpaard@feddit.nl 5 points 1 year ago* (last edited 1 year ago)

That sounds like browser.download.start_downloads_in_tmp_dir combined with “open with…”. That setting should download to tmp whenever you open it directly in an application. The other setting (browser.download.open_pdf_attachments_inline) should only be enabled if you want to open PDFs in the browser without downloading them.

[–] PropaGandalf@lemmy.world 2 points 1 year ago (1 children)

Can't you change that in the folder settings? Changing it to a temp folder?

[–] Moonrise2473@feddit.it 1 points 1 year ago

But then when I want to save and keep the file, i have to browse to the real downloads directory

[–] QuazarOmega@lemy.lol 11 points 1 year ago* (last edited 1 year ago)

Good on you for sharing! This behavior has been so infuriating to me

[–] nlm 6 points 1 year ago

Wish that worked on the android version as well :(

[–] scytale@lemm.ee 6 points 1 year ago

Nice! Thanks for the tip!

[–] juli@programming.dev 6 points 1 year ago* (last edited 1 year ago)

Iirc, I had to set that firefox doesn't open everything in the browser but downloads the pdfs to disk. It was in the settings.

I really didn't get the idea why I had to save pdfs manually. To me, it feels weird to not save pdfs automatically but I understand you if you rarely safe a pdf.

[–] FeelzGoodMan420@eviltoast.org 3 points 1 year ago* (last edited 1 year ago)

You can specify where you want the temp download folder to be fyi. It's in the normal settings. Just make a folder in like C:/firefox temp files and have it dump all that shit in there.

[–] eager_eagle@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (2 children)

Even with browser.download.open_pdf_attachments_inline set to false (default), Firefox already opens PDFs instead of downloading them, thanks to this setting:

For what use cases is that needed?

[–] ominouslemon@lemm.ee 4 points 1 year ago

That option did not work for me

[–] PropaGandalf@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (1 children)

For me it still downloads and then opens it in firefox. In the description it clearly says: Choose how Firefox handles the files you download from the web (...). And I don't want it to download the file to my disk in the first place just store it in chache like a regular website.

[–] eager_eagle@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

it doesn't download them for me, unless I explicitly save the PDF that opens

like this example.

(akhtually it'll always download in order to open it, I just mean it doesn't create a PDF in the downloads directory)

[–] PropaGandalf@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

Which firefox version are you on? I'm on 122.0b1 (flatpak beta) and changing these settings just defines what happens after I download the file. Also my download folder is set to ~/Downloads

[–] eager_eagle@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

121.0 stable, .deb from Firefox's ppa

interesting

[–] PropaGandalf@lemmy.world 1 points 1 year ago (1 children)

Wait do you download the files to you /tmp dir? Or do you store the files in the browser cache?

[–] eager_eagle@lemmy.world 3 points 1 year ago

my downloads dir is ~/downloads/ but Firefox doesn't create a file there, so it must use a temp location for the PDF that opens.