[http://www.gnome.org/projects/evince/ Evince] is a GTK+ PDF and PS viewer. Using [http://mozplugger.mozdev.org/ mozplugger] you can embed it into Mozilla and/or Firefox.
First make sure you have Evince and mozplugger installed, otherwise install with:
sudo apt-get install evince mozplugger
Now edit /etc/mozpluggerrc.
sudo gedit /etc/mozpluggerrc
Look for these lines:
application/pdf: pdf: PDF file application/x-pdf: pdf: PDF file text/pdf: pdf: PDF file text/x-pdf: pdf: PDF file
and these lines:
application/x-postscript: ps: PostScript file application/postscript: ps: PostScript file
then add the following line beloew them:
repeat noisy swallow(evince) fill: evince "$file"
Example:
application/pdf: pdf: PDF file application/x-pdf: pdf: PDF file text/pdf: pdf: PDF file text/x-pdf: pdf: PDF file repeat noisy swallow(evince) fill: evince "$file" repeat swallow(acrobatreader) fill: acroread -geometry +9000+9000 +useFrontEndProgram -tempFileTitle acrobatreader "$file" repeat noisy swallow(win) fill: xpdf -g +9000+9000 "$file" repeat noisy swallow(gv) fill: gv -safer -quiet -antialias -geometry +9000+9000 "$file" application/x-postscript: ps: PostScript file application/postscript: ps: PostScript file repeat noisy swallow(evince) fill: evince "$file" repeat noisy swallow(gv) fill: gv -safer -quiet -antialias -geometry +9000+9000 "$file" repeat swallow(Pageview) fill: pageview "$file"
Troubleshooting
Check if [http://mozplugger.mozdev.org/ MozPlugger] is correctly installed in Firefox. Type about:plugins as address in Firefox. It shows a list of all installed plugins and [http://mozplugger.mozdev.org/ MozPlugger] 1.6.0 must be there with a list of extensions.
If that's not the case: Remove the automatic action for PDF files in Firefox: Edit -> Preferences -> Downloads
Remove also potential pdf plugin(s): Edit -> Preferences -> Download, then click on the plugins button and disable the pdf extension
You need also to remove the plugins:
Close Firefox
The plugins are in that directory /usr/lib/mozilla-firefox/plugins/.
then
rm ~/.mozilla/firefox/pluginreg.dat
Finally reinstall MozPlugger
Now you should see the Plugin correctly installed with about:plugins.
Credits: [http://ubuntuforums.org/showthread.php?t=25685&page=1&pp=10 Saik0] & [http://nawer.sanspub.org/dotclear/index.php?2005/07/29/75-evince-mozplugger-et-firefox-ou-le-pdf-rapide BlogRabais]
You can get a Chinese translation of this article [http://wiki.ubuntu.org.cn/EvinceMozilla here].