1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

dconf: doc typo (#11169)

This commit is contained in:
Alexei Znamensky 2025-11-17 18:46:04 +13:00 committed by GitHub
parent e20e32bb87
commit a986d81c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ notes:
that is, Ansible may think that a value is being changed when it is not. This fallback is to be removed in version 15.0.0
of this collection, at which point the module C(gi.repository) is going to be required.
- The library C(gi.repository) is usually provided by operating system packages (C(python3-gi) for Ubuntu/Debian,
C(python3-gobject) for Red Hat/Fedora, C(python-gobject) for Archlinux, to mention a few).
C(python3-gobject) for Red Hat/Fedora, C(python-gobject) for Arch Linux, to mention a few).
It is available in PyPI as C(PyGObject) but it only provides bindings for system libraries, so using the system packages
is highly recommended over installing it with C(pip).
- Detection of existing, running D-Bus session, required to change settings using C(dconf), is not 100% reliable due to