From cdf55f7678bed0af2716a602f8f099afcd5612a3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 4 Dec 2018 22:02:43 +0100 Subject: [PATCH] Fix AppImage file dialog broken --- packaging/appimage/build-image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/appimage/build-image.sh b/packaging/appimage/build-image.sh index 2f7718274..0770dcacf 100755 --- a/packaging/appimage/build-image.sh +++ b/packaging/appimage/build-image.sh @@ -16,7 +16,8 @@ export APPIMAGEPLUGINS=$APPDIR/usr/plugins/ mkdir -p $APPDIR mkdir -p $APPDIR/usr/share/kdenlive mkdir -p $APPDIR/usr/lib - +mkdir -p $PLUGINS +mkdir -p $APPDIR/usr/plugins # qjsonparser, used to add metadata to the plugins needs to work in a en_US.UTF-8 environment. # That's not always the case, so make sure it is -- GitLab