I am using Ubuntu 18.04.2 LTS. I have an Intel Core i7 CPU with a GeForce RTX 2070.
I am using a new lab computer. Whenever I push on the terminal applet, I see the clock icon running, then nothing. The only thing I had done was installed Chrome. I read that installing Chrome may have been the issue, so I uninstalled the application and reset the computer. However, I still cannot access the terminal.
I do not have much experience with Linux, so feel free to ask if you need any more info.
gnome-terminal
. – Pablo Bianchi Sep 23 '19 at 19:14uxterm
,xterm
,x-terminal-emulator
(terminator
), or with Ctrl + Alt + F4 (virtual console) and read the logs (journalctl -xe
). – Pablo Bianchi Sep 23 '19 at 19:41gnome-terminal
from xterm and see what happen (something to stdout/stderr?). Check the logs withjournalctl
. Might be useful if you add the output ofinxi -SG -! 31 -y 80
. – Pablo Bianchi Sep 23 '19 at 21:53