AlbrechtL/welle.io

Missing qml6-module-qtcore and qml6-module-qtquick-dialogs in Readme

Closed this issue · 5 comments

sudo apt install libqt6charts6-dev qt6-base-dev qt6-tools-dev-tools qt6-multimedia-dev qt6-wayland-dev libqt6core5compat6-dev libqt63dquick6 libqt6qml6 qt6-declarative-dev qml6-module-qtquick-controls qml6-module-qtquick qml6-module-qt5compat-graphicaleffects qml6-module-qtcharts qml6-module-qtmultimedia qml6-module-qtquick-window qml6-module-qtquick-layouts qml6-module-qtqml-workerscript qml6-module-qtwayland-compositor qml6-module-qtquick-templates qtcreator

There are two package missing in this list: sudo apt-get install qml6-module-qtcore qml6-module-qtquick-dialogs are necessary, too.

Otherwise you will not see anything after starting welle-io.

./welle-io
2024-11-10T12:15:56.547 Debug: main: Platform name "wayland"
2024-11-10T12:15:56.547 Debug: main: Set language "de_DE"
2024-11-10T12:15:56.560 Debug: Audio: Current sound output "Internes Audio Analog Stereo"
2024-11-10T12:15:56.592 Warning: QQmlApplicationEngine failed to load component
2024-11-10T12:15:56.592 Warning: qrc:/QML/MainView.qml:32:1: module "QtCore" is not installed

And, if you don't install qml6-module-qtquick-dialogs you will get the following error:

2024-11-10T12:19:44.547 Debug: Error:qrc:/QML/MotView.qml:29 module "QtQuick.Dialogs" is not installed

Which Linux distribution do you are using?

I have several laptops, I can't remember, what I was using some weeks ago.

But I have Ubuntu 24.10 and 24.04 (in detail Linux Mint I guess).

Ok. Can you send me a pull request please?

Ok, done,

Thanks for the pull request. I just merged it.