Hi!
acrobat in linux (at least opensuse) is a pain in the ass, so I’vew been using mozplugger+okular to embed pdfs in firefox, but after an update firefox has begun to use acroread for embeded pdfs. I’m trying to figure aout why but I’ve not succed.
My /etc/mozplugerrc has the following:
application/pdf:pdf:PDF file
application/x-pdf:pdf:PDF file
text/pdf:pdf:PDF file
text/x-pdf:pdf:PDF file
# ACROREAD()
# repeat noisy swallow(kpdf) fill: kpdf "$file"
# repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
repeat noisy swallow(okular) fill: okular "$file"
# repeat noisy swallow(epdfview) fill: epdfview "$file"
GV()
# repeat noisy fill exits: evince "$file"
And in the firefox settings: aplications-PDF I have
application/pdf -> use mozplugger
application/x-pdf -> use mozplugger
so, how it is possible firefox open the embeded PDF with acroread? Am I missing something?
thank you
regards