Hello, On Dec 17 03:40 Rikard Johnels wrote (shortened): > cupsdoprint -P 'Lj4' -J 'rename.script' -H '192.168.1.16:631' -o ' 4L, > CUPS+Gimp-Print LaserJet copies=1 cups" > multiple-document-handling=separate-documents-collated-copies on > orientation-requested=3 printer-make-and-model="HP > printer-state-change-time=1164216569 printer-type=4102 v4.2.5' > '/tmp/kde-rikjoh/kdeprint_xmcdWRCb' : execution failed with message: > client-error-bad-request
cupsdoprint is part of KDE. I cannot help you regarding KDE. The option setting looks totally broken at least it is broken for CUPS which may lead to the client-error-bad-request but I don't know if it might be o.k. for cupsdoprint: -------------------------------------------------------------------- -o ' 4L, CUPS+Gimp-Print LaserJet copies=1 cups" multiple-document-handling=separate-documents-collated-copies on orientation-requested=3 printer-make-and-model="HP printer-state-change-time=1164216569 printer-type=4102 v4.2.5' -------------------------------------------------------------------- Try to print via CUPS command line, e.g.: lpr -H 192.168.1.16:631 -P Lj4 -J rename.script filename or lp -h 192.168.1.16:631 -d Lj4 -t rename.script filename As a workaround you might be able to specify a print command in KDE like lpr -H 192.168.1.16:631 -P Lj4 or lp -h 192.168.1.16:631 -d Lj4 or kprinter or kprinter --stdin Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5 Mail: [EMAIL PROTECTED] 90409 Nuernberg, Germany WWW: http://www.suse.de/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
