You are not logged in.
I've installed Arch, X and i3 on my Surface pro 4.
Each time i boot up, or press mod+enter on i3, i get a window titled "xmessage" saying the following:
uxterm tries unsuccessfully to use locale en_US.UTF-8
by setting $LANG to "en_US.UTF-8".
To actually use a terminal on i3, I have to run xterm in the dmenu
During instillation, I modified /etc/locale.gen my uncommenting line
en_GB.UTF-8
(this is the language I want to use) then ran
locale-gen
Running
echo $LANG
returns
C
Any help on this would be hugely appreciated, thank you.
Last edited by Squiffy (2017-03-10 12:50:30)
Offline
It seems that xterm wants to use a locale that is not available, so you can try setting up your locale. See the wiki for that.
Offline
It seems that xterm wants to use a locale that is not available, so you can try setting up your locale. See the wiki for that.
Thank you! Yes, had to make my /etc/locale.conf file and insert
LANG=en_GB.UTF-8
It now works
Offline
Sometimes the solution is that simple
BTW, you can also set your locale per user and it might be advisable to set the US locale as a fallback, in case someone assumes the US locale for some reason (or there are parts which aren't "translated")
Last edited by runical (2017-03-10 13:35:26)
Offline