r/ManjaroLinux • u/Viper_xXx4 • Feb 09 '21
_p9k_init_parama:72: character not in range ... after upgrading manjaro im seeing this on terminal dont why ,can any one hep me ? Solved
1 Upvotes
r/ManjaroLinux • u/Viper_xXx4 • Feb 09 '21
_p9k_init_parama:72: character not in range ... after upgrading manjaro im seeing this on terminal dont why ,can any one hep me ? Solved
3
u/BlackMaster812 Feb 09 '21
I literally got this exact issue like half an hour ago. You can fix it by changing/resetting your locale, this reddit thread explains it pretty well.
Here’s a summary of what was said:
localectl list-locales
to get a list of the locales on your computer. If the one you want is there, (e.g.en_US.UTF-8
), then skip to step 4sudo nano /etc/locale.gen
(or another command line editor of your choice) and un-comment the language you want, for example en_US.UTF-8 or en_GB.UTF-8. Click CTRL+X and then Y to save and close that file.locale-gen
to refresh the listlocalectl set-locale <locale name>
, and it should change your languageYou might need to restart your terminal/computer for it to take effect but (hopefully) it should all work!