On 2019-01-23, Radek <[email protected]> wrote: > Hello, > > I can print from LibreOffice without any problems, but I canNOT print from > textproc/xpdf > > If I print from textproc/xpdf (command: /usr/bin/lpr -P Kyocera_Mita_FS-6020) > I get error: > lpr: connect: No such file or directory > jobs queued, but cannot start daemon.
/usr/bin/lpr is lpr from the base OS. Since you are using CUPS you need to use /usr/local/bin/lpr instead, you can either set this in xpdf (e.g. /etc/xpdfrc), or you could adjust your PATH so that /usr/local/bin comes before /usr/bin. >

