DragonFly users List (threaded) for 2010-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Printing with lpr in OpenOffice won't work
Stephane Russell wrote:
Is there a way to send a printing to lpd with OpenOffice on DFBSD? There
is no lpr or lp binary available in the SUSE package, so I have to send
the print into a file and then do a lpr myself.
never tried this myself, but you might try either:
1) softlinking /compat/linux/usr/bin/lp to /usr/bin/lp
2) writing a /compat/linux/usr/bin/lp shell script that
calls e.g. 'exec /usr/bin/lp $*'
this assumes openoffice uses lp to start with..
which I'd think it does, but anyway..
good luck.
- Chris
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]