Description of problem: on line 235 it calls it has: which "$XIM_PROGRAM" > /dev/null 2>&1 && LANG="$tmplang" "$XIM_PROGRAM" "$XIM_ARGS" & which should be which "$XIM_PROGRAM" > /dev/null 2>&1 && LANG="$tmplang" "$XIM_PROGRAM" $XIM_ARGS & because if it calls """kinput2 "-canna +kinput -xim"""" it'll give a usage error in .xsessions-errors Version-Release number of selected component (if applicable): xinitrc-3.38-1 How reproducible: always Steps to Reproduce: 1. log in in japanese, check .xsession-errors 2. check to see if kinput2 is running 3. Actual results: error logged. process not running Expected results: kinput2 running, japanese input accepted Additional info:
Thanks for the report. I just made a fix for this, which will be in xinitrc-3.39-1 in rawhide.