Comment 6 for bug 928400

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Scott Kitterman wrote:
> Fix the bug?

Hmm.. Who were you talking to, Scott, and what exactly are you asking?

Since I'm not using Kubuntu, I chose to just explain how the bug was introduced. One fix that might be appropriate is to simply remove the writeSysLangSetting() call:

--- LanguageSelector/qt/QtLanguageSelector.py 2012-02-08 05:15:22 +0000
+++ LanguageSelector/qt/QtLanguageSelector.py 2012-02-14 23:52:29 +0000
@@ -284,7 +284,6 @@
     def onSystemLanguageApply(self):
         (lang, code) = self.getSystemLanguage()
         self.writeSysLanguageSetting(code)
- self.writeSysLangSetting(code)
         self.updateInputMethods(code)
         KMessageBox.information(self, _("Default system Language now set to %s.") % lang, _("Language Set"))

But the bug should better be fixed by a Kubuntu developer IMO.