I think this issue is more about input method support (e.g. input Chinese) for blender, not only x11. Because many issues about input Chinese on linux have been marked as duplicated with this…
With the PR (#127824), input method works ok on wayland (zwp_text_input_v3
protocol).
This works on GNOME wayland with ibus input method framework.
Now it's time to test that if this PR fix…
With the PR (#127824), input method works ok on wayland (zwp_text_input_v3
protocol).
This works on GNOME wayland with ibus input method framework.
Now it's time to test that if this PR fix…
With the PR (#127824), input method works ok on wayland (zwp_text_input_v3
protocol).
This works on GNOME wayland with ibus input method framework.
Now it's time to test that if this PR fix…
I modify source code to fix it, now it works:
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cc b/intern/ghost/intern/GHOST_SystemWayland.cc
index f9a04ca..633444b 100644
---…
Now I know the cause: blender does not handle zwp_text_input_v3.leave
and zwp_text_input_v3.enter
event properly.
Use WAYLAND_DEBUG=1
to compare wayland messages between gedit and…
related issues: #114210 #114208
A new finding: wayland input for blender works partially, so there is still a BUG.
The BUG happened when switch input method during input in blender. "s…
Sorry, I will use English.
I think there is BUG in blender. The implemention in commit a38a49b073f582a0f6ddcca392f2760afdc4d5ed is broken.
I run gedit to test ibus wayland input under…
我看到了一个提交, 支持 wayland 输入协议. 从 blender v4.0.0 版本开始就有了, 并且提交消息写着在 GNOME ibus 测试过了. 我正在弄清楚为啥在这边不行…
Would you like to add ibus
support for blender ?
ibus is a widely supported input method framework for linux desktop: https://github.com/ibus/ibus
ibus support some ways to input: +…
@ChengduLittleA
Thank you !
I meet this issue #87578. Chinese input method (ibus) not work under ArchLinux (GNOME wayland).
Hello, I am runing Blender 4.2.1 LTS
on ArchLinux (GNOME wayland), and meet the same BUG.
Input method (ibus
) does not work.