hello all,
i have SXDE3 installed on a Sun Ultra 20. I have plugged a Laser printer
HP1300 on the usb port, and the JDS desktop tell me that the printer
is well added. If i print a text file, it works, but if i print a
postscript file, it prints the binary instead of the correct file!
The only workaround i found is to do:
cd /etc/lp/fd
for filter in *.fd
do
name=`basename $filter .fd`
lpfilter -f $name -F $filter
done
and now it works
Is it the correct procedure? Why the process of adding printer isn't
simplier? Or do i miss something?
Thanks in advance for help,
gerard