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!

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Open PDF files with a custom command in Ubuntu Linux [SOLVED]

  • 2 balas
  • 1 memiliki masalah ini
  • 2 kunjungan
  • Balasan terakhir oleh Typesetter

more options

I'm a professional typesetter and I really need to use Acrobat Reader DC on my Ubuntu 16.04 machine. I installed it via playonlinux. I call it by command line with:

playonlinux --run Adobe\ Acrobat\ Reader\ DC mypdffile.pdf

My question is: can I make Mozilla Firefox open a pdf file with Acrobat Reader installed via playonlinux? On Firefox I can choose a default reader but I'm not able to see Acrobat Reader, installed with Playonlinux (Wine), in my options. I suppose I need to pass the above command in someway.

I'm a professional typesetter and I really need to use Acrobat Reader DC on my Ubuntu 16.04 machine. I installed it via playonlinux. I call it by command line with: playonlinux --run Adobe\ Acrobat\ Reader\ DC mypdffile.pdf My question is: can I make Mozilla Firefox open a pdf file with Acrobat Reader installed via playonlinux? On Firefox I can choose a default reader but I'm not able to see Acrobat Reader, installed with Playonlinux (Wine), in my options. I suppose I need to pass the above command in someway.

Diperbarui oleh Typesetter pada

Solusi terpilih

I solved by creating a script (I named it AcrobatDC):

    #!/bin/bash
    playonlinux --run "Adobe Acrobat Reader DC" $1

Then I told Firefox to open PDF files with my script in Firefox's preferences:

Baca jawaban ini dalam konteks 👍 0

Semua Balasan (2)

more options

Hi, not sure on the command. Bit Acrobat should be in the list. Suggest uninstall and reinstall to get it to load it self into the options.

Please let us know if this solved your issue or if need further assistance.

more options

Solusi Terpilih

I solved by creating a script (I named it AcrobatDC):

    #!/bin/bash
    playonlinux --run "Adobe Acrobat Reader DC" $1

Then I told Firefox to open PDF files with my script in Firefox's preferences:

Diperbarui oleh Typesetter pada