Re: [PATCH 0/2] Fix IBus input methods.

2016-11-18 Thread Ricardo Wurmus
Chris Marusich writes: > This is so good. Thank you for doing it! I am happy to confirm that > Japanese input via ibus-anthy works like a charm after your changes. > All I had to do was the following: I’m glad this works for you! > (1) install ibus, ibus-anthy, and anthy (anthy is probably n

Re: [PATCH 0/2] Fix IBus input methods.

2016-11-18 Thread Chris Marusich
Ricardo Wurmus writes: > with these patches different versions of GTK+ can be given different input > method module caches. > > Currently, the problem with additional GTK input methods (such as IBus) is > that to make them visible you need to generate a cache file and point to it > with GTK_IM_MO

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> Ludovic Courtès writes: >> >>> Ricardo Wurmus skribis: >>> 宋文武 writes: > Ricardo Wurmus writes: > >> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. >> gnu: gtk+: Add patch to support GUIX_GTK3_

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> 宋文武 writes: >>> Ricardo Wurmus writes: > gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. > gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. Look good to m

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> 宋文武 writes: >> >>> Ricardo Wurmus writes: >>> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. >>> >>> Look good to me! >> >> Thanks! >> >> What do you thi

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > 宋文武 writes: > >> Ricardo Wurmus writes: >> >>> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. >>> gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. >> >> Look good to me! > > Thanks! > > What do you think: should this be a separate branch (e.g.

Re: [PATCH 0/2] Fix IBus input methods.

2016-08-25 Thread Ricardo Wurmus
宋文武 writes: > Ricardo Wurmus writes: > >> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. >> gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. > > Look good to me! Thanks! What do you think: should this be a separate branch (e.g. “gtk-rebuild”) or should it be pushed t

Re: [PATCH 0/2] Fix IBus input methods.

2016-08-25 Thread 宋文武
Ricardo Wurmus writes: > gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. > gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FILE. Look good to me!

Re: [PATCH 0/2] Fix IBus input methods.

2016-08-25 Thread Ricardo Wurmus
Ricardo Wurmus writes: > What doesn't yet work is IBus input methods using the simple engine, such as > Arabic, but this seems unrelated. That’s been fixed in d37f00b97fc12a677409e13759fe3edc6ffede2c. IBus had a couple of hard-coded paths and missing inputs. Arabic, English Qwerty, English Dv

[PATCH 0/2] Fix IBus input methods.

2016-08-24 Thread Ricardo Wurmus
Hi Guix, with these patches different versions of GTK+ can be given different input method module caches. Currently, the problem with additional GTK input methods (such as IBus) is that to make them visible you need to generate a cache file and point to it with GTK_IM_MODULE_FILE. Since this var