I had the same problem on Mandriva LE2005; Adobeplugin nppdf.so stopped working after installing mozplugger. Here is how I fixed it.

I edited /etc/mozpluggerrc, it had a section like

application/pdf: pdf: PDF file
application/x-pdf: pdf: PDF file
text/pdf: pdf: PDF file
text/x-pdf: pdf: PDF file
repeat swallow(documentShell) fill: acroread -geometry +9000+9000 useFrontEndProgram "$file"
       repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
repeat noisy swallow(gv) fill: gv --safer --quiet --antialias -geometry +9000+9000 "$file"

which I commented out as a whole (put '#'s at the beginning of each line)

Then I renamed the file pluginreg.dat in ~/.mozilla/firefox and started Firefox (1.0.6). Everything worked fine again, mozplugger didn't try to handle pdf files anymore, but rather let nppdf.so, the native Adobe plugin, handle them again (check about:plugins to verify that).


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to