Pill 寫:Nope. Nothing Happen.
And i had a quick look of [心得] 從0 到 KDE+XCIN
這部份一定要注意:: debian:/#apt-get install locales
(最近好像unstable的locale有問題..所以我決定先裝好舊的locale)
請選擇 zh_TW.Big5 ..而zh_TW.UTF8好像有問題..所以只有zh_TW.Big5就好了
請打打看locale -a 是否有zh_TW.Big5出現,如果沒有.請check是那裡出問題.或是問問看
而如果只有zh_TW出現..那麼我建議你
在/usr/lib/locale/下
debian:/usr/lib/locale#ln -s zh_TW zh_TW.Big5
之後再打打看locale -a 是否出現zh_TW.Big5
I wonder it is the unstable problem, which yagiza points out.
If it is how could i just fall back to use the stable locale package ???
Thanks.
First of all , thanks for reading my article..
I've installed a whole new debian on my notebook..
I've some symptons as yours , but I solved them now
here is a checklist
0. your xcin and libtabe2
apt-get install xcin libtabe2
it seems that you have some input method not found..
try this ..
1. locale
zh_TW.Big5 is sure required.. Perhaps zh_TW is ok..
I don't know.. check your /usr/lib/locale
if zh_TW exists, try ln -s zh_TW zh_TW.Big5
and rerun locale-gen or dpkg-reconfigure locales
2. your locale-a
I've read your locale-a
It seems everything is perfect. now
added following lines in your ~/.bash_profile
export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
export XMODIFIERS="@im=xcin"
added following lines in your ~/.bash_xinitrc
export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
export XMODIFIERS="@im=xcin"
#xcin & #(uncomment this line of xcin is ok)
and try to substitude zh_TW.Big5 into zh_TW if this
configuration failed
3. run any program such as mlterm or konqueror
try to press "Ctrl+Space"
INTERESTING!!
xcin is running well on my notebook ... but my /usr/lib/locale is vacant ... with only one file named locale-archive , perhaps it's because I've upgraded to unstable already.