Folder Customizing - pinedance/codenote GitHub Wiki
sudo apt-get install nautilus-open-terminal
other way.... ref
- Close any open file browsers windows (just to be safe).
- System > Administration > Synaptic Package Manager
- Search for "nautilus-open-terminal"
- If you do not see it you need to add the "Universe" repository: https://help.ubuntu.com/ubuntu/deskt...ositories.html
- Mark it for installation then click Apply.
- Open a new file browser and right click a folder. You should see "Open in Terminal". If you do not then log off and log in again.
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install open-as-administrator
and restart nautilus
killall nautilus && nautilus &