Bug 32275 - Default keyboard layout erroneous for CH, AT, GB
Default keyboard layout erroneous for CH, AT, GB
Status: RESOLVED WORKSFORME
Product: UCS
Classification: Unclassified
Component: UMC - Basic settings
UCS 3.1
Other Linux
: P5 normal (vote)
: UCS 3.2-x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-20 17:22 CEST by Alexander Kläser
Modified: 2014-07-29 21:06 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2013-08-20 17:22:18 CEST
During the QA for Bug 31377, it has been observed that the default keyboard layout for the countries CH, AT, GB was erroneous:

> umc-command -U Administrator -P ... setup/lang/default_keymap -o countrycode=ch

This command returns "us" (same for AT, GB). This could be due to a problem with the file /lib/univention-installer/locale/default-kmaps or the processing logic itself.
Comment 1 Florian Best univentionstaff 2014-07-29 10:38:15 CEST
There is no entry for e.g. CH, AT, … in default-kmaps.
Comment 2 Florian Best univentionstaff 2014-07-29 11:03:58 CEST
The new wizard doesn't use default-kmaps anymore, right?
Comment 3 Alexander Kläser univentionstaff 2014-07-29 15:12:55 CEST
(In reply to Florian Best from comment #2)
> The new wizard doesn't use default-kmaps anymore, right?

Yes, this is correct. I copied and manually added a additional column with the country code into default-kmaps.

*** This bug has been marked as a duplicate of bug 34484 ***
Comment 4 Florian Best univentionstaff 2014-07-29 16:06:27 CEST
Well, but the non-wizard mode still uses this command?! At least it does exists and is still broken.
Comment 5 Alexander Kläser univentionstaff 2014-07-29 21:06:36 CEST
(In reply to Florian Best from comment #4)
> Well, but the non-wizard mode still uses this command?! At least it does
> exists and is still broken.

I see it existing only once in LanguagePage in the block:

if (this.wizard_mode && this._firstSetValues) { ... }