I just installed the terminator terminal emulator on my linux mint. for some reason I don't understand, it sets my password for some locale options. I tried a few things, but they only offer a temporary fix. every time I open the terminal, it resets the locale settings to my password.
LANG=koldenod19*
LANGUAGE=
LC_CTYPE="mypassword"
LC_NUMERIC=om_KE.UTF-8
LC_TIME="mypassword"
LC_COLLATE="mypassword"
LC_MONETARY=om_KE.UTF-8
LC_MESSAGES="mypassword"
LC_PAPER=om_KE.UTF-8
LC_NAME=om_KE.UTF-8
LC_ADDRESS=om_KE.UTF-8
LC_TELEPHONE=om_KE.UTF-8
LC_MEASUREMENT=om_KE.UTF-8
LC_IDENTIFICATION=om_KE.UTF-8
LC_ALL=
I tried using sudo dpkg-reconfigure localesand export LC_ALL="eo_US.utf8", and the problem still persists.
user6003897
source
share