From a9e587b33aa9af88f93c5a37eb583c77fd0c8d43 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 23 Jun 2020 04:05:24 -0500 Subject: [PATCH] Add uim support --- firestarter | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firestarter b/firestarter index cdee7d5..d16ae79 100755 --- a/firestarter +++ b/firestarter @@ -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"