-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use fallback X11 socket. Enable input method when ELECTRON_OZONE_PLATFORM_HINT=auto #685
base: master
Are you sure you want to change the base?
Conversation
Started test build 132855 |
Build 132855 successful
|
@codewiz since you mentioned that it worked for you in chrome #577 (comment) it would be nice if you could check setting flag |
Hi, IME still doesn't work on my machine. AFAIK this is not new, IME is completely broken with electron gnome and wayland, because of the mismatched text-input implementation. System Info:
|
Did you try both IBUS and fcitx? Sorry I'm not an expert on IM but I think IBUS supports wayland in newest versions with GTK or smth. |
Hi, sorry I was not being clear earlier, I am using the default input method that comes with Gnome, which I believe runs on ibus. I believe this is also the most common way people install IMs on gnome. |
It seems like both the chrome side and gnome side are moving forward on the issue of IM: Gnome already have a working implementation of At this point, given the discussion, it seems that the |
Started test build 142722 |
Build 142722 successful
|
Started test build 154230 |
Build 154230 successful
|
For a bit of update on the electron+wayland IEM issue, since people mentioned it. Starting with chrome 129 (which is the current version), wayland IEM can be enabled by enabling the text-input-v3 flag in The current version of electron (32, based on chromium 128) still doesn't support this feature. However, electron 33 which is based on chromium 130, will probably support this feature; and electron 33 is set to become stable tomorrow (Oct 15th). https://www.electronjs.org/docs/latest/tutorial/electron-timelines |
Started test build 158291 |
Build 158291 successful
|
I have tested that the latest version of signal (version 7.32.0) can use IME in wayland mode. Here are the command line arguments:
|
Signed-off-by: Marcin Pachur <pm4rcin.dev.net667@silomails.com>
I think it is important to at least provide an environmental variable for people to enable input method |
bot, build |
Queued test build for org.signal.Signal. |
Signed-off-by: Marcin Pachur <pm4rcin.dev.net667@silomails.com>
Started test build 161034 |
Build 161034 successful
|
Somehow input method is not working in the test version... Maybe we want to put in some debug message in the script. I will do more testing later. |
There are two problems I have with this current commit
|
This is very unexpected, even if I added the command line parameter, the current test build still doesn't work with IME:
Comparatively, I got the following log when running the stable version:
|
It requires testing from people on different DEs but also checking if IMEs work.