| adm | Find | login register |
guest |
安裝gcin,並參考網路上之設定進行配置後,大多數的GTK、QT程式都能輸入中文了! 但唯獨,就是chromium不行 = = 而且貌似這個問題只有我發生,其它人都是因為設定上的關係,而導致全部無法輸入中文。 我目前的環境是:ArchLinux + Gnome3 + gcin + chromium,皆是使用pacman來安裝。 就連我這篇文章,都是先在kate上打完才貼上的 = = 不知是否有那位先進能提供點意見呢? 我認為有關連之設定檔如下: #Set our umask # Set our default path # Load profiles from /etc/profile.d # Source global bash config # Termcap is outdated, old, and crusty, kill it. # Man is much better than us at figuring this out export XMODIFIERS=@im=gcin
*******************************
******************************* ******************************* #Set our umask # Set our default path # Load profiles from /etc/profile.d # Source global bash config # Termcap is outdated, old, and crusty, kill it. # Man is much better than us at figuring this out
export LC_CTYPE=zh_TW.UTF-8 | |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
strings /proc/process_id_of_chromium/environ 檢查底下的 env GTK_IM_MODULE 與其他的可使用的 gcin 的 process 有何不同 可參考
chromium 是用 gtk2 的,有可能是 gtk2 的 im module install 有問題 edited: 1
| |||||||||
guest |
這是我跑出來的內容,看起來似乎並沒有不對之處啊 >< 不會需要重裝整個GTK吧? [root@alvinArch alvin]# for i in $(pidof chromium);do strings /proc/$i/environ |egrep 'MOD';done | |||||||||
eliu joined: 2007-08-09 posted: 11474 promoted: 617 bookmarked: 187 新竹, 台灣 |
| |||||||||
guest |
附上printenv及查詢gnome-shell的結果 另外,當我將滑鼠移至最下方時,gnome會出現通知列的狀態,最右下角是可以選擇輸入法的,也確定有出現輸入法的圖案(我電腦中僅安裝gcin和內建的英文而已) [root@alvinArch alvin]# printenv
| |||||||||
guest |
已查過,如下,看起來也是正常的: "/usr/lib/gtk-2.0/immodules/im-gcin.so" |
| adm | Find | login register |