SUMMARY When installing neochat normally on Tuxedo OS, it is missing two dependencies that need to be installed manually. STEPS TO REPRODUCE 1. $ sudo apt install neochat 2. $ neochat OBSERVED RESULT Neochat doesnt start but prints this message: QQmlApplicationEngine failed to load component qrc:/main.qml:20:5: Type RoomList.Page unavailable qrc:/RoomList/Page.qml:99:9: Type NeoChat.SpaceDrawer unavailable qrc:/SpaceDrawer.qml:10:1: module "org.kde.kirigamiaddons.delegates" is not installed After executing "sudo apt install qml-module-org-kde-kirigami-addons-delegates" neochat prints this message: QQmlApplicationEngine failed to load component qrc:/main.qml:20:5: Type RoomList.Page unavailable qrc:/RoomList/Page.qml:99:9: Type NeoChat.SpaceDrawer unavailable qrc:/SpaceDrawer.qml:50:21: Type AvatarTabButton unavailable qrc:/AvatarTabButton.qml:36:18: Type KirigamiComponents.Avatar unavailable file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigamiaddons/labs/components/Avatar.qml:12:1: module "org.kde.kirigamiaddons.components" is not installed After executing "sudo apt install qml-module-org-kde-kirigami-addons-components" neochat starts normally. EXPECTED RESULT Neochat should just start after installation. SOFTWARE/OS VERSIONS Linux/KDE Plasma: TUXEDO OS jammy 22.04 KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.114.0 Qt Version: 5.15.12 ADDITIONAL INFORMATION The problem occured even after installing neochat from within discover.
This is a bug in Ubuntu's packaging of NeoChat, please open a bug report at the ubuntu bug tracker Thanks!
(In reply to Tobias Fella from comment #1) > This is a bug in Ubuntu's packaging of NeoChat, please open a bug report at > the ubuntu bug tracker > > Thanks! Oh, sorry, didnt know that. Thanks for the heads up!