Version: (using KDE 4.3.1) Installed from: Ubuntu Packages To reproduce: 1. Install polish language 2. Set polish language as default 3. Open printer configuration in System Settings The error roughly translated states: 'Printer configuration' service does not provide KCModule interface with 'system-config-printer-kde/system-config-printer-kde.py' keyword. This infrastructure doesn't allow to create members of given type. When I change System Settings language to english, everything works fine.
Confirmed from spanish language. This is a localization bug. If you executes: LC_ALL="en_EN" systemsettings the module loads correctly. ----------------------------------- How to fix it! Edit file: /usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py Go to line 223 and ... Replace -> special_choice=_("Automatic rotation")), by -> special_choice=i18n("Automatic rotation")), thats all.
Yes, I can confirm this bug. Locale cs_CZ. Kde 4.3.2, Qt 4.5.3.
this is a duplicate of #207433
damn, I mean #202964
Yep and 202964 was fixed: SVN commit 1034769 by jriddell: http://websvn.kde.org/?view=rev&revision=1034769 *** This bug has been marked as a duplicate of bug 202964 ***