Re: [arch-general] Different local setting of rc.conf and X

2009-12-08 Thread 大熊
2009/12/9 Guus Snijders : > 大熊 schreef: >> >> I need en_US.UTf-8 under console and zn_CN.UTF-8 under X >> >> So rc.conf: >> >>    LOCALE="en_US.UTF-8" >> >> and ~/.xprofile: > > > Wrong file i guess, shouldn't that be .profile? > > On the other hand; i have similar situation as you, but i used .xin

Re: [arch-general] Different local setting of rc.conf and X

2009-12-08 Thread Guus Snijders
大熊 schreef: I need en_US.UTf-8 under console and zn_CN.UTF-8 under X So rc.conf: LOCALE="en_US.UTF-8" and ~/.xprofile: Wrong file i guess, shouldn't that be .profile? On the other hand; i have similar situation as you, but i used .xinitrc: LANG=nl_NL.utf8 export LANG This works when y

Re: [arch-general] Different local setting of rc.conf and X

2009-12-07 Thread 大熊
2009/12/7 大熊 : > I need en_US.UTf-8 under console and zn_CN.UTF-8 under X > > So rc.conf: > >    LOCALE="en_US.UTF-8" > > and ~/.xprofile: > >    exprot LANG=zh_CN.UTF-8 sorry for typo :) export LANG=zh_CN.UTF-8 > > But after I login, the desktop is still en_US, Why? > -- 不是所有的特仑苏都是牛奶

[arch-general] Different local setting of rc.conf and X

2009-12-07 Thread 大熊
I need en_US.UTf-8 under console and zn_CN.UTF-8 under X So rc.conf: LOCALE="en_US.UTF-8" and ~/.xprofile: exprot LANG=zh_CN.UTF-8 But after I login, the desktop is still en_US, Why?