13

Is there any stable open terminal plugin for nautilus?

Jorge Castro
  • 71,754
Tachyons
  • 17,281

3 Answers3

19

I use nautilus-open-terminal Install nautilus-open-terminal (click to install) from the ubuntu repos (no need to add a ppa!). This adds a "open in terminal" item to the right-click menu in nautilus.

sudo apt-get install nautilus-open-terminal

Afterwards you have to restart nautilus by logging out then back in, or this command:

nautilus -q && nautilus &
amc
  • 7,142
2

You really shouldn't be crashing when using the Open in Terminal extension. There was an issue in 11.10 between it & ubuntuone libs but it was resolved. Are you fully updated?

Anyway this ppa has an excellent Open Terminal Here, it's a nautilus python extension & will work just fine. (There are many other useful extensions, the ppa is well supported & responsive to any issues, none currently

ppa page - https://launchpad.net/~nae-team/+archive/ppa

To add ppa & install the Open Terminal Here extension

sudo add-apt-repository ppa:nae-team/ppa

Then

sudo apt-get update && sudo apt-get install nautilus-open-terminal-here  
doug
  • 17,026
1

Steps:

  1. Download this script file.
  2. Right click in nautilus or on Desktop → Scripts → Scripts folder and extract the downloaded file into this folder.
  3. Close the folder. That's it.
Ashu
  • 9,482