Recently, I've been unable to launch the application with this error:
QQmlApplicationEngine failed to load component
qrc:/main.qml:152:5: Type AboutDialog unavailable
qrc:/AboutDialog.qml:115:13: Type TextArea unavailable
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TextArea.qml:15:1: module "org.kde.sonnet" is not installed
Which indicates a missing dependency.
I installed it from the rpm package, on fedora 38 (version 1.2.0), and it used to work out of the box, not exactly sure when it broke since it's been a while (if memory serves, I was on fedora 37 the last time I had tested it).
This is probably fedora specific, is the package maintained here?
Also, for the benefit of other people with the same issue:
The missing package is called kf5-sonnet, not qml-module-org-kde-sonnet.
Recently, I've been unable to launch the application with this error:
Which indicates a missing dependency.
I installed it from the rpm package, on fedora 38 (version 1.2.0), and it used to work out of the box, not exactly sure when it broke since it's been a while (if memory serves, I was on fedora 37 the last time I had tested it).
This is probably fedora specific, is the package maintained here?
Also, for the benefit of other people with the same issue: The missing package is called
kf5-sonnet
, notqml-module-org-kde-sonnet
.