# Produce and export schemas needed by GSettings # source tools/maint/gsettings.inc find . -type d -name schemas -exec glib-compile-schemas {} \; export GSETTINGS_SCHEMA_DIR=$( find . -type d -name schemas -printf "$PWD/%P:" | sed 's/:$//' )