[Bug 1057485] Re: ubiquity-kde codepage problem in Timezone map (Timezone.py)

Launchpad Bug Tracker 1057485 at bugs.launchpad.net
Fri Jul 19 23:15:20 UTC 2013


This bug was fixed in the package ubiquity - 2.10.25

---------------
ubiquity (2.10.25) precise; urgency=low

  [ Colin Watson ]
  * KDE frontend:
    - Set default QString encoding to UTF-8 (LP: #1057485).
  * Make ubiquity-frontend-debconf Architecture: any rather than all; the
    .bgf font format is architecture-dependent (LP: #1180880).
  * Automatic update of included source packages: partman-basicfilesystems
    71ubuntu3.1, partman-efi 25ubuntu1.1.

  [ Ma Jun (Kylin Team) ]
  * Fix referencing variable before assignment (LP: #945027)

  [ Stéphane Graber ]
  * Fix crash in ubi-console-setup when quickly moving back and forth between
    pages. (LP: #944614)
 -- Colin Watson <cjwatson at ubuntu.com>   Fri, 17 May 2013 15:08:59 +0100

** Changed in: ubiquity (Ubuntu Precise)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1057485

Title:
  ubiquity-kde codepage problem in Timezone map (Timezone.py)

Status in “ubiquity” package in Ubuntu:
  Fix Released
Status in “ubiquity” source package in Precise:
  Fix Released
Status in “ubiquity” source package in Quantal:
  Fix Released

Bug description:
  When installing kubuntu using the Greek language, in the Timezone selection screen,
  there is a tooltip that shows the time and then supposedly "am" or "pm" but in Greek
  case it shows gibberish instead of "πμ" or "μμ".

  The reason is a hidden python str -> QString conversion since QString is latin-1 by
  default.

  One way to solve this problem is to add:

  QtCore.QTextCodec.setCodecForCStrings(QtCore.QText.CodecForName("utf8"))

  after

  class TimezoneMap(QtGui.QWidget):

  at

  ubiquity/frontend/kde_components/Timezone.py

  I would guess that this also affects other languages with non-latin alphabets
  (e.g., Russian). Please fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1057485/+subscriptions




More information about the foundations-bugs mailing list