AndreRH / hangover

Hangover runs simple Win64 and Win32 applications on arm64 Linux
GNU Lesser General Public License v2.1
1.44k stars 102 forks source link

Korean input via [fcitx5-hangul] not working #169

Open hansm629 opened 2 weeks ago

hansm629 commented 2 weeks ago

System Details

Problems Description

Screenshot_2024-11-10_20-28-33

After installing Notepad++ 32-bit and switching the keyboard language to Korean with fcitx5-hangul, I attempted to input Korean text, but it does not appear (English input works normally).

Is there a way to enable input for languages other than English in hangover-wine using fcitx5?

AndreRH commented 2 weeks ago

Thanks for reporting. Have you tried running with: XMODIFIERS=@im=fcitx

hansm629 commented 2 weeks ago

@AndreRH Apologies for the delayed feedback. All fcitx5 environment variables are defined in ~/.bashrc as shown below.

Korean input works well with fcitx-5hangul in other programs, but it’s not working in hangover-wine.

export XMODIFIERS=@im=fcitx5
export GTK_IM_MODULE=fcitx5
export QT_IM_MODULE=fcitx5
AndreRH commented 3 days ago

Shouldn't it be export XMODIFIERS=@im=fcitx (without 5) instead?