[PR #11645/a09e879f backport][stable-11] xfconf: fix boolean return values (#11649)

xfconf: fix boolean return values (#11645)

* xfconf: fix boolean return values

* add changelog frag

(cherry picked from commit a09e879ff2)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2026-03-22 20:33:24 +01:00
committed by GitHub
parent a742525c89
commit 4bd1bb8c2a
3 changed files with 43 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- xfconf - representation of boolean properties was not consistent between Python and ``xfconf-query``, leading to broken idempotency (https://github.com/ansible-collections/community.general/pull/11645).