I found this im-launch startup entry after installing Ubuntu 19.10 which executes
sh -c 'if ! [ -e "/usr/bin/ibus-daemon" ] && [ "x$XDG_SESSION_TYPE" = "xwayland" ] ; then exec env IM_CONFIG_CHECK_ENV=1 im-launch true; fi'
I want to know the purpose of this entry and what would happend if i disabled it ?