How do I make the terminal open in the root of the my home directory and not in the Desktop-folder?
 
Run the below in one line;
 
#gconftool-2 --set --type=bool /apps/nautilus-open-terminal/desktop_opens_home_dir true
Hits: 544