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.conf.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 man/user-dirs.conf.xml (limited to 'man/user-dirs.conf.xml') diff --git a/man/user-dirs.conf.xml b/man/user-dirs.conf.xml new file mode 100644 index 0000000..6664d94 --- /dev/null +++ b/man/user-dirs.conf.xml @@ -0,0 +1,77 @@ + + + + + + user-dirs.conf + XDG + + + Developer + Alexander + Larsson + alexl@redhat.com + + + + + + user-dirs.conf + 5 + File Formats + + + + user-dirs.conf + configuration for xdg-user-dirs-update + + +Description +The /etc/xdg/user-dirs.conf file is a +text file that controls the behavior of the xdg-user-dirs-update +command. Users can have their own +~/.config/user-dirs.conf file, which overrides +the system-wide configuration. + +The following keys are recognised: + + +enabled=boolean +When set to False, xdg-user-dirs-update will not +change the XDG user dirs configuration. + + +filename_encoding=encoding +This sets the filename encoding to use. +encoding can be an explicit encoding name, +such as UTF-8, or "locale", which means the encoding of the users +locale will be used. + + +Lines beginning with a # character are ignored. + + +Environment + + +XDG_CONFIG_DIRS +The system-wide user-dirs.conf file +is located in this directory. The default is /etc/xdg. + + +XDG_CONFIG_HOME +The per-user user-dirs.conf file +is located in this directory. The default is $HOME/.config. + + + + +See Also + + xdg-user-dirs-update1 + + + + -- cgit v1.2.3