From: http://www.linuxdiyf.com/viewarticle.php?id=53375

1.安装中文输入法
#pacman -S scim-pinyin #拼音输入法
#pacman -S scim-tables #五笔输入法

2.让系统起动/用户登陆时自动启动输入法
#vim ~/.xprofile
内容如下:
export XIMODIFIERS=@im=SCIM
export GTK_IM_MODULE="scim"
export QT_IM_MODULE="scim"
/usr/bin/scim -d

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2021-07-19
  • 2022-12-23
  • 2021-12-02
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
相关资源
相似解决方案