From 4b74b82686c0c9718f2e6426bfe91d6d4e425556 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Tue, 27 Aug 2019 15:32:37 +0200 Subject: [PATCH] meta-digi: recipes-qt: fix qmlvideo application desktop execution path Signed-off-by: Mike Engel https://jira.digi.com/browse/DEL-6691 --- .../demo-extrafiles/qt5-demo-extrafiles/qmlvideo.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlvideo.desktop b/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlvideo.desktop index 05b568603..8d4a6eaab 100644 --- a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlvideo.desktop +++ b/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlvideo.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Qt5 QML player -Exec=/bin/sh -c "cd /usr/share/qt5/examples/multimedia/video/qmlvideo; ./qmlvideo" +Exec=/bin/sh -c "cd /usr/share/examples/multimedia/video/qmlvideo; ./qmlvideo" Icon=qmlvideo Terminal=false Type=Application