I can't get terminal to open at all after updating to 15.04. I've read it is because of the custom locale. How do I change this? Thanks
Asked
Active
Viewed 2,184 times
0
-
Give us the error message. – A.B. May 11 '15 at 05:53
-
there i no error message, it just attempts to open when i click on it and it stops trying after a few seconds – Kyle Jorn May 11 '15 at 22:44
1 Answers
0
I had the same problem and changing the locale actually fixed it.
You can change the locale in /etc/default/locale
.
You can try setting the contents of that file to:
LANG="en_US.UTF-8"
LANGUAGE="en_US"
which should work. If that actually works you can then try your preferred locale.
Be sure you are using a valid locale (I, for instance, was missing the .UTF-8 part).
To apply the changes made I would suggest rebooting, but someone else might be able to give a better alternative.

lgpasquale
- 194
-
Or using SSH/Terminal:
– Martin Andersson Nov 25 '16 at 17:18sudo update-locale LANG=en_US.UTF-8 LANGUAGE=en_US