Netscape - Set up .mime types to automatically open .pdf files (Acroread) and .ps files (Ghostview).
If you need help please see Kevin Cooper, or Terry Wagoner, in Systems.
- Open Navigator.
- Press Edit.
- Press Preferences.
- Press Navigator (left side of the menu)
- Press Applications (left side of the menu, below Navigator)
- You will see an applications list on the right side of the menu that contains two columns. The left column describes the application to be opened, the right side (titled Handled By), is the path to the application in Linux.
- Highlight the application in which you are interested.
For .pdf files -
- For .pdf files, highlight the "Portable Document Format Unkown: Prompt Usr" line.
- Press Edit.
- You will now see:
Description: Portable Document Format
MIMEType: Application/pdf
Suffixes: pdf
- Press the little diamond to the left of "Application."
- Enter the following path in the box to the right of "Application":
/usr/local/bin/acroread %s
- Press okay. Go back to Netscape and open a .pdf file off the web. It should automatically open the file in acroread for you.
For .ps files -
- For .ps files, highlight the "Poscript Document Unknown: Prompt Usr" line.
- Press Edit.
- You will now see:
Description: Postscript Document
MIMEType: Application/ps
Suffixes: ai, eps, ps
- Press the little diamond to the left of "Application."
- Enter the following path in the box to the right of "Application":
/usr/bin/X11/gv %s
- Press okay. Go back to Netscape and open a .ps file off the web. It should automatically open the file in ghostview for you.