Bug 488017

Summary: Cannot start on Xubuntu
Product: [Applications] Tokodon Reporter: Nicco Kunzmann <niccokunzmann>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: carl, fella, josh
Priority: NOR    
Version: 23.08.5   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nicco Kunzmann 2024-06-04 11:08:41 UTC
***
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
Comment 1 Tobias Fella 2024-06-04 11:42:01 UTC
You need to install "purpose". (or your distro needs to add it as a dependency to tokodon)
Comment 2 Nicco Kunzmann 2024-06-04 11:44:11 UTC
Thanks for your reply! Where would I report this and where is the distro hosted?