From aa98e388fa3407f703f80c61117237af961f61b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:01:42 +0200 Subject: Adding upstream version 0.18. Signed-off-by: Daniel Baumann --- man/user-dirs.defaults.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 man/user-dirs.defaults.xml (limited to 'man/user-dirs.defaults.xml') diff --git a/man/user-dirs.defaults.xml b/man/user-dirs.defaults.xml new file mode 100644 index 0000000..025ece3 --- /dev/null +++ b/man/user-dirs.defaults.xml @@ -0,0 +1,72 @@ + + + + + + user-dirs.defaults + XDG + + + Developer + Alexander + Larsson + alexl@redhat.com + + + + + + user-dirs.defaults + 5 + File Formats + + + + user-dirs.defaults + default settings for XDG user dirs + + +Description +The /etc/xdg/user-dirs.defaults file is a +text file that contains the default values for the XDG user dirs which +are used by the xdg-user-dirs-update command. +This file contains lines of the form + +NAME=VALUE + + +The following names are recognised: + + DESKTOP + DOWNLOAD + TEMPLATES + PUBLICSHARE + DOCUMENTS + MUSIC + PICTURES + VIDEOS + +The values are relative pathnames from the home directory and +will be translated on a per-path-element basis into the users locale. +Lines beginning with a # character are ignored. + + +Environment + + +XDG_CONFIG_DIRS +The user-dirs.defaults file +is located in this directory. The default is /etc/xdg. + + + + +See Also + + xdg-user-dirs-update1 + + + + -- cgit v1.2.3