Friday, December 17, 2010

shortcuts of openoffice are not working on slackware 13.1

chown root /opt/openoffice.org3/share/xdg/*

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