secext2022
secext2022 deleted branch fix-wayland-input from secext2022/blender 2024-10-04 07:46:48 +02:00
secext2022 commented on pull request blender/blender#127824 2024-09-19 13:16:24 +02:00
Fix: wayland text input is broken (can not switch input method)

ok, remove that comment.

secext2022 pushed to fix-wayland-input at secext2022/blender 2024-09-19 13:15:55 +02:00
800f4a4f0c Remove unnecessary comment.
secext2022 commented on issue blender/blender#87578 2024-09-19 04:50:57 +02:00
Cannot use Chinese input or Japanese input

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…

secext2022 commented on issue blender/blender#114208 2024-09-19 04:24:13 +02:00
IME does not work for text scripting with Wayland

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…

secext2022 commented on issue blender/blender#114210 2024-09-19 04:22:35 +02:00
IME does not work properly on a wlroots based wayland compositor

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…

secext2022 commented on issue blender/blender#87578 2024-09-19 04:21:03 +02:00
Cannot use Chinese input or Japanese input

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…

secext2022 commented on pull request blender/blender#127824 2024-09-19 04:13:22 +02:00
Fix: wayland text input is broken (can not switch input method)

@ideasman42

The detail is in issue #87578.

secext2022 created pull request blender/blender#127824 2024-09-19 04:10:26 +02:00
Fix: wayland text input is broken (can not switch input method)
secext2022 created branch fix-wayland-input in secext2022/blender 2024-09-19 04:05:45 +02:00
secext2022 pushed to fix-wayland-input at secext2022/blender 2024-09-19 04:05:45 +02:00
8ad29c0c57 Fix: wayland text input is broken (can not switch input method)
secext2022 created repository secext2022/blender 2024-09-19 03:41:29 +02:00
secext2022 commented on issue blender/blender#87578 2024-09-19 03:36:24 +02:00
Cannot use Chinese input or Japanese input

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
---…
secext2022 commented on issue blender/blender#87578 2024-09-18 22:59:41 +02:00
Cannot use Chinese input or Japanese input

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…

secext2022 commented on issue blender/blender#87578 2024-09-18 22:36:27 +02:00
Cannot use Chinese input or Japanese input

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…

secext2022 commented on issue blender/blender#87578 2024-09-18 21:31:43 +02:00
Cannot use Chinese input or Japanese input

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…

secext2022 commented on issue blender/blender#87578 2024-09-18 08:08:42 +02:00
Cannot use Chinese input or Japanese input

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

secext2022 commented on issue blender/blender#87578 2024-09-18 06:40:59 +02:00
Cannot use Chinese input or Japanese input

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: +…

secext2022 commented on issue blender/blender#127779 2024-09-18 05:43:19 +02:00
Register to blender.org is hard because google is blocked

@ChengduLittleA
Thank you !

I meet this issue #87578. Chinese input method (ibus) not work under ArchLinux (GNOME wayland).

secext2022 commented on issue blender/blender#87578 2024-09-17 23:54:33 +02:00
Cannot use Chinese input or Japanese input

Hello, I am runing Blender 4.2.1 LTS on ArchLinux (GNOME wayland), and meet the same BUG. Input method (ibus) does not work.