Missing qml6-module-qtcore and qml6-module-qtquick-dialogs in Readme
Closed this issue · 5 comments
andimik commented
Line 149 in 654e457
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
AlbrechtL commented
Which Linux distribution do you are using?
andimik commented
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).
AlbrechtL commented
Ok. Can you send me a pull request please?
andimik commented
Ok, done,
AlbrechtL commented
Thanks for the pull request. I just merged it.