gcin無法在gnome-terminal下切換中文 - Linux

Table of Contents

目前的作業系統是Arch

因為還沒有找到好的輸入法可以讓我輸入ㄅ半

所以目前還是用gcin

我在Firefox、Chromium下都可以切換中文

但是偏偏在gnome-terminal下卻不行切換

即使把gcin的pid幹掉還是一樣打不開

我pgrep gcin 會有3個pid,而且有兩個砍不掉

目前的/etc/profile設定如下

export LANG=zh_TW.UTF-8
export LC_CTYPE=zh_TW.UTF-8
export XMODIFIERS="@im=gcin"
export GTK_IM_MODULE="gcin"
export QT_IM_MODULE="gcin"

gcin &


不知道還缺什麼.....

不能在terminal下用vim打中文好不方便阿 0rz....

--

All Comments

Hedwig avatarHedwig2015-11-10
ctrl+space被應用程式吃了,可以用ctrl+數字來切換
Hedwig avatarHedwig2015-11-13
那幾個im變數,我是加在/etc/environment裡 (開頭不需加ex
port)
Vanessa avatarVanessa2015-11-13
檢查一下gtk3-immodule有沒有裝
Faithe avatarFaithe2015-11-18
改了/etc/environment就可以了XD...感謝 <(_ _)>