Example of kprinter goodness
Dax Kelson <[email protected]> 25 Sep 2002 14:55:33 -0600
| Newsgroups | gmane.linux.redhat.release.limbo |
|---|---|
| Message-ID | <1032987333.2242.44.camel@mentor> |
On Wed, 2002-09-25 at 14:32, Dax Kelson wrote: > > Stuff KDE does better than GNOME: Forgot to mention the KDE printing subsystem. When you combine: 1. Postscript Printer (along with it's ASCII PPD driver file) 2. CUPS (install printer using PPD, for example: /usr/sbin/lpadmin -p phaser860 -E -P /etc/tk860dp1.ppd -v http://phaser860.gurulabs.com:80/ipp/ 3. KDE printing subsystem told to use CUPs Then end result is that for each print job you make, you can tweak all possible printer settings (just like Windows printing). See this screenshot: http://www.gurulabs.com/files/kprinter-cups-ppd.png To get Mozilla to use kprinter automatically, run: perl -e 's/lpr/kprinter --stdin/g' -pi /usr/lib/mozilla*/defaults/pref/unix.js