Gnome Template Folder

Just installed 25.11 from scratch.

In the previous version 25.05, I could “right click” in a folder and got a selection of my templates from the template folder.

Now it is not working anymore.

I don’t know what happened on you system (long time user here). On my system I moved the Templates folder to .templates and changed `~/.config/user-dirs.dirs~ accordingly. And creating files from these templates works. Maybe you can check this file on your system to understand better what is going on.

Thank you very much for the hint. I was not aware, that I have to mange the home-folders myself.

xdg.userDirs = {
enable = true;
createDirectories = true;

desktop = null;
publicShare = null;

pictures = "$HOME/Bilder";
download = "$HOME/Downloads";
documents = "$HOME/Dokumente";
music = "$HOME/Musik";
templates = "$HOME/Vorlagen";
videos = "$HOME/Videos";

};

@bwolf Thank you very much for the hint.