Is there any stable open terminal plugin for nautilus?
3 Answers
I use 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 &
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
- 17,212
Steps:
- Download this script file.
- Right click in nautilus or on
Desktop → Scripts → Scriptsfolder and extract the downloaded file into this folder. - Close the folder. That's it.
- 2,977
- 9,642