3

I'm using Ubuntu 20.04 LTS and I noticed this issue recently. I cannot open a terminal in a directory by right clicking in the directory and selecting "Open in Terminal". However, I'm able to launch the terminal from applist and cd to any directory. What can be the issue?

enter image description here

Kulfy
  • 17,696

1 Answers1

2

Maybe I think Nautilus GNOME Terminal extensions are not installed. In recent versions (20.04) that is not installed by default. First quit all Nautilus windows with:

nautilus -q

Then run:

sudo apt install nautilus-extension-gnome-terminal

Then reboot and open Nautilus.

Eliah Kagan
  • 117,780
Wasif
  • 433
  • 2
  • 5