SUMMARY With https://invent.kde.org/frameworks/kirigami/-/commit/adf36c255f45ca55f98eafe5cd10642c417b4b45 Elisa (kf6/Qt6, build from latest git) fails to run. Issue is https://invent.kde.org/multimedia/elisa/-/blob/master/src/qml/BasicPlayListAlbumHeader.qml#L28 backgroundColor needs replacing. Elisa runs fine again, if that line is commented out, but I do not know the proper replacement that should be used there. STEPS TO REPRODUCE 1. build latest kf6, then latest Elisa checkout 2. Fails to run, with a clear error message about the above line 28 SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: KaOS (available in About System) KDE Plasma Version: Plasma 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.5.2 ADDITIONAL INFORMATION Elisa runs fine again locally with the above workaround.
Looks like this report can be closed, the breaking changes in kirigami have been reverted: https://invent.kde.org/frameworks/kirigami/-/commit/8634aa2811150c05572c2012971a6816db787784
Indeed!