Block a user
Cannot use Chinese input or Japanese input
我看到了一个提交, 支持 wayland 输入协议. 从 blender v4.0.0 版本开始就有了, 并且提交消息写着在 GNOME ibus 测试过了. 我正在弄清楚为啥在这边不行…
Cannot use Chinese input or Japanese input
我记得早期版本Linux下可以使用中文输入法输入的,可能在更新换代过程中搞没了。 可以不用吧ibus写入Blender,x11库里有支撑Unicode输入的api。可想而…
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()
{
…