搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 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.

由Typesetter于修改

被采纳的解决方案

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:

定位到答案原位置 👍 0

所有回复 (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

选择的解决方案

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:

由Typesetter于修改