|
hiweed Debian + kde 升级后
会出现这种情况,呵呵,看看网上也没有人回答
可以在scim下把不用的输入法删了。
我试了试,情况似乎是这样。呵呵,看完了估计你的问题也就解决了
root@1[chinese]# ls /root/.scim/chinese/ -l
总用量 48
-rw-r--r-- 1 root root 0 2005-04-27 01:41 phrase_lib
-rw-r--r-- 1 root root 56 2005-04-27 01:41 pinyin_phrase_index
-rw-r--r-- 1 root root 0 2005-04-27 01:41 pinyin_phrase_lib
-rw-r--r-- 1 root root 40965 2005-04-27 01:44 pinyin_table
root@1[chinese]# rm -fr /root/.scim/chinese/phrase_lib
root@1[chinese]# ln -s /usr/share/scim/chinese/p /root/.scim/chinese/phrase_lib
phrase_lib pinyin_phrase_index pinyin_phrase_lib pinyin_table
root@1[chinese]# ln -s /usr/share/scim/chinese/phrase_lib /root/.scim/chinese/phrase_lib
root@1[chinese]# ls /root/.scim/chinese/ -l
总用量 48
lrwxrwxrwx 1 root root 34 2005-05-01 16:55 phrase_lib -> /usr/share/scim/chinese/phrase_lib
-rw-r--r-- 1 root root 56 2005-04-27 01:41 pinyin_phrase_index
-rw-r--r-- 1 root root 0 2005-04-27 01:41 pinyin_phrase_lib
-rw-r--r-- 1 root root 40965 2005-04-27 01:44 pinyin_table
root@1[chinese]# rm -fr /root/.scim/chinese/pinyin_phrase_index
root@1[chinese]# ln -s /usr/share/scim/chinese/pinyin_phrase_index /root/.scim/chinese/pinyin_phrase_index
root@1[chinese]# rm -fr /root/.scim/chinese/pinyin_phrase_lib
root@1[chinese]# ln -s /usr/share/scim/chinese/pinyin_phrase_lib /root/.scim/chinese/pinyin_phrase_lib
root@1[chinese]# rm -fr /root/.scim/chinese/pinyin_table
root@1[chinese]# ln -s /usr/share/scim/chinese/pinyin_table /root/.scim/chinese/pinyin_table
root@1[chinese]# ls /root/.scim/chinese/ -l
总用量 0
lrwxrwxrwx 1 root root 34 2005-05-01 16:55 phrase_lib -> /usr/share/scim/chinese/phrase_lib
lrwxrwxrwx 1 root root 43 2005-05-01 16:56 pinyin_phrase_index -> /usr/share/scim/chinese/pinyin_phrase_index
lrwxrwxrwx 1 root root 41 2005-05-01 16:56 pinyin_phrase_lib -> /usr/share/scim/chinese/pinyin_phrase_lib
lrwxrwxrwx 1 root root 36 2005-05-01 16:56 pinyin_table -> /usr/share/scim/chinese/pinyin_table
root@1[chinese]# scim
Smart Common Input Method 1.0.2
Launching a SCIM process with x11...
GTK Panel of SCIM 1.0.2
Starting as daemon ...
对,就是$or#.scim/chinese/里四个文件的问题 |
|