https://bugs.documentfoundation.org/show_bug.cgi?id=151670

--- Comment #1 from sergej <[email protected]> ---
self resolution.

https://www.paleoaqua.jp/letter/cant_use_ibus-mozc_on_freebsd.html

this page says 
"
OLD:export GTK_IM_MODULE=ibus
OLD:export QT_IM_MODULE=xim

modifiy:export GTK_IM_MODULE=xim
modify:export QT_IM_MODULE=ibus
"

this modify for ~/.xinitrc or ~/.xsessionis,is good for LibreOffice,but BAD for
any other applications.

then I modified for ~/.cshrc to this
"
setenv XIM ibus
setenv GTK_IM_MODULE ibus
setenv QT_IM_MODULE ibus
setenv XMODIFIRES @im=ibus
setenv XIM_PROGRAM ibus-daemon
setenv XIM_ARGS "-r --daemonize --xim"
"

the resolution is "QT_IM_MODULE ibus".

this setting is GOOD for all applications at XFCE4.

TNX.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to