jpeters
  
 
  
 
 
Group: Members 
Posts: 804 
Joined: April 2006 | 
  | 
Posted: Jan. 02 2008,00:23 | 
   | 
 
 
  
| Quote  |  Ah, I bet you are probably running gnu-utils which changes the default output of ps.
  My script works with default DSL.
  Adding extensions that change system core functons is not something I want to try to handle.
  Anyway, it should be trivial for you to setup your own drag-n-drop printing. |  
  That must be it...I'm running gnu-util, and there is no lpd in ps. So instead I worked for hours on this elaborate script: 
  -------- #!/bin/bash
  lpr -h -PHP940c $1 ---------------
  Thanks, this works nicely. Now if I could only figure out what's up with Firefox printing.  (although it's simple enough to copy-paste to OO for printing).
  Edit: I checked FF on my XP; FF sets up about 50 lines of code in about:config for the default printer!!
  Edit2:  I wonder if there's anything available like the HP printing utility that supports drag & drop and recognizes format (html, pdf, etc.) 
 |