mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-10 05:51:53 -05:00
Fcitx5 not working in vscodium Wayland windows. #290
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kyv001 on GitHub.
Type: Bug
Fcitx5 is not working in vscodium Wayland windows but it's working fine in X11 windows.
Using Fcitx5 5.1.10 on latest Arch Linux with:
XMODIFIERS=@im=fcitx
GTK_IM_MODULE=fcitx
SDL_IM_MODULE=fcitx
INPUT_METHOD=fcitx
GLFW_IM_MODULE=ibus
QT_IM_MODULES="wayland;fcitx;ibus"
VSCodium is installed from AUR packages "vscodium-bin"
VSCodium version: VSCodium 1.91.1 (8512cb3341b26a5dba985a9a17eed8d7c3362886, 2024-07-11T18:37:10.462Z)
OS version: Linux x64 6.9.9-arch1-1
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Extensions (5)
@daiyam commented on GitHub:
Oh, ya. I have to add that support...
@kyv001 commented on GitHub:
Passing "--enable-wayland-ime" fixes this problem.
@Bryan2333 commented on GitHub:
UPDATE: It's my fault. I use the AUR package vscodium, which does not read the codium-flags.conf.
It is strange. I put two argument
--ozone-platform-hint=auto --enable-wayland-imeintocodium-flags.conf, this makes Fcitx5 unsable in wayland.But when I pass these two arguments in terminal like
codium --ozone-platform-hint=auto --enable-wayland-ime, I'm able to use input method.@noonsleeper commented on GitHub:
@kyv001 this is a problem in upstream, it is already reported and tracking here https://github.com/microsoft/vscode/issues/167757#issuecomment-2198398853