[Bug 15546] setting layout in keyboard layout tool doesn't work properly
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Thu Sep 22 23:40:15 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15546
Ubuntu | xkeyboard-config
------- Additional Comments From svu at gnome.org 2005-09-23 00:40 UTC -------
Well, after some investigation, here is my resume: it is X problem, not gnome,
not xkeyboard-config.
xkb_keymap {
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc(pc105)+ch+group(alts_toggle)" };
xkb_geometry { include "pc(pc104)" };
};
Put this stuff into badlayout.xkb, then:
xkbcomp badxkbmap.xkb :0.0
It fails with server-side error. So it is worth fixing on x server side. BTW,
this map successfully compiles to xkm. If you do
xkbcomp badxkbmap.xkb -xkm badxkbmap.xkm
it gives some warnings - but succeeds (and you can even xkbprint the result).
Phillip, could you please reassign it to xserver-xorg or something?
BTW, if instead of alts_toogle one uses rctrl_toggle - it works ok.
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list