How can I customize Ubuntu 10.04 so the menu created by left clicking inside a folder or desktop gives me the option of opening up a terminal in that location? I have thsi functionality in the XFCE desktop on my Xubuntu 10.04 laptop. Any ideas?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 17 down vote accepted

Install nautilus addon nautilus-open-terminal.

sudo apt-get install nautilus-open-terminal
link|improve this answer
Cool thanks but it doesn't take effect right away. You have to restart Gnome by entering "sudo /etc/init.d/gdm restart" into terminal. Once Gnome loads back up it works fine :) Thanks. – classer Jul 23 '10 at 10:43
6  
@Adam: You don't have to restart GNOME, just Nautilus (nautilus -q should do the trick). – Bruce van der Kooij Aug 17 '10 at 10:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.