Comment 4 for bug 814770

Revision history for this message
steveb (tniagcpm) wrote :

I have this problem on Oneiric, using package system-config-printer-kde 4:4.7.2-0ubuntu1~ppa2

The console error from systemsettings ends with:
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 1311, in fillPrinterOptions
    ppd.markDefaults()
AttributeError: 'bool' object has no attribute 'markDefaults'

My limited Python tells me that object "ppd" is set to a boolean, instead of a printer object.
The code has places where "ppd = False" is used upon errors, which would lead to this message.