Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#26787 - [kdeadmin-system-config-printer-kde] KCModuleLoader failed to import module

Attached to Project: Arch Linux
Opened by Joel (torpe23) - Monday, 07 November 2011, 21:13 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 13 December 2011, 16:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

This is more or less the same bug as https://bugs.archlinux.org/task/22732

$ kcmshell4 system-config-printer-kde
Traceback (most recent call last):
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 445, in on_tvMainList_cursor_changed
self.fillPrinterTab(name)
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 1267, in fillPrinterTab
self.fillPrinterOptions(name, editablePPD)
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 1311, in fillPrinterOptions
ppd.markDefaults()
AttributeError: 'bool' object has no attribute 'markDefaults'
kcmshell(5658)/python (plugin): Error while running factory function for Python plugin: "system-config-printer-kde/system-config-printer-kde.py"
Traceback (most recent call last):
File "<string>", line 18, in kpythonpluginfactory_bridge
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 4398, in CreatePlugin
kcm = u.makeui(component_data, widget_parent)
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 374, in makeui
self.populateList(start_printer, change_ppd)
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 657, in populateList
self.on_tvMainList_cursor_changed()
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 445, in on_tvMainList_cursor_changed
self.fillPrinterTab(name)
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 1267, in fillPrinterTab
self.fillPrinterOptions(name, editablePPD)
File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 1311, in fillPrinterOptions
ppd.markDefaults()
AttributeError: 'bool' object has no attribute 'markDefaults'
kcmshell(5658)/python (plugin): Failed to import module
kcmshell(5658)/kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all. The reason could be that it's still using K_EXPORT_COMPONENT_FACTORY with a custom X-KDE-FactoryName which is not supported anymore

So I'm unable to configure printers in KDE, which is fairly annoying...
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Tuesday, 13 December 2011, 16:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  kdeadmin-system-config-printer-kde 4.7.4-1
Comment by Andrea Scarpino (BaSh) - Monday, 07 November 2011, 22:02 GMT
please post the result of:
$ pacman -Q kdelibs python2-pyqt kdeadmin-system-config-printer-kde
$ pgrep cups
Comment by Joel (torpe23) - Monday, 07 November 2011, 22:49 GMT
$ pacman -Q kdelibs python2-pyqt kdeadmin-system-config-printer-kde
kdelibs 4.7.3-1
python2-pyqt 4.8.6-1
kdeadmin-system-config-printer-kde 4.7.3-1

$ pgrep cups
899
Comment by Andrea Scarpino (BaSh) - Tuesday, 13 December 2011, 03:38 GMT
Status?
Comment by Joel (torpe23) - Tuesday, 13 December 2011, 16:30 GMT
It's working now, I guess you can close this bug report. Thanks.

Loading...