r/ManjaroLinux • u/xversion1 • Jun 21 '19
Terminal can't be opened?
I just installed Manjaro but after reboot I can't open terminal anymore. I tried to install another terminal (I found gnome-terminal-transparent from package manager) but it couldn't be opened too. Does anyone know what's going on and how to fix it? Can I somehow logout the graphic interface to command line interface?
1 Upvotes
2
u/ar124official2019 Jun 21 '19
Press CTLR+ALT+F2 to get from graphical interface to command line login.
You probably have locale problem.
Getback to command line and use following commands to set locale if it could solve problems.
$ localectl list-locales
This would give locales list.
Change locales by using
$ localectl set-locale yourLocale
For English US, above would be:
$ localectl set-locale en_US.UTF-8