Message ID | 20230623094025.72295-1-berrange@redhat.com |
---|---|
State | New |
Headers | show |
Series | keymaps: use 'ara' X11 keyboard map instead of 'ar' | expand |
On Fri, 23 Jun 2023 at 10:40, Daniel P. Berrangé <berrange@redhat.com> wrote: > > The keyboard mapping name 'ar' was a legacy name only available from > xkeyboard-config via a (15 year old) backcompat mapping. This mapping > was finally removed in the latest upstream release 2.39: > > https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/470ad2cd8fea84d7210377161d86b31999bb5ea6 Hi; I sent a patch to fix this a couple of days ago: https://patchew.org/QEMU/20230620162024.1132013-1-peter.maydell@linaro.org/ (That one's already been reviewed and has a bit more detail in its commit message.) thanks -- PMM
On Fri, Jun 23, 2023 at 11:12:13AM +0100, Peter Maydell wrote: > On Fri, 23 Jun 2023 at 10:40, Daniel P. Berrangé <berrange@redhat.com> wrote: > > > > The keyboard mapping name 'ar' was a legacy name only available from > > xkeyboard-config via a (15 year old) backcompat mapping. This mapping > > was finally removed in the latest upstream release 2.39: > > > > https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/470ad2cd8fea84d7210377161d86b31999bb5ea6 > > Hi; I sent a patch to fix this a couple of days ago: > https://patchew.org/QEMU/20230620162024.1132013-1-peter.maydell@linaro.org/ > (That one's already been reviewed and has a bit more detail > in its commit message.) Ah perfect, sorry I missed that. With regards, Daniel
diff --git a/pc-bios/keymaps/meson.build b/pc-bios/keymaps/meson.build index bff3083313..0bd8ce0077 100644 --- a/pc-bios/keymaps/meson.build +++ b/pc-bios/keymaps/meson.build @@ -1,5 +1,5 @@ keymaps = { - 'ar': '-l ar', + 'ar': '-l ara', 'bepo': '-l fr -v dvorak', 'cz': '-l cz', 'da': '-l dk',
The keyboard mapping name 'ar' was a legacy name only available from xkeyboard-config via a (15 year old) backcompat mapping. This mapping was finally removed in the latest upstream release 2.39: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/470ad2cd8fea84d7210377161d86b31999bb5ea6 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- pc-bios/keymaps/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)