본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Can't set PDF to open automatically with a bash script

  • 1 답장
  • 1 이 문제를 만남
  • 36 보기
  • 최종 답변자: jbrevell

more options

We have a cloud system that allows us to open labels as a PDF. I have a bash script that examines the PDF and sends it to the correct printer. The PDF is sent after a button is pressed in a form with target="_blank"

I have therefore set PDFs to open with this bash script in Preferences > Applications

However, every time I press the button to generate the PDF I get a dialogue dox asking "What should Firefox do with this file". The bash script is selected by default and all I have to do is press OK, but even though "do this automatically" is checked, I get the confirmation box every time.

I would like the script to be opened automatically without the dialogue box appearing- how can I do this? The headers the cloud server sends are:

< HTTP/1.1 200 200

< Date: Mon, 17 Sep 2018 09:57:26 GMT

< Server: Apache/2.4.18 (Ubuntu)

< Strict-Transport-Security: max-age=63072000; includeSubdomains

< X-Frame-Options: DENY

< X-Content-Type-Options: nosniff

< Content-Disposition: attachment; filename=DispensaryLabel-95390-1537178247028.pdf

< Cache-Control: no-cache

< Pragma: no-cache

< Content-Encoding: gzip

< Content-Length: 1465

< Keep-Alive: timeout=5, max=100

< Connection: Keep-Alive

< Content-Type: application/pdf


Using Firefox Quantum 62.0 64 bit on Ubuntu 18.04

We have a cloud system that allows us to open labels as a PDF. I have a bash script that examines the PDF and sends it to the correct printer. The PDF is sent after a button is pressed in a form with target="_blank" I have therefore set PDFs to open with this bash script in Preferences > Applications However, every time I press the button to generate the PDF I get a dialogue dox asking "What should Firefox do with this file". The bash script is selected by default and all I have to do is press OK, but even though "do this automatically" is checked, I get the confirmation box every time. I would like the script to be opened automatically without the dialogue box appearing- how can I do this? The headers the cloud server sends are: < HTTP/1.1 200 200 < Date: Mon, 17 Sep 2018 09:57:26 GMT < Server: Apache/2.4.18 (Ubuntu) < Strict-Transport-Security: max-age=63072000; includeSubdomains < X-Frame-Options: DENY < X-Content-Type-Options: nosniff < Content-Disposition: attachment; filename=DispensaryLabel-95390-1537178247028.pdf < Cache-Control: no-cache < Pragma: no-cache < Content-Encoding: gzip < Content-Length: 1465 < Keep-Alive: timeout=5, max=100 < Connection: Keep-Alive < Content-Type: application/pdf Using Firefox Quantum 62.0 64 bit on Ubuntu 18.04

글쓴이 jbrevell 수정일시

모든 댓글 (1)

more options

If I alter content-disposition to inline it works fine