Bug 207433

Summary: Printer configuration dialog returns an error for Polish language
Product: [Plasma] system-config-printer-kde Reporter: karaluh <karaluh>
Component: generalAssignee: Jonathan Riddell <jr>
Status: RESOLVED DUPLICATE    
Severity: normal CC: lueck, mr
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description karaluh 2009-09-15 11:16:42 UTC
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.
Comment 1 commat 2009-10-10 20:20:04 UTC
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.
Comment 2 Martin Samek 2009-11-03 12:47:38 UTC
Yes, I can confirm this bug. Locale cs_CZ. Kde 4.3.2, Qt 4.5.3.
Comment 3 Andrea Scarpino 2010-02-10 17:30:56 UTC
this is a duplicate of #207433
Comment 4 Andrea Scarpino 2010-02-10 17:31:31 UTC
damn, I mean #202964
Comment 5 Burkhard Lück 2010-02-12 13:33:16 UTC
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 ***