.xinitrc是直接复制的 /etc/X11/xinit/xinitrc 然后加了这一段:
export LANG=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
exec gnome-session
没装 gdm,直接 startx
然后一堆程序是英文的。
最近编辑记录 savvvygh (2016-01-25 20:32:30)
离线
locale 和 locale -a 的输出是?
另外设置语种推荐:LANGUAGE=zh_CN:zh_TW
离线
$ locale
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
$ locale -a
C
en_US.utf8
POSIX
zh_CN
zh_CN.gb18030
zh_CN.gb2312
zh_CN.gbk
zh_CN.utf8
离线
我是这样配置的 fcitx, gnome-shell
1- 安装
pacman -S fcitx-googlepinyin fcitx-configtool fcitx-gtk2 fcitx-gtk3 fcitx-qt4 fcitx-qt5 fcitx-im adobe-source-han-sans-cn-fonts adobe-source-han-sans-tw-fonts opendesktop-fonts ttf-fantasque-sans-git ttf-liberation ttf-hack ttf-gentium ttf-fira-mono ttf-fira-sans
2- 配置 fcitx (我只用google-pinyin)
3- 根目录建立 .xprofile
[jeff@jeff ~]$ cat ~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
4- 重启 gdm 或机器
多谢
离线
回楼上:我的输入法没问题,只是程序不显示中文界面。
离线
你的 locale 命令输出是在 X 里面得到的么?
看起来应该没什么问题,可以设置一下LC_ALL试试。
Site: CVHC.CC Twitter: @cuihaoleo Org: LUG@USTC
AD: ~欢迎参与志愿计算~
离线
实在无解了。
# echo LANG=zh_CN.UTF-8 > /etc/locale.conf
先用着吧。
离线
实在无解了。
# echo LANG=zh_CN.UTF-8 > /etc/locale.conf
先用着吧。
誒你一開始沒設置這個?
那你 locale 的輸出爲什麼會是對的……
computerは神様だと信じていて
だからVIMの上でずっと指が舞って
自ら恋愛相手を作り出して
离线
savvvygh 说:实在无解了。
# echo LANG=zh_CN.UTF-8 > /etc/locale.conf
先用着吧。誒你一開始沒設置這個?
那你 locale 的輸出爲什麼會是對的……
一开始当然是这样的
echo LANG=en_US.UTF-8 > /etc/locale.conf
我严格按 wiki 来的……
离线
要不这样,在~/.bashrc或~/.zshrc中添加
alias startx="LANG=zh_CN.UTF-8 startx"
离线