13

Is there any stable open terminal plugin for nautilus?

Jorge Castro
  • 70,934
  • 124
  • 466
  • 653
Tachyons
  • 17,221
  • 18
  • 74
  • 116

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,022
  • 7
  • 39
  • 51
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
  • 16,848
  • 2
  • 45
  • 60
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.
franzlorenzon
  • 2,957
  • 4
  • 20
  • 23
Ashu
  • 9,384
  • 3
  • 37
  • 58