Hi all!
I'm using the standard lpd() to print.
While the print/cups-client combined into print/cups can't use the standard
When I want to print from graphics/okular it prints into stdout (or stderr):
I think it calls
Note that the /usr/local/bin (directory of cups's
How can I print from okular?
I'm using the standard lpd() to print.
While the print/cups-client combined into print/cups can't use the standard
lpd
only from commandline.When I want to print from graphics/okular it prints into stdout (or stderr):
Code:
lpr-cups: Bad file descriptor
I think it calls
/usr/local/bin/lpr
and it causes an error because the cupsd
not running. My PATH
is:
Code:
/sbin/:/usr/sbin/:/usr/bin:/bin:/usr/local/libexec/ccache:/home/zsolt/bin:/usr/local/bin:/sbin/:/usr/sbin/:/home/zsolt/bin:/usr/local/bin
lpr
) is the last.How can I print from okular?