Bugzilla – Bug 1214916
Missing dependency for Neochat
Last modified: 2023-09-04 07:15:28 UTC
Operating System: openSUSE Tumbleweed 20230902 KDE Plasma Version: 5.27.7 KDE Frameworks Version: 5.109.0 Qt Version: 5.15.10 Kernel Version: 6.4.12-1-default (64-bit) Graphics Platform: Wayland When I install Neochat, it seems, app has missing dependency. After installation I try to run application, but it crashed instantly. After I try to run it from terminal and has a log: ➜ ~ neochat QQmlApplicationEngine failed to load component qrc:/main.qml:20:5: Type RoomList.Page unavailable qrc:/RoomList/Page.qml:87:20: Type ExploreComponent unavailable qrc:/RoomList/ExploreComponent.qml: Type org.kde.neochat/OsmLocationPlugin unavailable qrc:/OsmLocationPlugin.qml:7:1: module "QtLocation" is not installed I find bug on KDE bugtracker: https://bugs.kde.org/show_bug.cgi?id=471855 Then I open link in comment about Gentoo bug that help to find solution: https://bugs.gentoo.org/913017 After installation of libQt5Location5 and libQt5PositioningQuick5 app start correctly. Can maintainers add this libraries as dependency to Neochat?
Fixed: https://build.opensuse.org/request/show/1108774