my sassy xcin

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

my sassy xcin

文章訪客 » 週六 10月 26, 2002 11:31 pm

when i install locale i choose zh_TW.Big5
(there are "leave alone" "c"...etc)

and now i install xcin then she tell me
"xcin: error: C locale "zh_TW.Big5" is not supported by your system."

what's going on ??

is the problem in locale ??

can i chage what i choose (zh_TW.Big5) ??

thanks....
訪客
 

Re: my sassy xcin

文章訪客 » 週六 10月 26, 2002 11:49 pm

Anonymous 寫:when i install locale i choose zh_TW.Big5
(there are "leave alone" "c"...etc)

and now i install xcin then she tell me
"xcin: error: C locale "zh_TW.Big5" is not supported by your system."

what's going on ??

is the problem in locale ??

can i chage what i choose (zh_TW.Big5) ??

thanks....

Try:
(In bash)
$ export LANG='zh_TW.Big5'
$ xcin &
(In tcsh)
> setenv LANG 'zh_TW.Big5'
> xcin &

Hope this helps.
訪客
 

re:my sassy xcin

文章訪客 » 週日 10月 27, 2002 12:04 am

i tried locale
it's all "zh_TW.Big5"

but wheni execute xcin , it's still

xcin: error: C locale "zh_TW.Big5" is not supported by your system.
訪客
 

re:my sassy xcin

文章訪客 » 週日 10月 27, 2002 12:17 am

Anonymous 寫:i tried locale
it's all "zh_TW.Big5"

but wheni execute xcin , it's still

xcin: error: C locale "zh_TW.Big5" is not supported by your system.

I am also quite a newbie to Linux, here is what I currently think about:

1. Does the output of ``locale'' all ``zh_TW.Big5'', including ``LC_CTYPE'' and ``LC_ALL''?

2. What is your Debian version and xcin version? How did you start xcin (I mean, in a terminal window, or in some menus)?
訪客
 

re:my sassy xcin

文章訪客 » 週日 10月 27, 2002 12:29 am

Anonymous 寫:
Anonymous 寫:i tried locale
it's all "zh_TW.Big5"

but wheni execute xcin , it's still

xcin: error: C locale "zh_TW.Big5" is not supported by your system.

I am also quite a newbie to Linux, here is what I currently think about:

1. Does the output of ``locale'' all ``zh_TW.Big5'', including ``LC_CTYPE'' and ``LC_ALL''?

2. What is your Debian version and xcin version? How did you start xcin (I mean, in a terminal window, or in some menus)?


1.this is my locale
LANG=zh_TW.Big5
LC_CTYPE="zh_TW.Big5"
LC_NUMERIC="zh_TW.Big5"
LC_TIME="zh_TW.Big5"
LC_COLLATE="zh_TW.Big5"
LC_MONETARY="zh_TW.Big5"
LC_MESSAGES="zh_TW.Big5"
LC_PAPER="zh_TW.Big5"
LC_NAME="zh_TW.Big5"
LC_ADDRESS="zh_TW.Big5"
LC_TELEPHONE="zh_TW.Big5"
LC_MEASUREMENT="zh_TW.Big5"
LC_IDENTIFICATION="zh_TW.Big5"
LC_ALL=zh_TW.Big5

2.i am using woody and the version of xcin is 2.5.2.99.pre2+

and i put
{
export XMODIFIERS="@im=xcin"
exec xcin &
}
in .xinitrc ,but when i startx , it's no responding.

i try #xcin
then show :
xcin: error: C locale "zh_TW.Big5" is not supported by your system.
訪客
 

re:my sassy xcin

文章ronald » 週日 10月 27, 2002 12:35 am

Pls check if your /etc/locale.gen consists the followings:

en_US ISO-8859-1
zh_TW Big5

and, re-generate new locale by

# locale-gen
樂者為王 - just for fun
ronald
摩托學園!學園長們
摩托學園!學園長們
 
文章: 76
註冊時間: 週二 9月 03, 2002 11:48 am

re:my sassy xcin

文章訪客 » 週日 10月 27, 2002 12:44 am

Anonymous 寫:2.i am using woody and the version of xcin is 2.5.2.99.pre2+

and i put
{
export XMODIFIERS="@im=xcin"
exec xcin &
}
in .xinitrc ,but when i startx , it's no responding.

i try #xcin
then show :
xcin: error: C locale "zh_TW.Big5" is not supported by your system.

Well, everthing looks fine to me. Here are some suggestions (may not work at all)

1. Set locale to ``zh_TW'' and try everything again.

2. It seems you are installing xcin from another source. Try Debian package ``xcin'' instead, it is version 2.5.3-pre2, and my installation was successful (following is the notes):
Install package ``xcin'' and ``libtabe2'', ``rxvt'', ``libtabe-db'', ``rxvt-ml''.
Choose from Gnome menu: Programs -> Debian Menus -> XShells -> XCINterm (GB2312) and it works fine.
By the way, as you may have already seen, I use simplified Chinese.
訪客
 

re:my sassy xcin

文章訪客 » 週日 10月 27, 2002 12:50 am

Anonymous 寫:1.this is my locale
LANG=zh_TW.Big5
LC_CTYPE="zh_TW.Big5"

And one more thing:
In my locale it is
LC_CTYPE=zh_CN.GB2312
instead of
LC_CTYPE="zh_CN.GB2312"

I don't if this matters.
訪客
 

re:my sassy xcin

文章訪客 » 週日 10月 27, 2002 1:09 am

thank a lot every body~~~~

i did not set the locale completely...

呵呵....英文打習慣了....

感謝了各位.....
訪客
 

re:my sassy xcin

文章louie » 週二 10月 29, 2002 11:48 pm

不曉得為什麼, 在 Debian 的安裝過程中, 設定 locale 時, 並沒有將結果存到 /etc/locale.gen 和 /etc/environment 中, 還得在安裝好之後, 重新 dpkg-reconfigure locales 設定一遍, 才會正常, 這就是為什麼會有這個問題出現了
louie
快樂的大學生
快樂的大學生
 
文章: 593
註冊時間: 週一 9月 09, 2002 7:58 pm


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客