Package: kbd-chooser
Severity: normal
Tags: patch l10n d-i

kbd-chooser installs incorrect keymap when Ukrainian keymap sellected.
Installed keymap just does not work at all. Please apply attached patch
to both branches of d-i.

This bug looks similar to #274725.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=uk_UA.KOI8-U (charmap=KOI8-U)
Index: kbd-chooser/debian/prebaseconfig
===================================================================
--- kbd-chooser/debian/prebaseconfig    (revision 25623)
+++ kbd-chooser/debian/prebaseconfig    (working copy)
@@ -26,7 +26,7 @@
        
        # FIXME Workaround to install some keymaps properly
        case "$KEYMAP" in
-               trq|trf|hebrew|lt|lv-latin4)
+               trq|trf|hebrew|lt|lv-latin4|ua)
                        kbd_mode_temp="ascii" ;;
                *)
                        kbd_mode_temp=""      ;;

Reply via email to