Bug 386219

Summary: systemsettings5 crashes on FreeBSD when sidebar view is enabled
Product: [Applications] systemsettings Reporter: Tobias C. Berner <tcberner>
Component: sidebarviewAssignee: Marco Martin <notmart>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: 5.11.2   
Target Milestone: ---   
Platform: Other   
OS: FreeBSD   
Latest Commit: Version Fixed In:

Description Tobias C. Berner 2017-10-26 18:21:10 UTC
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
Comment 1 Christoph Feck 2017-11-10 01:23:43 UTC

*** This bug has been marked as a duplicate of bug 385785 ***