QCAD uses /etc/printcap which doesn’t have correct printer entries

Written by James McDonald

April 2, 2008

Just thought I would share my experiences with a printing problem I was having.

QCAD (at least some versions) seems to look at /etc/printcap to populate the printing dialog box.

I have had an issue where the wrong printer was being listed in the print dialog (one that had been deleted) and I couldn’t select the correct printer. I think the problem is that cupsd isn’t updating /etc/printcap.

The fix I found was to look inside /etc/cups/cupsd.conf and find the value of the Printcap entry.

In my install of Ubuntu 8.04 it was “Printcap /var/run/cups/printcap”

I then ran as root

ln -sf /var/run/cups/printcap /etc/printcap

The next time I ran qcad the correct printer was listed in the print dialog

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Adding BCC to Divi Contact Form

The Divi contact form allows you to send to multiple email addresses by opening the properties of the form and...