Skip to content


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

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

Bookmark and Share

Posted in GNU/Linux, Open Source Apps, Ubuntu.

Tagged with , , .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.