3

I had "open in terminal" in my previous ubuntu of 14.04 and it was a life safer, I can open terminal at a specific location and path. In ubuntu 16.04 also I want some thing like that so I followed this answer and installed nautilus-actions. The problem with this is that it will work only inside a nautilus and not work in desktop. Is there a light weight software which can be used to "Open terminal here" in both the desktop and nautilus?

EDIT:

I somehow missed "open in terminal" in my nautilus window. It seems that ubuntu 16.04 has built in "open in terminal" for nautilus. But my problem still exists. I cant open "open in terminal" from desktop.

Eka
  • 3,007

1 Answers1

0

This has moved to Gnome-Terminal package. Please uninstall it and install. Open xterm and run below commands.

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

Restart the computer.

dedunu
  • 9,556