From 8155086a9d6a7c8a25c624868aa748c408e16657 Mon Sep 17 00:00:00 2001 From: swei Date: Thu, 25 Dec 2014 17:12:11 +0800 Subject: [PATCH] [Bug:2126] fix openoffice use scim imput in disorder modified: set_tcsh_encode.sh Signed-off-by: swei --- install_shell/set_tcsh_encode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_shell/set_tcsh_encode.sh b/install_shell/set_tcsh_encode.sh index 6d7c247..29d592b 100755 --- a/install_shell/set_tcsh_encode.sh +++ b/install_shell/set_tcsh_encode.sh @@ -6,5 +6,7 @@ fi if grep -q -v "LC_CTYPE" /etc/csh.cshrc;then echo "setenv LC_CTYPE zh_CN.gb18030">>/etc/csh.cshrc + echo "setenv GTK_IM_MODULE scim">>/etc/csh.cshrc + echo "setenv LANG zh_CN.gb18030">>/etc/csh.cshrc fi