Tuesday, February 26, 2013

Fix "Warning: No support for locale: en_US.utf"



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