*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY I would like to start this application on Xubuntu. STEPS TO REPRODUCE 1. Install on Xubuntu 2. Start 3. See this: ``` $ tokodon QQmlApplicationEngine failed to load component qrc:/content/ui/main.qml:180:30: Type SearchField unavailable qrc:/content/ui/SearchField.qml:32:23: Type SearchView unavailable qrc:/content/ui/SearchView.qml:117:13: Type StatusDelegate unavailable qrc:/content/ui/StatusDelegate/StatusDelegate.qml:342:38: Type OverflowMenu unavailable qrc:/content/ui/StatusDelegate/OverflowMenu.qml:89:5: Type ShareMenu unavailable qrc:/content/ui/ShareMenu.qml:8:1: module "org.kde.purpose" is not installed ``` OBSERVED RESULT The stacktrace EXPECTED RESULT I would like the app to open. SOFTWARE/OS VERSIONS Xubuntu Qt Version: ?? How do I find this out? ADDITIONAL INFORMATION
You need to install "purpose". (or your distro needs to add it as a dependency to tokodon)
Thanks for your reply! Where would I report this and where is the distro hosted?