Add uim support

This commit is contained in:
Salt 2020-06-23 04:05:24 -05:00
parent a7e5f8989a
commit a9e587b33a

View File

@ -173,6 +173,12 @@ step_preexecute() {
dbus-update-activation-environment --verbose --systemd --all >/dev/null 2>&1
fi
unset hasdbus
# uim settings
if has uim; then
export GTK_IM_MODULE='uim'
export QT_IM_MODULE='uim'
export XMODIFIERS='@im=uim'
fi
# kcminit/Qt settings
if has qt5ct; then
log "Initializing qt5ct"