Hi, I have following issue
Printer configurations shows:
The service 'Printer Configuration' does not provide an interface 'KCModule'
with keyword 'system-config- printer-kde/system-config-printer-kde.py'
The factory does not support creating components of the specified type.
Code:
lka@capra:~$ kcmshell4 system-config-printer-kde
kcmshell(17355)/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 173, in makeui
encryption=encryption)
File "/usr/share/apps/system-config-printer-kde/authconn.py", line 168, in __init__
self._connect ()
File "/usr/share/apps/system-config-printer-kde/authconn.py", line 200, in _connect
encryption=self._encryption)
RuntimeError: failed to connect to server
kcmshell(17355)/python (plugin): Failed to import module
kcmshell(17355)/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
Maybe some one will give me hint how to solve it.
I am using Slackware 14.
Before I installed wxPython-2.8.12.1-x86_64-1_SBo.tgz, and phAdmin from slackbuilds.
Unfortunatelly I did not check if printing was working before that.