From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.7.1) Gecko/20040711 Description of problem: due to calling lang.sh stuff was removed, even if LC_CTYPE is set in $HOME/.i18n, xinput.sh doesn't run proper input method. this change disallows people who lives in en_US locale say and who want to use the IM. Version-Release number of selected component (if applicable): xinitrc-4.0.1-1 How reproducible: Always Steps to Reproduce: 1.set LANG=en_US.UTF-8 in /etc/sysconfig/i18n 2.set LC_CTYPE=ja_JP.UTF-8 in $HOME/.i18n 3.make sure iiimf-x or kinput2 installed Actual Results: no input method is running Expected Results: kinput2 or httx is running Additional info: just adding the below in the top of xinput.sh will gets working again. if [ -r /etc/profile.d/lang.sh ]; then . /etc/profile.d/lang.sh fi
Created attachment 101859 [details] patch to fix problem and also add xinput.d/default support My bad. Ok, this patch against 4.0.1-1 should fix the problem. It also adds a small feature: allowing xinput.d/ dirs to have a fallback all locale default file.
Patch applied to 4.0.2-1 in rawhide. Test and confirm it works properly as soon as possible, so any problems can be fixed in time.
Confirmed fixed. Tested with xinitrc-4.0.3-1. Thanks.