-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-12.x.y branch, IME don't work when on Wayland #120084
Comments
Still present in #120034 (comment) |
It may get support in electron 14 ( chromium 93 ) or later. electron 12 ( chromium 89 ) or electron 13 ( chromium 91 ) don't support it. |
ibus not working at all under wayland because not support the latest version of the protocol. |
Does Electron or Chromium currently supports |
It support |
Basically, current Wayland protocols not enough for normal IME but developers working on it - https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/39 |
using gtk-4 will solve it. but how to use gtk-4 ? chrome has command flag for it. |
Is this issue present with latest insiders https://code.visualstudio.com/insiders which comes with newer runtime version ? |
This problem still exist with
|
Fedora 34 (Workstation Edition Prerelease)
Steps to Reproduce:
code-oss --enable-features=UseOzonePlatform --ozone-platform=wayland
fcitx5
Does this issue occur when all extensions are disabled?: Yes
additional information:
Seems that IM module (like
/usr/lib64/gtk-3.0/3.0.0/immodules/im-fcitx5.so
or/usr/lib64/gtk-3.0/3.0.0/immodules/im-ibus.so
) isn't loaded at all, when using Wayland.The text was updated successfully, but these errors were encountered: