minecraft-wayland
minecraft-wayland copied to clipboard
fcitx5 doesn't work
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.
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.
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.
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