docs(bling): Update documentation about dconf-update-service
This commit is contained in:
parent
84285e8958
commit
562b6d6bfe
1 changed files with 7 additions and 2 deletions
|
|
@ -8,6 +8,11 @@ The bling to pull in is declared under `install:`, and the code for installing t
|
|||
|
||||
### `dconf-update-service`
|
||||
|
||||
The `dconf-update-service` submodule creates a systemd unit to automatically update changes you make to [dconf](https://wiki.gnome.org/Projects/dconf) in your custom image. For an example of a dconf keyfile, see the [dconf custom defaults documentation](https://help.gnome.org/admin/system-admin-guide/stable/dconf-custom-defaults.html.en).
|
||||
The `dconf-update-service` submodule creates a systemd unit to automatically update changes you make to [dconf](https://wiki.gnome.org/Projects/dconf) in your custom image.
|
||||
|
||||
**Unlike the `gschema-overrides` module, dconf keyfiles are not checked at compile time**
|
||||
For an example of a dconf keyfile, see the [dconf custom defaults documentation](https://help.gnome.org/admin/system-admin-guide/stable/dconf-custom-defaults.html.en).
|
||||
|
||||
Take a note that this documentation is for local-users, not for custom image maintainers. But it serves as a good example of what dconf file looks like.
|
||||
Ignore the advice about creating the `user` profile, as it's already present & just place dconfs in `/etc/dconf/db/distro.d/`, not in `local.d` folder ([Thinking like a distribution](https://blue-build.org/learn/mindset/) mindset).
|
||||
|
||||
**Unlike the `gschema-overrides` module, dconf keyfiles are not checked at compile time for errors.**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue