Closed p5 closed 1 month ago
This pull request includes several changes to configuration files and package lists to update settings and dependencies. The most important changes involve modifying schema overrides, updating package lists, and adjusting error handling in a script.
Schema overrides updates:
system_files/silverblue/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override
accent-color
Package list updates:
packages.json
jetbrains-mono-fonts-all
Script error handling adjustment:
build_files/bluefin-changes.sh
--strict
glib-compile-schemas
This pull request includes several changes to configuration files and package lists to update settings and dependencies. The most important changes involve modifying schema overrides, updating package lists, and adjusting error handling in a script.
Schema overrides updates:
system_files/silverblue/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override
: Updated font settings to use "Inter" and "JetBrains Mono" fonts, addedaccent-color
, and included new experimental features for GNOME Mutter. [1] [2] [3] [4]Package list updates:
packages.json
: Addedjetbrains-mono-fonts-all
and removedjetbrains-mono-fonts-all
from a different section to ensure correct categorization. [1] [2]Script error handling adjustment:
build_files/bluefin-changes.sh
: Removed the--strict
flag from theglib-compile-schemas
command to prevent script abortion on non-critical errors.