How do I configure Printing in kde ?
Printing support in kde-cygwin is currently performed with the ghostscript package. • Install the ghostscript-x11 and cygutils package, if not already installed. • Edit the file /opt/kde3/bin/cygprint and change the related variables for your settings. The possible values could be extracted from the ghostscript documentation. # for network shares use “\\\\server\\share” PRINTER=”lpt1:” PRINTER_TYPE=deskjet PAPER_SIZE=a4 • In the printing dialog, select “Print with external application” in the printing dialog and enter cygprint and click “Print” to perform the printing. In case of errors you may inspect the file /var/log/cygprint.log, which contains all output from the cygprint tool.