0

When I click on terminal it shows in the menu but after few seconds, it disappears. I have no idea how to make it work. By the way, since the GUI installed this terminal never working. Is it related to rights?

Screenshot

Kulfy
  • 18,154

1 Answers1

1

Can you launch xterm? I've seen this issue before and what I had to do is to reinstall the terminal. If you can launch xterm you can do:

sudo apt-get remove --purge gnome-terminal
sudo apt-get install gnome-terminal

Does TTY work? Can you access terminal through pressing Ctrl+Alt+F5?

Kulfy
  • 18,154
Oscar
  • 299