Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20240 - plugger fails to use xpdf
Summary: plugger fails to use xpdf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL: http://fredrik.hubbe.net/plugger/test...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-30 17:05 UTC by Preston Crow
Modified: 2004-10-31 08:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Preston Crow 2003-04-30 17:05:02 UTC
net-www/netscape-plugger-4.0-r1
app-text/xpdf-2.02

If xpdf is the only pdf viewer installed, plugger will start it up correctly,
but fail to display the document in the web browser.  The problem is that in
/etc/pluggerrc, it has the command:
   repeat swallow(xpdf) fill: xpdf -g +9000+9000 -err "$file"
To make this work, change the line to:
   repeat swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"

Note that the case on the window being swallowed and the removal of the
non-existant "-err" option to xpdf.

Reproducible: Always
Steps to Reproduce:
Install xpdf and netscape-plugger.  Remove gv and acroread, if present.  View a
web page with a pdf plugin.
Actual Results:  
The would-be pdf document is a blank white block, instead.

Expected Results:  
The pdf file should be displayed.
Comment 1 Chris White (RETIRED) gentoo-dev 2004-10-31 08:01:04 UTC
Already fixed in the latest plugger.