From d9f99fdf8d0cc56c51a44766b92a05a9d4321886 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 21:11:01 +0100 Subject: [PATCH] [PR #11159/6bf0780d backport][stable-11] xfconf: update state=absent doc (#11161) xfconf: update state=absent doc (#11159) (cherry picked from commit 6bf0780d236bb2baf6e4d13102706745cded595e) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/xfconf.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/modules/xfconf.py b/plugins/modules/xfconf.py index 044aa0ace8..f4e214e2cf 100644 --- a/plugins/modules/xfconf.py +++ b/plugins/modules/xfconf.py @@ -25,6 +25,10 @@ seealso: description: XFCE documentation for the Xfconf configuration system. link: 'https://docs.xfce.org/xfce/xfconf/start' + - name: xfce4-settings-editor - Settings Editor + description: XFCE documentation for the graphical editor for configuration settings. + link: https://docs.xfce.org/xfce/xfce4-settings/editor#change_properties + extends_documentation_fragment: - community.general.attributes @@ -71,6 +75,10 @@ options: - The action to take upon the property/value. - The state V(get) has been removed in community.general 5.0.0. Please use the module M(community.general.xfconf_info) instead. + - Xfce4 may, and usually does, have default values that come with the system packages. + You can set new values for these default properties and override the their values. + However, whey you use O(state=absent), the module executes the command C(xfconf-query reset) for the specified property and + that only removes user-configured properties, so those properties are B(not removed), but rather they go back to the default values. choices: [present, absent] default: "present" force_array: