| Summary: | systemsettings5 crashes on FreeBSD when sidebar view is enabled | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Tobias C. Berner <tcberner> |
| Component: | sidebarview | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.11.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | FreeBSD | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 385785 *** |
Hi there Since the update of KDE Frameworks to 5.39 systemsettings5 will crash on FreeBSD when kirigami is used. ``` file:///usr/local/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/main.qml:31:5: Type CategoriesPage unavailable CategoriesPage { ^ file:///usr/local/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:26:1: Type Kirigami.ScrollablePage unavailable Kirigami.ScrollablePage { ^ file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:61:1: Type Page unavailable Page { ^ file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/Page.qml:259:20: Unexpected token `.' property TT.Page page: root ^ file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/Page.qml:259:26: Unexpected token `identifier' property TT.Page page: root ^ ``` My guess is, that it uses something that is not available in Qt5.7. mfg Tobias