
22 Jul
2021
22 Jul
'21
1:50 p.m.
I wrote:
On KDE, when I type
kde4-config --path templates
to find out where a KDE-based file manager like Dolphin finds these templates, it reports
/home/ldo/.kde/share/templates/:/usr/share/templates/
I was wondering why KDE might be using a KDE-specific user directory, rather than something more freedesktop.org-generic. The command kf5-config --path templates returns a more standards-compliant-looking answer: /home/ldo/.local/share/templates/:/usr/share/templates/ which makes me wonder why the kde4-config command is still on my system ...