You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
welle.io/README.md
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
.And, if you don't install
qml6-module-qtquick-dialogs
you will get the following error:The text was updated successfully, but these errors were encountered: