PDA

View Full Version : [SOLVED] nautilus-open-terminal not showing up



jomex
May 23rd, 2010, 10:59 AM
i just:

sudo apt-get install nautilus-open-terminal

but it doesn't show up in nautilus

when i do:

gksudo nautilus

and open the context menu, it does

how can i get the open-terminal to show up as user?

SlidingHorn
May 23rd, 2010, 11:08 AM
nautilus-open-terminal is, in fact in the repos -- i just did an apt-cache search for it. if it's saying the package doesn't exist, I'd run a sudo apt-get update to re-check them


sudo apt-get update
sudo apt-get install nautilus-open-terminal
nautilus-open-terminal

(one @ a time)

jomex
May 23rd, 2010, 11:13 AM
the installation worked fine, the command just doesn't show up in nautilus

ingvildr
May 23rd, 2010, 11:40 AM
I think you have to log out/back in for it to show up.

jomex
May 24th, 2010, 10:36 AM
works, thanks!