|
发表于 2004-4-26 00:55:07
|
显示全部楼层
我使用这种方法可以激活输入法了,谢谢:
If you prefer scim to start scim-panel-kde automatically, then at present a work around is: move scim-panel-gtk to other place or name, such as:
%mv /usr/bin/scim-panel-gtk /usr/bin/scim-panel-gtk.real
(Assumption is made that scim resides in /usr) then make a soft link from scim-panel-kde:
%ln -s /usr/kde/3.2/bin/scim-panel-kde /usr/bin/scim-panel-gtk |
|