grefsen
grefsen copied to clipboard
Can you help?
@ec1oud thanks for you project "grefsen". But i cant start it, i get this error "QQmlApplicationEngine failed to load component qrc:///qml/main.qml:20 module "QtWayland.Compositor" is not installed". I use qt4 and qt5.9.1. I select qt with QT_SELECT variable. I use qt5 but i get error. How fix it? Sorry for my English.
If you installed Qt from your distro's packages, chances are qtwayland is a separate package that you need to install.
Look for libQt5WaylandCompositor.so in your LibrariesPath. (try qtdiag if you don't know where that is)
I found this files in /usr/lib/x86_64-linux-gnu(LibrariesPath) libQt5WaylandCompositor.so.5 libQt5WaylandCompositor.so.5.9 libQt5WaylandCompositor.so.5.9.1 QTwayland is installed, problem not fix.