Skip to content
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

IME Not Working with IBus #5125

Open
nazdridoy opened this issue Mar 6, 2024 · 3 comments
Open

IME Not Working with IBus #5125

nazdridoy opened this issue Mar 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@nazdridoy
Copy link

What Operating System(s) are you seeing this problem on?

Linux X11

Which Wayland compositor or X11 Window manager(s) are you using?

X11, kwin (KDE)

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

I recently switched from Kitty to Wezterm. Today, I discovered that my IME isn't functioning in Wezterm. I'm using the IBus input method, which appeared to work fine with Kitty.

2024-03-06_20-37

To Reproduce

not sure

Configuration

> cat /etc/environment
QT_QPA_PLATFORMTHEME=qt5ct
BROWSER=vivaldi-stable
EDITOR=nvim
XDG_CURRENT_DESKTOP="KDE"

# Ibus KDE
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
GLFW_IM_MODULE=ibus
> sed -n '46,47p' $XDG_CONFIG_HOME/wezterm/wezterm.lua

config.use_ime = true
config.xim_im_name = "ibus"

Expected Behavior

ime should work

Logs

No response

Anything else?

No response

@pjm0616
Copy link

pjm0616 commented Aug 25, 2024

@nazdridoy Hi! I've encountered the same issue and made a fix that works for me.
The pull request is at wez/xcb-imdkit-rs#2, and I've also uploaded a branch with the fix applied: https://github.com/pjm0616/wezterm/tree/20240825-fix-x11-ime
If you're still interested it would be nice if you could check if the fix also works for you.

@JuhoKang
Copy link

JuhoKang commented Nov 5, 2024

I'm having the same problem. IME not working

Pop!_OS 22.04 LTS
wezterm 20240203-110809-5046fc22

@freddong
Copy link

freddong commented Jan 7, 2025

same problem on Fedora 41
wezterm from copr
20250105_002513_8d7e899a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants