Skip to content

Commit

Permalink
chore(linux): Additionally specify regular schemas path
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Oct 18, 2023
1 parent 4a3556c commit 114d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/keyman-config/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ execute_with_temp_schema() {
TEMP_DATA_DIR=$(mktemp -d)
SCHEMA_DIR="${TEMP_DATA_DIR}/glib-2.0/schemas"
export XDG_DATA_DIRS="${TEMP_DATA_DIR}":${XDG_DATA_DIRS-}
export GSETTINGS_SCHEMA_DIR="${SCHEMA_DIR}"
export GSETTINGS_SCHEMA_DIR="${SCHEMA_DIR}:/usr/share/glib-2.0/schemas/:${GSETTINGS_SCHEMA_DIR}"
mkdir -p "${SCHEMA_DIR}"
cp resources/com.keyman.gschema.xml "${SCHEMA_DIR}"/
glib-compile-schemas "${SCHEMA_DIR}"
Expand Down

0 comments on commit 114d14c

Please sign in to comment.