Re: [Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-16 Thread Rik Mills
On 15/03/2019 14:53, Launchpad Bug Tracker wrote:
> This bug was fixed in the package console-setup - 1.178ubuntu11

This now causes LP: #1810647 to occur again.

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1817453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-16 Thread Iain Lane
This should be fixed in dailies from today (20190316)

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1817453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package console-setup - 1.178ubuntu11

---
console-setup (1.178ubuntu11) disco; urgency=medium

  * kbdnames-maker: Call `{bind,}textdomain` after switching locale.
There's a change in perl 5.28 to use `uselocale()` & friends instead of
gettext directly, to support thread safety. Apparently this causes the
results of `gettext()` calls to be cached now where they weren't before,
and this breaks our keyboard name generation. For example, we have
`en_GB*model*sun_type6_jp*Sun Type 6 (Japonesa)` instead of
`en_GB*model*sun_type6_jp*Sun Type 6 (Japanese)`, and many many other
examples.  Calling `bindtextdomain()` and then `textdomain()` after
changing locale causes the cache to be invalidated and we get correct
results again. LP: #1817453

 -- Iain Lane   Fri, 15 Mar 2019 12:34:06
+

** Changed in: console-setup (Ubuntu Disco)
   Status: In Progress => Fix Released

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1817453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-15 Thread Francis Ginther
** Tags added: id-5c8a78260a33937a98c3c550

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1817453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-15 Thread Iain Lane
Think I've fixed this

** Package changed: ubiquity (Ubuntu Disco) => console-setup (Ubuntu
Disco)

** Changed in: console-setup (Ubuntu Disco)
   Status: Confirmed => In Progress

** Changed in: console-setup (Ubuntu Disco)
 Assignee: (unassigned) => Iain Lane (laney)

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1817453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-15 Thread Iain Lane
The following additional packages will be installed:
  libgdbm-compat4 libgdbm6 liblocale-gettext-perl libperl5.28 
libtext-charwidth-perl perl perl-base perl-modules-5.28
Suggested packages:
  gdbm-l10n perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make
The following NEW packages will be installed:
  libgdbm6 libperl5.28 perl-modules-5.28
The following packages will be upgraded:
  libgdbm-compat4 liblocale-gettext-perl libtext-charwidth-perl 
libtext-iconv-perl perl perl-base

This upgrade (cosmic -> disco perl) broke it.

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-15 Thread Iain Lane
This is a stripped down version of kbdnames-maker from console-setup.
Install xkb-data-i18n and locales-all before running it.

On disco it switches to returning "Sun Type 6 (Japonesa)" after "ca" for all of 
the remaining languages.
On cosmic it returns the properly translated strings all the way.

** Attachment added: "kbdnames-maker"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1817453/+attachment/5246407/+files/kbdnames-maker

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-15 Thread Iain Lane
I think KBDNAMES in keyboard-configuration is mega wrong. e.g.:

1.178ubuntu9:
en_GB*model*sun_type6_jp*Sun Type 6 (Japanese)

1.178ubuntu10:
en_GB*model*sun_type6_jp*Sun Type 6 (Japonesa)

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-14 Thread Iain Lane
in a fresh disco lxd container:

$ locale-gen en_GB.UTF-8
$ export LC_ALL=en_GB.UTF-8
$ dpkg-reconfigure keyboard-configuration

The options are incorrectly translated.

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-14 Thread Iain Lane
laney@raleigh> echo "get keyboard-configuration/variant" | debconf-communicate
debconf: DbDriver "passwords" warning: could not open 
/var/cache/debconf/passwords.dat: Permission denied
0 английска — великобританска

This is on my *installed* system. That is "English - British" in
Bulgarian... It shouldn't be translated like that.

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-03-14 Thread Brian Murray
** Also affects: ubiquity (Ubuntu Disco)
   Importance: High
   Status: Confirmed

** Tags removed: rls-dd-incoming

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-02-27 Thread Diego Germán Gonzalez
In the Daily build 2019-02-26 09:32 the problem is solved for the
Spanish language and the Latin American Spanish keyboard configuration.

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-02-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubiquity (Ubuntu)
   Status: New => Confirmed

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-02-27 Thread Rik Mills
Similar with German. Attachment shows translations of keyboard layout in
something not German (perhaps Hungarian?)

** Attachment added: "german1.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1817453/+attachment/5241983/+files/german1.png

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1817453] Re: 19.04 installer displays keyboard layouts in the wrong language

2019-02-27 Thread Rik Mills
In addition, translations of base languages on the left when I try to
really find 'Deutsch' seem to be in Dutch? e.g. Duits for Deutsch

** Attachment added: "german2.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1817453/+attachment/5241984/+files/german2.png

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

Title:
  19.04 installer displays keyboard layouts in the wrong language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs