Ubuntu is a totally new system for me, and I installed it on virtual box. Today when I tried to open terminal in Ubuntu, it just can't open it. Yesterday I could use the terminal normally, and I changed nothing. The terminal does have a response when I click it, but no window shows up. What's wrong with it, and what should I do?
Asked
Active
Viewed 5,953 times
1 Answers
0
Try pressing Left Alt+F2, and type gnome-terminal
into the resulting window. Then press Enter, and see if the terminal appears.

muru
- 197,895
- 55
- 485
- 740
-
The user uses Virtual Box, so it has to be left Alt button, not just any Alt. – Sergiy Kolodyazhnyy Sep 19 '16 at 00:05
gnome-terminal
andxterm
. Open the Dash and search forxterm
. Open it and try to reinstallgnome-terminal
assudo apt-get install --reinstall gnome-terminal
. xterm by default has very very small font, so you will have to change it via Ctrl_Left button + Right_Click. Let me know if that helps – Sergiy Kolodyazhnyy Sep 19 '16 at 00:04gnome-terminal
fromxterm
specifically. It should show diagnostic messages in command line. So fromxterm
type/usr/bin/gnome-terminal
and hit enter. Let us know what happens – Sergiy Kolodyazhnyy Sep 19 '16 at 00:06