Comment 7 for bug 131990

Revision history for this message
Tim Waugh (twaugh) wrote :

"com.redhat.NewPrinterNotification" is the D-Bus interface name.

Try this:

cd /usr/share/system-config-printer
python -c 'import cups, ppds;c=cups.Connection();a=c.getPPDs();p=ppds.PPDs(a);print p.getPPDNameFromDeviceID("Canon","iP3000","Canon iP3000")'

You can try changing ppds.py to set 'debugging' to True on line 28; perhaps that will show us why the wrong driver is being chosen.