Wednesday, December 15, 2010

scim on slackware 13.1

1. add "export LANG=en_US.UTF-8" in ~/.profile

2. chmod +x /etc/profile.d/scim.*

3. create a script file scim.sh containing the followings lines:
#!/bin/bash
scim -f socket -c socket -d

4. chmod +x scim.sh

5. restart kde

No comments:

Post a Comment