[neon/extras/gcompris-qt/Neon/release] /: fix path to scanner

Jonathan Riddell null at kde.org
Mon Mar 22 19:22:31 GMT 2021


Git commit 1f0f0979c7e6eacb063477ae7391f3e5254df50e by Jonathan Riddell.
Committed on 22/03/2021 at 19:22.
Pushed by jriddell into branch 'Neon/release'.

fix path to scanner

M  +1    -1    snapcraft.yaml

https://invent.kde.org/neon/extras/gcompris-qt/commit/1f0f0979c7e6eacb063477ae7391f3e5254df50e

diff --git a/snapcraft.yaml b/snapcraft.yaml
index b0cc66a..f604b92 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -9,7 +9,7 @@ apps:
         common-id: org.kde.gcompris.desktop
         command: kf5-launch gcompris-qt
         environment:
-            GST_PLUGIN_SCANNER: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gstreamer-1.0/"
+            GST_PLUGIN_SCANNER: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/gstreamer-1.0/gst-plugin-scanner"
         plugs:
         - kde-frameworks-5-plug
         - home


More information about the Neon-commits mailing list