minecraft-wayland icon indicating copy to clipboard operation
minecraft-wayland copied to clipboard

fcitx5 doesn't work

Open so1ar opened this issue 3 years ago • 4 comments

fcitx5 is a Input Method Framework for non English users. I can't input Chinese if Use system installation of GLFW is enabled.

And my system is Arch with sway compositor.

so1ar avatar Dec 18 '21 12:12 so1ar

Does it work without this patch? From my understanding Minecraft deals with individual keys separately instead of going through an input method, though I could be wrong on that.

Admicos avatar Dec 18 '21 13:12 Admicos

Does it work without this patch? From my understanding Minecraft deals with individual keys separately instead of going through an input method, though I could be wrong on that.

fcitx5 works fine if Use system installation of GLFW is disabled. But I think it's partially a fcitx5 problem since it's still in development and sometimes has weird behavior. There is no perfect input method under wayland :(

And another possibilty is that minecraft just doesn't like input method under wayland like many other softwares. Steam for linux just do not support input method at all and has not been fixed for many years.

so1ar avatar Dec 18 '21 16:12 so1ar

I used WayGL to run 1.21 on wayland and fcitx5 not working for me too

I don't know is there an api called enable_wayland_ime() or something exist in glfw?

encountered similar issues while using electron apps and solved by passing --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime

PumpkinXD avatar Jun 30 '24 00:06 PumpkinXD