tree: 4a2fc81cef58aabf0841123f6ff62e8be883a11b [path history] [tgz]
  1. README.md
  2. ubuntu-20.04.compiled
shell/platform/linux/testing/gschemas/README.md

gsettings-desktop-schemas

This directory contains a few variants of gsettings-desktop-schemas with different schemas for testing purposes.

Add or update schemas

# download gsettings-desktop-schemas package
wget http://archive.ubuntu.com/ubuntu/pool/main/g/gsettings-desktop-schemas/gsettings-desktop-schemas_<version>.deb

# extract schema sources (/usr/share/glib-2.0/schemas/*.gschema.xml & .override)
ar x gsettings-desktop-schemas_<version>.deb
tar xf data.tar.zst

# compile schemas (/usr/share/glib-2.0/schemas/gschemas.compiled)
glib-compile-schemas --targetdir path/to/testing/gschemas usr/share/glib-2.0/schemas/