[neon/snap-packaging/snapcraft-desktop-integration/work.core24] common: Fix glib-compile-shemas properly
Scarlett Moore
null at kde.org
Tue Apr 29 07:10:49 BST 2025
Git commit d43f74246d24d533f7bc40c2f062e92b18d862cd by Scarlett Moore.
Committed on 29/04/2025 at 06:10.
Pushed by scarlettmoore into branch 'work.core24'.
Fix glib-compile-shemas properly
M +1 -1 common/desktop-exports
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/d43f74246d24d533f7bc40c2f062e92b18d862cd
diff --git a/common/desktop-exports b/common/desktop-exports
index f8a3ef8..7230c06 100644
--- a/common/desktop-exports
+++ b/common/desktop-exports
@@ -399,7 +399,7 @@ function compile_schemas {
fi
}
if [ "$needs_update" = true ]; then
- async_exec compile_schemas "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/glib-2.0/glib-compile-schemas"
+ async_exec compile_schemas "$SNAP_DESKTOP_RUNTIME/usr/bin/glib-compile-schemas"
fi
# Enable gsettings user changes
More information about the Neon-commits
mailing list