分页: 1 / 1

SCIM-bridge, Dynamic default gateway & Stardict dictionaries

发表于 : 2007-02-01 23:39
dislimit
SCIM-bridge, Dynamic default gateway & Stardict dictionaries
Just installed 6.10. After a search, 3 questions left:

1. After I followed the direction in http://wiki.ubuntu.org.cn/ to setup SCIM
(use scim-bridge instead), I can't switch input method now. The modification is:

代码: 全选

sudo apt-get install scim-bridge scim-qtimm
sudo gedit /etc/X11/xinit/xinput.d/scim
And change

代码: 全选

GTK_IM_MODULE="scim"
to

代码: 全选

GTK_IM_MODULE="scim-bridge"
Is the guide incorrect or what?

2. Stardict dictionaries.
I've installed Stardict as usual, but I can't found any dictionaries such as stardict-oxford-gb,
which should be there due to some online help, through Synaptic even if I added cn99 and enables Backports.
Any ideas?

3. How to select default gateway dynamically?
Back in 5.10 we have an option in the network admin dialog to select a default gateway,
but now it is no long there.
I have two network interface.
eth0 (wired)
eth1 (wireless)
Neither of them is in my auto list, but they both come up after I boot up and log in.
The route cmd shows that they are both working as gateways. But it seems that Ubuntu
likes to use eth1 while I like eth0 sometimes instead. I hope there is a better way to
select the default gateway online better than ifdown one of them.

发表于 : 2007-02-02 2:56
zhuqin_83
字典到主页上去下载。
sudo im-switch -s scim-pinyin作过了?

发表于 : 2007-02-02 10:30
firefish
1.the guide is correct
2.you have to download the dics yourself
3.look at system->Networking or /etc/network/interfaces i'm not ready for the answer actrually 8)

发表于 : 2007-02-02 11:46
BigSnake.NET
觉得应该在wiki中推荐fcitx
SCIM不好用,总是冲突

发表于 : 2007-02-02 11:50
zhuqin_83
fcitx有他的弱点,也有冲突,至少beryl下就很讨厌。
而且不支持多语种。

发表于 : 2007-02-08 16:17
dislimit
If the guide about SCIM-bridge is right, how come I can switch to Chinese before the modification (using scim), but can't after it?
sudo im-switch -s scim-pinyin
Since I can already use pinyin in 6.10 (before modification), I guess no need to do it any more.
Even if I did, the output is

代码: 全选

No system wide default defined just for locale en_SG .
Use "all_ALL" quasi-locale and set IM.
update-alternatives: Cannot find alternative `/etc/X11/xinit/xinput.d/scim-pinyin'.
My question (1) is: why I can't switch inputmethod after the modification, and how can I use scim-bridge?

发表于 : 2007-02-08 16:57
dislimit
About the question (1) ...
Sorry, work is done after one more step.

代码: 全选

sudo im-switch -s scim
And then re-login GNOME.