This is because locale-gen is using an archive file to store all the locales, but many utilities are still looking for the locale files.
try using this line in terminal:
sudo locale-gen --purge --no-archive
That solve my problem. Hope it works for you too.
No comments:
Post a Comment