Bug 386219 - systemsettings5 crashes on FreeBSD when sidebar view is enabled
Summary: systemsettings5 crashes on FreeBSD when sidebar view is enabled
Status: RESOLVED DUPLICATE of bug 385785
Alias: None
Product: systemsettings
Classification: Applications
Component: sidebarview (show other bugs)
Version: 5.11.2
Platform: Other FreeBSD
: NOR crash
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-26 18:21 UTC by Tobias C. Berner
Modified: 2017-11-10 01:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***