Saturday, July 25, 2009

No Templates Installed on Nautilus

I've been working on tons of PHP, Java, and Python files for quite some time now, and I've recently tried getting the templates feature working on Nautilus. For some reason, the templates directory directs me to my home directory, instead of the usual Templates where I've saved a couple. After googling for answers, I stumbled upon Launchpad Answers which directs me to a forum thread.

Edit ~/.config/user-dirs.dirs and change the template directory from

XDG_TEMPLATES_DIR="$HOME"
to
XDG_TEMPLATES_DIR="$HOME/Templates"



Powered by ScribeFire.