$ systemsettings kcm_firewall "file:///home/nate/kde/usr6/share/kpackage/kcms/kcm_firewall/contents/ui/main.qml" "Error loading QML file.\n9: module \"QtQuick.Controls\" version 1.4 is not installed\n" It needs that import because it uses the QQC1 TableView. We need to port this to the new QQC2 one in Qt 6--or something else.
Can confirm. Also tracked here https://invent.kde.org/teams/frameworks-devs/kf6-workboard/-/issues/12
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-firewall/-/merge_requests/74
*** Bug 477511 has been marked as a duplicate of this bug. ***
Git commit 2b58d3b573f7825d6bb126a2938924aa485ebb78 by David Redondo, on behalf of Guillaume Frognier. Committed on 27/11/2023 at 16:57. Pushed by davidre into branch 'master'. Port form QQC1 TableView to the new one This ports the old Quick Controls 1 TableViews to the new ones. To do so the list models interfacing with QML are converted to table models. In general the role based QML code has been converted to work with columns. Co-authored-by: David Redondo <kde@david-redondo.de> FIXED-IN:6.0 M +35 -18 kcm/backends/netstat/conectionsmodel.cpp M +6 -6 kcm/backends/netstat/conectionsmodel.h M +46 -26 kcm/core/loglistmodel.cpp M +15 -16 kcm/core/loglistmodel.h M +34 -17 kcm/core/rulelistmodel.cpp M +6 -6 kcm/core/rulelistmodel.h M +14 -14 kcm/ui/ConnectionsView.qml M +15 -15 kcm/ui/LogsView.qml M +103 -72 kcm/ui/ViewBase.qml M +94 -82 kcm/ui/main.qml https://invent.kde.org/plasma/plasma-firewall/-/commit/2b58d3b573f7825d6bb126a2938924aa485ebb78