Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.76k stars 836 forks source link

Cannot lauch application, missing 'org.kde.sonnet' #820

Open Luctins opened 8 months ago

Luctins commented 8 months ago

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.