2

I was trying to kill responded window so I used kill -9 PID and the PID was the ID of /usr/libexec/gnome-terminal-server by mistake. Now, every time I start terminal (even if it is a virtual terminal) it doesn't show anything as shown in the image below

enter image description here

and then I need to press CTRL+d to begin using shell.

After clicking CTRL+d :

enter image description here

mchid
  • 44,904
  • 8
  • 102
  • 162

1 Answers1

0

Check the service alive or not

systemctl --user status gnome-terminal-server status

Then depends on the condition you can

systemctl --user start gnome-terminal-server status

or

systemctl --user restart gnome-terminal-server status