08/01/21 22:05:57 LygDxemI
>>155
~/.xim.template より
# If want to change the default, you have the following options:
#
# 1) Set the variable INPUT_METHOD in /etc/sysconfig/language.
# For example:
# INPUT_METHOD="scim"
# This changes the default for all users
とあるので、ysat -> system -> sysconfig -> system -> Environment -> Language -> INPUT_METHOD
ここに、
入力可能な値: scim, uim, kinput2, kinput2-canna, kinput2-wnn, nabi, wnn, atokx, xcin, none または任意の値
とある。
# 2) set and export the variable "INPUT_METHOD" in ~/.profile in the
# home directory of a user (or ~/.login for csh users) For example:
# export INPUT_METHOD="scim"
# This changes the default only for one user.
user毎の設定なら、~/.profileに export INPUT_METHOD="scim"を追加しろってことかと。