Hi, when starting neochat I get: $ neochat QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-tom' QQmlApplicationEngine failed to load component qrc:/qml/main.qml:145:20: Type RoomDrawer unavailable qrc:/imports/NeoChat/Panel/RoomDrawer.qml:260:9: Type RoomSettingsDialog unavailable qrc:/imports/NeoChat/Dialog/RoomSettingsDialog.qml:73:17: Type TextArea unavailable file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TextArea.qml:15:1: module "org.kde.sonnet" is not installed
This is fixed by installing the sonnet package. Kind regards, Thomas diff --git net/neochat/Makefile net/neochat/Makefile index 8badb1c456b..b079f9a5389 100644 --- net/neochat/Makefile +++ net/neochat/Makefile @@ -3,7 +3,7 @@ USE_WXNEEDED = Yes COMMENT = client for Matrix chat VERSION = 1.2.0 DISTNAME = neochat-${VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES= net @@ -23,6 +23,7 @@ MODULES = devel/kf5 RUN_DEPENDS = devel/desktop-file-utils \ devel/kf5/kitemmodels \ devel/kf5/qqc2-desktop-style \ + devel/kf5/sonnet \ graphics/kquickimageeditor \ x11/gtk+3,-guic