Pixelpulse2
Pixelpulse2 copied to clipboard
Debian package is missing a few run time dependencies
Even after installing all the build time (Build-Depends line) and run time (Depends line) listed in the debian/controls file, Pixelpulse2 fails to run as it is missing the following run time dependencies that are not automatically installed when the Debian Pixelpulse2 package is installed. In order to fix this all that is required is add thing the following package as additional run time dependencies in the debian/controls file ("Depends" line of pixelpulse2 package)
qml-module-qtgraphicaleffects
qml-module-qtquick-dialogs
qml-module-qt-labs-folderlistmodel
qml-module-qt-labs-settings
qml-module-qtqml-models2
Kindly consider adding these.