tjfontaine / airprint-generate

Automatically generate AirPrint Avahi service files for CUPS printers
http://www.atxconsulting.com/blog/tjfontaine/2010/11/21/automatically-generate-airprint-avahi-service-files-cups-printers
400 stars 119 forks source link

Does nothing #14

Open ip6li opened 10 years ago

ip6li commented 10 years ago

airprint-generate.py doesn't generate any files on Ubuntu 14.04

emech commented 10 years ago

Make sure the printer is shared. The script only outputs files for printers that are shared in CUPS.

Note: This issue is a duplicate of: https://github.com/tjfontaine/airprint-generate/issues/6

To improve the script, output a message saying no shared printers were found instead of exiting without doing anything.

mikerr commented 6 years ago

I had to open /etc/cups/printer.conf and edit the line Shared No to Shared Yes before it would work. Despite being shared in the CUPS web interface...