Skip to content

Commit

Permalink
chore: comment on dconf validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 24, 2024
1 parent fdfceb0 commit aace503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_files/bluefin-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ if [[ "${BASE_IMAGE_NAME}" = "silverblue" ]]; then
find /usr/share/glib-2.0/schemas/ -type f ! -name "*.gschema.override" -exec cp {} /tmp/bluefin-schema-test/ \;
cp /usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override /tmp/bluefin-schema-test/
echo "Running error test for bluefin gschema override. Aborting if failed."
# We are omitting "--strict" from the schema validation since GNOME <47 do not contain the accent-color keys.
# We should ideally refactor this to handle multiple GNOME version schemas better
glib-compile-schemas /tmp/bluefin-schema-test
echo "Compiling gschema to include bluefin setting overrides"
glib-compile-schemas /usr/share/glib-2.0/schemas &>/dev/null
Expand Down

0 comments on commit aace503

Please sign in to comment.