#!/bin/bash export GTK_IM_MODULE='uim' # Instructs the GTK immodule to use uim export QT_IM_MODULE='uim' # Instructs the Qt immodule to use uim export XMODIFIERS='@im=uim' # Instructs XIM to use uim export CLUTTER_IM_MODULE='uim'