From de6a0f3c8150ef65c4f061a4e09ff25545df1dc4 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Mon, 7 Apr 2025 19:17:55 +0200 Subject: [PATCH] docs(gschema-overrides): Explain why `zz1-` prefixed gschema override is preferred --- modules/gschema-overrides/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/gschema-overrides/README.md b/modules/gschema-overrides/README.md index 084eedc..16a4be1 100644 --- a/modules/gschema-overrides/README.md +++ b/modules/gschema-overrides/README.md @@ -26,7 +26,9 @@ Then you can just set `type: gschema-overrides` in module recipe & be good to go Optionally, you can include only specific file(s) in the module recipe, if you don't want every gschema override, like in example configuration. -It is highly recommended to use `zz1-` prefix before your gschema.override name, to ensure that your changes are going to be applied. +It is highly recommended to use `zz1-` prefix before your gschema.override name, to ensure that your changes are going to be applied. +Gschema overrides which rank higher in alphabetic filename order are the most preferred, hence the recommendation above. +So if you don't see some changes with `zz1-` prefixed gschema override applied, rename the prefix to the higher alphabetic order like `zz2-` or similar. Also don't forget to rename your file(s) too with this prefix in `files/gschema-overrides/`.