slackware13.1自带scim输入法的,但是需要激活
(1) Use a UTF-8 locale. Look in /etc/profile.d/lang.sh for setting your
language to (for instance) en_US.UTF-8. As a word of warning: maybe you
should leave root with a non-UTF-8 locale because you don't want root's
commands to be misinterpreted. You can add the following line to your
~/.profile file to enable UTF-8 just for yourself:
export LANG=en_US.UTF-8
(2) Make the scim profile scripts executable. These will setup your
environment correctly for the use of scim with X applications . Run:
chmod +x /etc/profile.d/scim.*
(3) Start the scim daemon as soon as your X session starts. The scim daemon
must be active before any of your X applications. In KDE, you can add a
shell script to the ~/.kde/Autostart folder that runs the command
"scim -d".
比ubuntu的拼音输入法差好多。。。
本文介绍了如何在slackware13.1中激活内置的scim输入法,包括设置UTF-8编码环境,使scim配置脚本可执行,并在X session启动时启动scim守护进程。尽管它可能不如ubuntu的拼音输入法流畅。
6897

被折叠的 条评论
为什么被折叠?



