Chinaunix首页 | 论坛 | 博客
  • 博客访问: 147074
  • 博文数量: 26
  • 博客积分: 385
  • 博客等级: 一等列兵
  • 技术积分: 257
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-03 00:46
文章分类

全部博文(26)

文章存档

2015年(1)

2014年(10)

2012年(5)

2011年(10)

我的朋友

分类: LINUX

2014-01-13 23:16:38


Make PDF Studio default application to open PDFs

posted Nov 4, 2010, 8:49 AM by Leila Holmann   [ updated Sep 19, 2013, 4:44 AM by Karen Steimle ]
Q: How do I make PDF Studio my default PDF viewer application in such a way that PDF files always open with PDF Studio when double-click on them?

A: Depending on your operating system, follow the steps below to change the default file association to point to PDF Studio application for PDF files:

Windows
  1. Right-click on a PDF file.
  2. In the mouse menu, choose "Open With".
  3. Choose "Choose default program..." in the sub-menu (last entry).
  4. A dialog opens.
  5. Select PDF Studio in the Recommended Programs list or Click "Browse" to navigate PDF Studio (C:\Program Files\PDFStudio\pdfstudio.exe) if PDF Studio is not showing in the list.
  6. Check the box "Always use the selected program to open this kind of file"
  7. Click OK to close the dialog.

Mac:
  1. In Finder, select any PDF file. 
  2. Go to "File" and "Get Info" in the Mac OS X menu bar.
  3. Expand the "Open With" section and you will see a drop-down list with the current default selected
  4. Click on the drop-down list and select PDF Studio.
  5. Click "Change All" and then "Continue".


Linux (Ubuntu):

  1. Right-click on a PDF File.
  2. Select "Properties".
  3. Go to the tab "Open With" and choose PDF Studio 8.
If PDF Studio 8 does not show up in the list, open a Terminal window and follow the steps below.
  • cd ~/.local/share/applications
  • gedit  pdfstudio.desktop (this will open the file in gedit). Depending on the installer you used the file may be called pdfstudio8-x.desktop with a version number.
  • Look for the line that starts with "Exec=" and add %f at the end of the line.

    For instance if the line reads:
    Exec=/bin/sh "/home/john/pdfstudio8/pdfstudio8"
    Change it to:
    Exec=/bin/sh "/home/john/pdfstudio8/pdfstudio8" %f

  • Save the file
  • After that, PDF Studio 8 should show as an option under "Open With" in step 3) above.
If the above steps do not work, try the steps in this .
阅读(1369) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~