Li-Congli
  • Joined on 2023-09-23
Li-Congli commented on issue blender/blender#87578 2024-09-18 08:20:55 +02:00
Cannot use Chinese input or Japanese input

我看到了一个提交, 支持 wayland 输入协议. 从 blender v4.0.0 版本开始就有了, 并且提交消息写着在 GNOME ibus 测试过了. 我正在弄清楚为啥在这边不行…

Li-Congli commented on issue blender/blender#87578 2024-09-18 07:58:12 +02:00
Cannot use Chinese input or Japanese input

我记得早期版本Linux下可以使用中文输入法输入的,可能在更新换代过程中搞没了。 可以不用吧ibus写入Blender,x11库里有支撑Unicode输入的api。可想而…

Li-Congli deleted branch linux-ime from Li-Congli/blender 2023-09-24 04:43:03 +02:00
Li-Congli pushed to linux-ime at Li-Congli/blender 2023-09-24 04:25:55 +02:00
Li-Congli created branch linux-ime in Li-Congli/blender 2023-09-24 04:25:55 +02:00
Li-Congli created repository Li-Congli/blender 2023-09-24 04:21:25 +02:00
Li-Congli commented on issue blender/blender#87578 2023-09-23 16:27:47 +02:00
Cannot use Chinese input or Japanese input

I added setlocation (LC_CTYPE, ""); in line 423 of my local source intern/ghost/intern/GHOST_SystemX11. cc recompile and it will work fine.

bool GHOST_SystemX11::openX11_IM()

{