After updating my Ubuntu 18.04 by running...
sudo apt-get update &
sudo apt-get upgrade
...I get the following error message after each restart my Ubuntu:
Error found when loading /etc/profile:
/etc/profile.d/01-locale-fix.sh:/usr/bin/locale-check:no such file or directory
locale: Cannot set LC_ALL to default locale no such file or directory
locale: Cannot set LC_ALL to default locale no such file or directory
As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.
and after start terminal is not opening.
sudo apt install --reinstall base-files
– steeldriver Apr 19 '19 at 21:23