You are not logged in.

#1 2020-09-10 09:17:37

kenzossu3434
Member
Registered: 2020-07-19
Posts: 7

cant type japanese characters using mozc-ibus after upgrade

Ive been enjoying typing japanese until recently
but probably after I executed pacman -Syu
whenever I change to japanese input
im typing english characters instead of japanese characters
im confirming that i changed to japanese input since ibus is showing the indicator for my desktop
i have

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

in my .zshrc .xinitrc
and uncommented ja_JP.UTF-8 UTF-8 in /etc/locale.gen (locale-gen was executed after that obviously)

Last edited by kenzossu3434 (2020-09-10 09:30:08)

Offline

#2 2020-09-10 11:51:57

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: cant type japanese characters using mozc-ibus after upgrade

ibus CJK input sill works for me. Maybe recheck your settings by ibus-setup?

cat .xinitrc
\builtin declare -rx XMODIFIERS="@im=ibus"
\builtin declare -rx GTK_IM_MODULE="ibus"
\builtin declare -rx QT_IM_MODULE="ibus"
\builtin declare -rx QT4_IM_MODULE="ibus"
/usr/sbin/ibus-daemon -drx &

Offline

#3 2020-09-11 03:48:01

kenzossu3434
Member
Registered: 2020-07-19
Posts: 7

Re: cant type japanese characters using mozc-ibus after upgrade

man...
i get it working now
thanks
btw im curious on what that command did and why i didnt get it working

Offline

#4 2020-09-11 05:09:30

solskog
Member
Registered: 2020-09-05
Posts: 462

Re: cant type japanese characters using mozc-ibus after upgrade

ibus-daemon --daemonize --replace --xim
run ibus as background process.
if there is an old ibus-daemon is running, it will be replaced.
execute ibus XIM server.
--xim is the key to get it working.

Offline

Board footer

Powered by FluxBB