[neon/snap-packaging/snapcraft-desktop-integration/work.core24] common: Revert "Fix glib-compile-schemas path"
Scarlett Moore
null at kde.org
Tue Apr 29 06:58:43 BST 2025
Git commit a40f2682724add7e49e7ba0c5b880433393f0719 by Scarlett Moore.
Committed on 29/04/2025 at 05:58.
Pushed by scarlettmoore into branch 'work.core24'.
Revert "Fix glib-compile-schemas path"
This reverts commit 209584cda45e846ecc37261e9f0921766ca577a1
M +2 -2 common/desktop-exports
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/a40f2682724add7e49e7ba0c5b880433393f0719
diff --git a/common/desktop-exports b/common/desktop-exports
index 43ea03b..f8a3ef8 100644
--- a/common/desktop-exports
+++ b/common/desktop-exports
@@ -323,7 +323,7 @@ function make_user_fontconfig {
fi
for ((i = 0; i < ${#data_dirs_array[@]}; i++)); do
if [ -d "${data_dirs_array[$i]}/fonts" ]; then
- echo " <dir>${data_dirs_array[$i]sudo modprobe -r kvm_intel}/fonts</dir>"
+ echo " <dir>${data_dirs_array[$i]}/fonts</dir>"
fi
done
# The purpose of this directory is to make certain fontconfig files available
@@ -399,7 +399,7 @@ function compile_schemas {
fi
}
if [ "$needs_update" = true ]; then
- async_exec compile_schemas "$SNAP_DESKTOP_RUNTIME/usr/bin/glib-compile-schemas"
+ async_exec compile_schemas "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/glib-2.0/glib-compile-schemas"
fi
# Enable gsettings user changes
More information about the Neon-commits
mailing list