Comment 1 for bug 616758

Revision history for this message
Czikus (czikus-gmail) wrote :

Same behavior on a recently updated KDE (to 4.5) in Lucid. Opening the printer configuration window and selecting a printer results in:

Traceback (most recent call last):
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 424, in on_tvMainList_cursor_changed
    self.fillPrinterTab(name)
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 1147, in fillPrinterTab
    option.reinit (value, supported=supported)
  File "/usr/share/kde4/apps/system-config-printer-kde/options.py", line 145, in reinit
    self.widget.addItem(each)
TypeError: arguments did not match any overloaded call:
  QComboBox.addItem(QString, QVariant userData=QVariant()): argument 1 has unexpected type 'int'
  QComboBox.addItem(QIcon, QString, QVariant userData=QVariant()): argument 1 has unexpected type 'int'

and the printer configuration is not shown.