Bug 472531 - backgroundColor no longer in Kirigami, causes Elisa failing to run
Summary: backgroundColor no longer in Kirigami, causes Elisa failing to run
Status: RESOLVED FIXED
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-07-23 14:00 UTC by demm
Modified: 2023-07-25 15:51 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description demm 2023-07-23 14:00:24 UTC
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.
Comment 1 demm 2023-07-24 14:21:59 UTC
Looks like this report can be closed, the breaking changes in kirigami have been reverted:
https://invent.kde.org/frameworks/kirigami/-/commit/8634aa2811150c05572c2012971a6816db787784
Comment 2 Nate Graham 2023-07-25 15:51:19 UTC
Indeed!