You are not logged in.
My Systemsettings seem to have been broken after the latest update, This is the output after opening it from the terminal:
> systemsettings
ATTENTION: default value of option vblank_mode overridden by environment.
file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/main.qml:35:5: Type CategoriesPage unavailable
CategoriesPage {
^
file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:64:13: Type Kirigami.SearchField unavailable
Kirigami.SearchField {
^
file:///usr/lib/qt/qml/org/kde/kirigami.2/SearchField.qml:29:1: Type Kirigami.ActionTextField unavailable
Kirigami.ActionTextField {
^
file:///usr/lib/qt/qml/org/kde/kirigami.2/ActionTextField.qml:44:1: Type Controls.TextField unavailable
Controls.TextField {
^
file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TextField.qml: Type TextFieldContextMenu unavailable
file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/private/TextFieldContextMenu.qml:15:1: Type Menu unavailable
Menu {
^
file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:32:15: Type MenuItem unavailable
delegate: MenuItem { onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() }
^
file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/MenuItem.qml:103:16: Type CheckIndicator unavailable
indicator: CheckIndicator {
^
file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/CheckIndicator.qml: import "" has no qmldir and no namespace
"file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/main.qml:35:5: Type CategoriesPage unavailable"
"file:///usr/share/kpackage/genericqml/org.kde.systemsettings.sidebar/contents/ui/CategoriesPage.qml:64:13: Type Kirigami.SearchField unavailable"
"file:///usr/lib/qt/qml/org/kde/kirigami.2/SearchField.qml:29:1: Type Kirigami.ActionTextField unavailable"
"file:///usr/lib/qt/qml/org/kde/kirigami.2/ActionTextField.qml:44:1: Type Controls.TextField unavailable"
"file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TextField.qml: Type TextFieldContextMenu unavailable"
"file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/private/TextFieldContextMenu.qml:15:1: Type Menu unavailable"
"file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:32:15: Type MenuItem unavailable"
"file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/MenuItem.qml:103:16: Type CheckIndicator unavailable"
"file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/CheckIndicator.qml: import \"\" has no qmldir and no namespace"
Fatal error while loading the sidebar view qml component
28 -- exe=/usr/bin/systemsettings
13 -- platform=xcb
11 -- display=:0
23 -- appname=systemsettings
17 -- apppath=/usr/bin
9 -- signal=6
9 -- pid=6190
18 -- appversion=5.26.1
28 -- programname=System Settings
31 -- bugaddress=submit@bugs.kde.org
12 -- startupid=0
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = systemsettings path = /usr/bin pid = 6190
KCrash: Arguments: /usr/bin/systemsettings
KCrash: Attempting to start /usr/lib/drkonqi
QSocketNotifier: Invalid socket 5 and type 'Read', disabling...
QSocketNotifier: Invalid socket 17 and type 'Read', disabling...
ATTENTION: default value of option vblank_mode overridden by environment.
[1] + 6190 suspended (signal) systemsettings
Offline
I Tried downgrading to 3 older versions but it still wouldn't launch
Offline
did you do full (pacman -Syu) update?
did you override any environemnt paths?
can you give output of
pacman -Fy /usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/CheckIndicator.qmlOffline
I did run a sudo pacman -Syu and that did not fix it, The output of the command is:
usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/CheckIndicator.qml is owned by extra/qqc2-desktop-style 5.99.0-1
usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/CheckIndicator.qml is owned by chaotic-aur/qqc2-desktop-style-git 5.100.0_r681.g0fe8f4a-1
Offline
I Fixed it by switching from qqc2-desktop-style-git To qqc2-desktop-style
Offline