You are not logged in.
Pages: 1
thanks.
I checked photoqt in debian packages. Those 3 are not present in the list. since devuan is a mirror at heart, I suppose the issue exists in Debian stable and needs to be fixed there? In such a case, would devuan admins be opening a bug with debian admins?
I don't see those 3 modules in the dependencies for this package:
https://pkginfo.devuan.org/cgi-bin/pack … 4.8.1+ds-1
So, package is not configured correctly? missing dependencies.
Ok, here is what I got in cli when trying to run photoqt
shows missing module: PQMainWindow.qml::::24: qrc:/src/qml/PQMainWindow.qml:24:1: module "QtQuick.Window" is not installed
so, I installed: qml6-module-qtquick-window/stable 6.8.2+dfsg-7 amd64
rerun photoqt:
shows missing module: PQToolTip.qml::::24: qrc:/src/qml/elements/PQToolTip.qml:24:1: module "QtQuick.Controls" is not installed
so I installed:
qml6-module-qtquick-controls/stable 6.8.2+dfsg-7 amd64
Qt 6 Quick Controls QML module
now shows missing module: PQMultiEffect.qml::::23: qrc:/src/qml/elements/PQMultiEffect.qml:23:1: module "QtQuick.Effects" is not installed
so I installed:
qml6-module-qtquick-effects/stable 6.8.2+dfsg-7 amd64
Qt 6 Quick Effects QML module
************************************
now it appears to work. ![]()
Hi,
Anyone else having issues running photoqt? No error message. nothing happens when trying to run it.
I'm on excalibur with lxqt
thanks
Pages: 1