Hi, currently i'm having a weird issue with gio if i have a custom locale set, with properly generated locales, in where gio cannot load 'tables' from xkbcommon:
x11: newXKB: xkb_compose_table_new_from_locale failed
What is going on here? it seems that this is a harmless error and is ignored in some applications. The locale is properly generated.
Tolerating a NULL result from
xkb_compose_table_new_from_locale
sounds good to me. Would you like to prepare a patch?
Maybe figuring out why this error happens would be better than just having a handler for it. I do not quite understand Gio or X11 so i don't quite believe i can prepare a patch.
Is that the only output you get? What is your locale? This looks similar to https://github.com/dominikh/gotraceui/issues/148
I've seen some people have this issue, when using ANY locale other than en_US.
On January 30, 2024 9:17:21 PM GMT+03:00, ~dominikh outgoing@sr.ht wrote:
Is that the only output you get? What is your locale? This looks similar to https://github.com/dominikh/gotraceui/issues/148