Ha-ha! OK, I got frustrated and did track down the fix. What did I find? Well, on my system the default "Templates" location wasnt even ~Templates, it was just ~
To fix it:
------------------
sudo gedit /home/<username>/.config/user-dirs.dirs
then edit this line
XDG_TEMPLATES_DIR="$HOME"
to
XDG_TEMPLATES_DIR="$HOME/Templates"
------------------
Ha-ha! OK, I got frustrated and did track down the fix. What did I find? Well, on my system the default "Templates" location wasnt even ~Templates, it was just ~
To fix it: username> /.config/ user-dirs. dirs
------------------
sudo gedit /home/<
then edit this line DIR="$HOME"
XDG_TEMPLATES_
to DIR="$HOME/ Templates"
XDG_TEMPLATES_
------------------
Seriously lame...