[Kde-print-devel] [Bug 139929] KghostviewlNuea.ps':execution failed with message:client-error-not-possible
Kurt Pfeifle
pfeifle at kde.org
Sat Jan 13 06:31:25 CET 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=139929
------- Additional Comments From pfeifle kde org 2007-01-13 06:31 -------
This one is wrong, my bad! Instead of:
lpstat -p homeprinter -l
it should swap parameters on the commandline, order is signifacant here:
lpstat -l -p homeprinter
This one was correct, but you changed uppercase "-W" to lowercase "-w", and the pipe symbol "|" to a backslash "\":
lpstat -W completed -o homeprinter | tail -n 2
You are saver if you copy and paste this. :-)
But it is not important any more, now that you can print OK. :-)
More information about the Kde-print-devel
mailing list