Package: mozplugger Version: 1.7.1-1 Followup-For: Bug #303188
HI all!
According to the mozplug website this problem is solved with 1.7.2:
April 16, 2005 Released MozPlugger 1.7.2. It adds support for Acrobat Reader 7 and Evince, and fixes the bug that obscured parts of embedded windows when increasing the size of the browser.
Hi,
Since MozPlugger 1.7.2 is not yet in Sid, and Sarge is now in frozen state, I doubt MozPlugger 1.7.2 will ever go in Sarge. Maybe a slightly patched version of 1.7.1 would have better chances ?
For this reason, I have borrowed from /etc/mozpluggerrc of the 1.7.2 version the lines that are required to fix this bug. See the patch in attachment.
BTW, to answer to Itai, xpdf (3.00-13) seems to work like a charm with MozPlugger 1.7.1-1
Regards,
Xavier
--- etc.orig/mozpluggerrc 2005-05-06 19:55:00.000000000 +0200 +++ etc/mozpluggerrc 2005-05-06 19:57:23.000000000 +0200 @@ -57,6 +57,16 @@ swallow(OpenOffice) fill: ooffice -nologo $1 "$file" swallow(OpenOffice) fill: soffice -nologo $1 "$file"]) +### Acrobat Reader + +define(ACROREAD_OPTS,[-geometry +9000+9000 -tempFileTitle acroread]) +define(ACROREAD_FLAGS,[repeat swallow(acroread) fill]) +ifelse(esyscmd([acroread -helpall | grep openInNewWindow]),[],[ + define(ACROREAD,[ACROREAD_FLAGS(): acroread ACROREAD_OPTS() +useFrontEndProgram "$file"]) +],[ + define(ACROREAD,[ACROREAD_FLAGS(): acroread ACROREAD_OPTS() -openInNewWindow "$file"]) +]) + ################### ### Video ### @@ -224,7 +234,7 @@ 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" + ACROREAD() repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file" repeat noisy swallow(gv) fill: gv --safer --quiet --antialias -geometry +9000+9000 "$file"