Opened 12 months ago
Closed 12 months ago
#601 closed defect (fixed)
kbd layout applet causes error on VM start
| Reported by: | joanna | Owned by: | rafal |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 |
| Component: | gui-virtualization | Keywords: | |
| Cc: | marmarek |
Description
I get the following error with the new keyboard setting applet:
Error activating XKB configuration. There can be various reasons for that. If you report this situation as a bug, include the results of xprop -root | grep XKB gsettings get org.gnome.libgnomekbd.keyboard model gsettings get org.gnome.libgnomekbd.keyboard layouts gsettings get org.gnome.libgnomekbd.keyboard options
Change History (3)
comment:1 Changed 12 months ago by marmarek
comment:2 Changed 12 months ago by joanna
Here you go :)
[user@personal user]$ xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "pc105", "us", "", "" _XKB_RULES_NAMES(STRING) = "evdev", "pc105", "pl\n", "", "" [user@personal user]$ gsettings get org.gnome.libgnomekbd.keyboard model '' [user@personal user]$ gsettings get org.gnome.libgnomekbd.keyboard layouts ['pl\n'] [user@personal user]$ gsettings get org.gnome.libgnomekbd.keyboard options ['grp\tgrp:shift_caps_toggle'] [user@personal user]$
comment:3 Changed 12 months ago by marmarek
- Resolution set to fixed
- Status changed from new to closed
Ah, there is '\n' in layout name...
http://git.qubes-os.org/gitweb/?p=marmarek/gui.git;a=commit;h=fb0cda414b6705987ac9e0446b95d358b51fb92f
You must set layout again to fix your settings.

So... please include result of above commands :)