Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#795 closed defect (fixed)

Wrong keyboard at restore time

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: normal Milestone: 3.2.2
Component: mindi Version: 3.2.1
Severity: normal Keywords:
Cc:

Description

After restore on UEFI mode in VM (VMWare), the keyboard mapping is incorrect after reboot of the system at system prompt (querty instead azerty)

Change History (4)

comment:1 by rue, 8 years ago

In mindi.log : INFO: Analyzing your keyboard's configuration. INFO: New Fedora style config detected. INFO: keyfile=/etc/vconsole.conf INFO: locale=fr-oss INFO: mappath = WARNING: Keyboard mapping file not found. Default keyboard map will be used.

Version 0, edited 8 years ago by rue (next)

comment:2 by Bruno Cornec, 8 years ago

Verified on RHEL 7.1:

# find /usr/lib/kbd/keymaps > /tmp/1
# grep fr-oss /tmp/1
/usr/lib/kbd/keymaps/xkb/fr-oss_nodeadkeys.map.gz
/usr/lib/kbd/keymaps/xkb/fr-oss_latin9.map.gz
/usr/lib/kbd/keymaps/xkb/fr-oss_sundeadkeys.map.gz
/usr/lib/kbd/keymaps/xkb/fr-oss.map.gz
/usr/lib/kbd/keymaps/xkb/ml-fr-oss.map.gz
# grep "i[3-8]86" /tmp/1 | grep -F "/fr-oss." | grep -vx " *#.*"
# grep "i[3-8]86" /tmp/1 | grep -F "/fr-oss[^r][^/]" | grep -vx " *#.*"
# find / -wholename "*/kbd/keymaps/*/fr-oss"

comment:3 by Bruno Cornec, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in rev [3571]

comment:4 by Bruno Cornec, 8 years ago

Component: mondomindi
Note: See TracTickets for help on using tickets.