From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021017 Description of problem: The current default action when the print button is clicked is to print to a .ps file in /tmp. This is not a useful default and it is not obvious to the user how this needs to be changed to make print print. He would have to RTFM. The default print action should be changed to "|lpr" in /etc/xpdfrc Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.open pdf doc with xpdf 2. click on oprint button 3. Actual Results: wants to print to file: /tmp/<basename>.ps Expected Results: print to printer Additional info: --- /etc/xpdfrc.orig 2002-08-26 18:09:54.000000000 -0400 +++ /etc/xpdfrc 2002-10-29 10:27:46.000000000 -0500 @@ -73,7 +73,7 @@ # Set the default PostScript file or command. -#psFile "|lpr -Pmyprinter" +psFile "|lpr" # Set the default PostScript paper size -- this can be letter, legal, # A4, or A3. You can also specify a paper size as width and height
It's fixed in 2.00-2 or newer. You will find it in next rawhide release.