SUMMARY Neochat 25.12.0 Flatpak version crashes at startup with the following error : flatpak run org.kde.neochat (flatpak run:176168): GLib-GIO-WARNING **: 20:52:17.141: /usr/share/applications/kde-mimeapps.list contains a [Added Associations] group, but it is not permitted here. Only the non-desktop-specific mimeapps.list file may add or remove associations. Qt: Session management error: Could not open network socket org.kde.kunifiedpush.client: No UnifiedPush distributor found. QQmlApplicationEngine failed to load component qrc:/qt/qml/org/kde/neochat/qml/Main.qml:83:26: Type GlobalMenu unavailable qrc:/qt/qml/org/kde/neochat/qml/GlobalMenu.qml:78:5: EditMenu is not a type STEPS TO REPRODUCE 1. Launch NeoChat OBSERVED RESULT NeoChat does not launch EXPECTED RESULT NeoChat launches SOFTWARE/OS VERSIONS Linux/KDE Plasma: Flatpak version on Mageia 9 KDE Plasma Version: Flatpak KDE Application Platform 6.9 KDE Frameworks Version: Flatpak version Qt Version: Flatpak Version
This is a bug in Qt, unfortunately. You should be able to work around it with rm .var/app/org.kde.neochat/cache/KDE/neochat/qmlcache/ -rf
It works. Thank you.