Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1566 by [email protected]: ibus里一依次添加了English(US)、 Chinese-Pinyin,默认使用的却是Chinese-Pinyin
http://code.google.com/p/ibus/issues/detail?id=1566 What version of the product are you using? On what operating system? OS (Linux distributions, UNIX or ...):Arch Linux Architecture (i386, x86_64):x86_64 IBus version:1.5.0 Input method name and version:ibus-pinyin Python version: dbus version: dbus-python version: gtk version (if bug is about gtk applications): qt version (if bug is about qt applications): What steps will reproduce the problem? 1.系统语言为en_US.utf8 2.在.profile中export LANG=zh_CN.utf8 3.Input Sources 设置为Chinese 4.在ibus的Input Method添加输入方法,从上到下依次为: What is the expected output? What do you see instead? 系统启动后,默认输入法应该是English(US),但是现在却是Chinese-Pinyin。 Please provide any additional information below. ### $locale LANG=en_US.utf8 LC_CTYPE="en_US.utf8" LC_NUMERIC=en_US.utf8 LC_TIME=en_US.utf8 LC_COLLATE="en_US.utf8" LC_MONETARY=en_US.utf8 LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT=en_US.utf8 LC_IDENTIFICATION="en_US.utf8" LC_ALL= ### ~/.profile export LANG=zh_CN.utf8 export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus ibus-daemon -d -x Attachments: Screenshot from 2012-12-26 09:33:10.png 33.7 KB -- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
