You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GTK3] Override gtk_im_module only if it was set to xim
From ibus/ibus#2331 (comment)
"There are two modes to communicate between IBus and GTK applications."
- GTK_IM_MODULE=wayland (composer mode - GNOME Wayland default) and
GTK_IM_MODULE=ibus (no composer mode).
Note that "wayland" im module is another incarnation of ibus.
The only thing that was broken for sure is "xim" so override only it
under Gnome on X11 to prevent making SWT(and as a result Eclipse) use
non-default IM modules and thus exposing different behaviour than other
apps.
0 commit comments