分页: 1 / 1
按下Ctrl+空格没有任何反应???激活不了SCIM???
发表于 : 2007-10-28 16:17
由 fghdbs
装好系统后,为什么按下Ctrl+空格,没有任何反应???
激活不了SCIM???
发表于 : 2007-10-28 16:28
由 fghdbs
居然在终端界面可以激活,并且输入拼音????
在浏览器和文档就不能激活,为什么阿?
发表于 : 2007-10-28 16:33
由 fghdbs
关闭终端后 再进入 还是不能激活,????奇怪
终端也不能打开了拼音了
发表于 : 2007-10-29 23:27
由 kooder
I have the same problem.
Any one can help me? Thank you !
发表于 : 2007-10-29 23:36
由 jackielii
我以前也碰到过这样的问题,
首先你必须用sudo im-switch -s scim -z default
要是还不行就把default改成scim试试,我忘了我是不是改成scim还是其它什么的了,不过就是改那个default.
自己找找看,用im-switch -h先看看。
发表于 : 2007-10-30 16:14
由 kooder
I have solved the problem.
here is the way to solve the problem in my case:
step1
make sure that u have "Language Support" for Chinese.If not,open the "Software Source" and change the server to "Main Server".Then it will reminds u to install some languages still not installed.
step2
After installed some supported languages,it's better to "sudo apt-get install im-switch".Then u can "sudo im-switch -l" to see some details.
step3
For me,I just find that there is no "~/.xinput.d" in my home directory. So i just "mkdir ~/.xinput.d" and " ln -s /etc/X11/xinit/xinput.d/scim en_US" .
step4
"Ctrl+Shift+BackSpace" to restart X. OK,it gets to wok well.
Good Luck!