Bug 512031 - Kirigami QML components unavailable in Plasma 6.5.80, causing broken volume and network applets
Summary: Kirigami QML components unavailable in Plasma 6.5.80, causing broken volume a...
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: 1.0
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-13 11:49 UTC by Женя Бородин
Modified: 2025-11-14 10:11 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Volume applet fails to load correctly, showing empty UI due to missing Kirigami QML components (InlineMessage, ActionToolBar). Screenshot attached (120.29 KB, image/png)
2025-11-13 11:49 UTC, Женя Бородин
Details
Network Management applet fails to load, missing Kirigami QML components (PopupDialog, ConnectionListPage, InlineMessage). Screenshot attached. (123.84 KB, image/png)
2025-11-13 11:49 UTC, Женя Бородин
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Женя Бородин 2025-11-13 11:49:00 UTC
Created attachment 186745 [details]
Volume applet fails to load correctly, showing empty UI due to missing Kirigami QML components (InlineMessage, ActionToolBar). Screenshot attached

SUMMARY
Summary:
Volume and Network Management Plasma applets fail to load correctly due to missing Kirigami QML components (InlineMessage, ActionToolBar, PopupDialog, ConnectionListPage). This happens even after clearing QML cache. Other Plasma components (systemsettings, Breeze) work correctly.

STEPS TO REPRODUCE
1 Run Plasma 6.5.80 on openSUSE Tumbleweed with KF6 6.20.0 and Qt 6.10.
2 Add the default Volume or Network Management applet to the panel.
3 Open applet.
Observed Result:
- Applet UI is broken or empty.
- Log errors:

qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:653:17: Type Kirigami.InlineMessage unavailable
file:///usr/lib64/qt6/qml/org/kde/kirigami/InlineMessage.qml:13:1: Type KT.InlineMessage unavailable
qrc:/qt/qml/org/kde/kirigami/templates/InlineMessage.qml:404:9: Type Kirigami.ActionToolBar unavailable
file:///usr/lib64/qt/qml/org/kde/kirigami/ActionToolBar.qml:202:13: Cannot assign to non-existent property "position"

qrc:/qt/qml/plasma/applet/org/kde/plasma/networkmanagement/main.qml:53:25: Type PopupDialog unavailable
qrc:/qt/qml/plasma/applet/org/kde/plasma/networkmanagement/PopupDialog.qml:107:22: Type ConnectionListPage unavailable
qrc:/qt/qml/plasma/applet/org/kde/plasma/networkmanagement/ConnectionListPage.qml:26:5: Type Kirigami.InlineMessage unavailable

Volume and Network Management applets load and display correctly, without errors.


EXPECTED RESULT
Volume and Network Management applets load and display correctly, without errors.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20251111
KDE Plasma Version: 6.5.80
KDE Frameworks Version: 6.20.0
Qt Version: 6.10.0
Kernel Version: 6.17.7-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Xeon® CPU E3-1220 V2 @ 3.10GHz
Memory: 16 ГиБ of RAM (15.6 ГиБ usable)
Graphics Processor: AMD Radeon RX 570 Series

ADDITIONAL INFORMATION
Initially, similar errors occurred in System Settings, but they were resolved after clearing the QML cache (~/.cache/QtQuick*, ~/.cache/systemsettings*, ~/.cache/kirigami*).
Comment 1 Женя Бородин 2025-11-13 11:49:54 UTC
Created attachment 186746 [details]
Network Management applet fails to load, missing Kirigami QML components (PopupDialog, ConnectionListPage, InlineMessage). Screenshot attached.
Comment 2 David Edmundson 2025-11-14 10:11:11 UTC
>1 Run Plasma 6.5.80 on openSUSE Tumbleweed with KF6 6.20.0 and Qt 6.10.

Development builds of Plasma require development builds of frameworks to function.