I'm running a slacko64-7 ISO file, installed scim, and added these lines in /root/.bashrc
export XMODIFIERS="@im=scim"
export QT_IM_MODULE=xim
export GTK_IM_MODULE=xim
Then I found scim works well, by clicking Ctrl+Space, scim can be turned on and off.
I can input chinese in web browser and abiword.
Then I want to remaster a new ISO file, with all these changes.
During the remastering process, I manually added all the hidden files and hidden directories in root/, such as .config/, .xinitrc, etc, but not including .cache/, to new ISO file.
Then I got a newly remastered Puppy slacko ISO, and it can be booted, whole system looks good except one issue:
scim cannot be started by Ctrl+Space.
With "ps aux |grep scim", I can see there are 4 processes of scim were running, but no way to input Chinese in web browser.
I byped Ctrl+Space, but nothing happened, scim's small window didn't pop up.
in Abiword, scim also cannot be started with Ctrl+Space, but it can be started by "right click---choose input method---scim".
So, if I want to input any chinese in a web page, I have to input it in Abiword, then copy and paste it to webpage.
Any one can tell me how to solve the problem? how to make scim work in all applications?