You are not logged in.
Pages: 1
Terminal is not working. I don't know what happened. I use gnome-terminal and today when i tried to launch terminal, it is not worked, even tried other terminals such as terminator. No result. Can someone help(
Last edited by Miryuchi (2024-01-07 16:49:06)
Offline
Move you shell configuration file out of the way and see if that fixes things.
For example, if you use bash run this command from a root login at a console (replace $user with the actual user name):
su -c '/bin/bash -c "mv ~/.bashrc{,.orig}"' - $userIf it does fix the problem either check ~/.bashrc.orig for errors or share it here for us to look at.
You could also check the X.Org log for error messages, if you're using X.
Jin, Jîyan, Azadî
Offline
terminator and gnome-terminal are the same VTE and it's hyper locale-sensitive.
If HoaS's suggestion doesn't help, see whether you can start and xterm or foot or any other TE that's not a wrapper around vte3
Offline
Pages: 1