[問題] xcin not works >"""<

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

[問題] xcin not works >"""<

文章Nightware » 週四 8月 05, 2004 12:08 am

i fowllow the steps from http://people.debian.org.tw/~moto/topics/my_articles/Debian-Tutorial/Debian-Install-Guide-8.html
but it doesn't work for me ...>"<

here is the code of xinitrc
代碼: 選擇全部
export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
export XMODIFIERS="@im=xcin"
exec xcin &


when i type xcin in terminal the following message shows
代碼: 選擇全部

XCIN (Chinese XIM server) version 2.5.3-pre2.
(module ver: 20010918, syscin ver: 20000210).
(use "-h" option for help)

xcin: locale "zh_TW.Big5" encoding "big5"
zh_TW.Big5,zh_TW
xcin: XIM server "xcin" transport "X/"
xcin: inp_styles: Root OverTheSpot


it seems to be ok, but i press Ctrl+Alt+space ...show the following
代碼: 選擇全部
^[^@]


HELP KINDLY PLZ..THANKS
代碼: 選擇全部
Nightware
 

re:[問題] xcin not works >"""<

文章脫線 » 週四 8月 05, 2004 8:16 am

我都是存在/etc/X11/Xsession.d/45session裡面。(KNOPPIX)

還有,請問,你是用什麼程式打字?有些程式基本上就無法使用輸入中文。

>>it seems to be ok, but i press Ctrl+Alt+space ...show the following
???
不是用Ctrl+space嗎?或者Ctrl+Alt+數字1、2、3、4、5、......(不是右邊的數字鍵喔!)
脫線
活潑的高中生
活潑的高中生
 
文章: 251
註冊時間: 週一 12月 08, 2003 10:52 am

re:[問題] xcin not works >"""<

文章訪客 » 週四 8月 05, 2004 11:05 am

Ctrl+space and Ctrl+Alt+數字1、2、3、4、5 .still not ...
i don't know wht problem is ....=_____="
訪客
 

re:[問題] xcin not works >"""<

文章moto » 週四 8月 05, 2004 11:47 am

你是在原來執行 xcin 的 terminal 按 ctrl + space 切換嗎?

建議開新的 crxvt 測試:

代碼: 選擇全部
xcin & crxvt


在新開啟的 crxvt 切換看看 ..
歡迎你來到MOTO學園一起討論Debian相關問題。
在post問題前可先別忘記了以下的步驟:
1:翻一下/usr/share/doc/中是否已經有解答了?
2:閱讀一下無痛起步是否已經提到了?
3:找一下google予以解答?
4:善用學園中的"搜尋"功能,往往答案就在裡面窩。
頭像
moto
摩托學園站長
摩托學園站長
 
文章: 2808
註冊時間: 週二 9月 03, 2002 3:37 am
來自: 台北

re:[問題] xcin not works >"""<

文章rostin » 週四 8月 05, 2004 1:53 pm

請問你是用unstable嗎
我昨天apt-get update ; apt-get dist-upgrade後也是如此
但是想說用unstable就要有心理準備
好像是更新後不知為何xcin被移除掉了
不知是否跟unstable的gcc更新的原因
要重新安裝xcin就發生問題

等了一天
今天早上就可以再安裝xcin了
你試試看吧
歡迎大家來參觀我的Blog
http://www.rostin.idv.tw/blog/index.php?blogId=2
頭像
rostin
懵懂的國中生
懵懂的國中生
 
文章: 185
註冊時間: 週一 3月 08, 2004 10:31 pm

re:[問題] xcin not works >"""<

文章kanru » 週四 8月 05, 2004 1:59 pm

xcin 被移除是因為 locales 跟 libc6 的 dependency 不符
今天 locales 的版本更正了,所以 xcin 又可以裝了
圖檔
頭像
kanru
榮譽學長
榮譽學長
 
文章: 578
註冊時間: 週六 7月 12, 2003 12:09 pm

re:[問題] xcin not works >"""<

文章訪客 » 週四 8月 05, 2004 5:22 pm

i am using testing version..

代碼: 選擇全部
Debian:~# xcin & crxvt
XCIN (Chinese XIM server) version 2.5.3-pre2.
(module ver: 20010918, syscin ver: 20000210).
(use "-h" option for help)

xcin: locale "zh_TW.Big5" encoding "big5"
zh_TW.Big5,zh_TW
xcin: XIM server "xcin" transport "X/"
xcin: inp_styles: Root OverTheSpot
[1] 2184
[color=red]bash: crxvt: command not found[/color]

i am a novice..don't know how to solve...THANKS
訪客
 

re:[問題] xcin not works >"""<

文章Tetralet » 週四 8月 05, 2004 5:51 pm

請先用 locale 指令來檢查一下您的環境設定,
例:
代碼: 選擇全部
$ 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=


再用以下指令來檢查您的 xcin 是否有在正確執行:
代碼: 選擇全部
ps aux | grep xcin


Anonymous 寫:
代碼: 選擇全部
bash: crxvt: command not found

我想,
它字面上的意義您應該不至於看不懂的呀?
時間並不能治療我心中的疼痛
南方的春天說什麼也溫暖不了我冰冷的血

誦唱大復活咒文,今天的 Tetralet 又在唧唧喳喳了 重生!
Tetralet
俺是博士
俺是博士
 
文章: 3078
註冊時間: 週四 11月 28, 2002 3:02 pm

re:[問題] xcin not works >"""<

文章訪客 » 週四 8月 05, 2004 6:03 pm

my locale
代碼: 選擇全部
Debian:~# 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


Debian:~# ps aux |grep xcin <---nothing to show

Moreover ..i found that my xinitrc inside the directory of /etc/X11/xinit/
when i create .xinitrc at my home directory ..i can't start kde throught command startx
訪客
 

re:[問題] xcin not works >"""<

文章Tetralet » 週五 8月 06, 2004 9:18 am

請先刪除您的 ~/.xinitrc,
再試試看。

如果還是不行,
請貼出您的 /etc/X11/xinit/xinitrc 的完整內容。

另,並不是所有的 X Terminal 程式都支援 XIM。
請安裝 mlterm 或 rxvt-ml。

Anonymous 寫:Moreover ..i found that my xinitrc inside the directory of /etc/X11/xinit/
when i create .xinitrc at my home directory ..i can't start kde throught command startx

請把
代碼: 選擇全部
exec startkde

加在您的 .xinitrc 的最後一行試試看!
時間並不能治療我心中的疼痛
南方的春天說什麼也溫暖不了我冰冷的血

誦唱大復活咒文,今天的 Tetralet 又在唧唧喳喳了 重生!
Tetralet
俺是博士
俺是博士
 
文章: 3078
註冊時間: 週四 11月 28, 2002 3:02 pm

re:[問題] xcin not works >"""<

文章訪客 » 週五 8月 06, 2004 12:24 pm

i can start my kde after adding the execkde into .xinitrc...

代碼: 選擇全部
Debian:~# cat .xinitrc
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script
. /etc/X11/Xsession
export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
export XMODIFIERS="@im=xcin"
exec xcin &
startkde

but i still can't type chinese ... THANK for u help ..
訪客
 

re:[問題] xcin not works >"""<

文章Tetralet » 週五 8月 06, 2004 3:33 pm

請將其改成:
代碼: 選擇全部
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script

export LC_ALL=zh_TW.Big5
export LANG=zh_TW.Big5
export XMODIFIERS="@im=xcin"
exec xcin &

exec x-session-manager
startkde

試試看!
時間並不能治療我心中的疼痛
南方的春天說什麼也溫暖不了我冰冷的血

誦唱大復活咒文,今天的 Tetralet 又在唧唧喳喳了 重生!
Tetralet
俺是博士
俺是博士
 
文章: 3078
註冊時間: 週四 11月 28, 2002 3:02 pm

re:[問題] xcin not works >"""<

文章訪客 » 週五 8月 06, 2004 5:06 pm

多謝呀!~~終於打到中文la...好開心呀!~~呵呵呵..^o^
加左呢句就ok.. exec -session--manager..
簡直係愛你呀!~~~
訪客
 

re:[問題] xcin not works >"""<

文章Tetralet » 週五 8月 06, 2004 11:37 pm

很可以感受到您的心意,
但是很不好意思的是:
港語對敝人而言實在是有看沒有懂呀...
時間並不能治療我心中的疼痛
南方的春天說什麼也溫暖不了我冰冷的血

誦唱大復活咒文,今天的 Tetralet 又在唧唧喳喳了 重生!
Tetralet
俺是博士
俺是博士
 
文章: 3078
註冊時間: 週四 11月 28, 2002 3:02 pm

re:[問題] xcin not works >"""<

文章Charlie » 週六 8月 07, 2004 11:12 am

I have the same problem of xcin but mine′s different,this′s my problem:

XCIN (Chinese XIM server e2.
(module ver: 20010918, s 0).
(use "-h" option for help

xcin: locale "zh_HK" enc
Xlib: connection to ":0. er
Xlib: No protocol specif

xcin: error: cannot open
Charlie
可愛的小學生
可愛的小學生
 
文章: 56
註冊時間: 週五 8月 06, 2004 10:06 pm

下一頁

回到 debian desktop

誰在線上

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