taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.18k stars 59 forks source link

Unix Print spooler - 'no interface available' #50

Open multizone-uk opened 2 years ago

multizone-uk commented 2 years ago

The print menus are there. I have a default printer. Its not able to spool a print job to it (or anywhere else) as fas I can tell. I could try setting up some text style old world 'lpr' printers perhaps. Print to File segmentation faults.

taviso commented 2 years ago

Confirmed - I think it's trying to open a driver, so we should provide one that just grabs the postscript and then we can just pass it to cups or whatever. I think shouldn't be too difficult.

taviso commented 2 years ago

Oh - it's actually really easy to get Print to file to work, that's a one line change. I'll do that for now and work on the printer driver later.