Skip to content

kdenlive from 4:20.08.2+p20.04+git20201024.0452-0 requires QtQuick.Shapes

Oded Arbel requested to merge odeda/kdenlive:patch-1 into Neon/unstable

Otherwise it crashes on startup.

When running without qml-module-qtquick-shapes installed, we get this error in stdout:

qrc:/qml/Clip.qml:23:1: module "QtQuick.Shapes" is not installed 
     import QtQuick.Shapes 1.11 
     ^

After which kdenlive crashes. After installing qml-module-qtquick-shapes, the problem is solved.

Merge request reports