https://bugs.kde.org/show_bug.cgi?id=516786
Bug ID: 516786
Summary: Plasma 6.6.0 breaks Kirigami.Theme.colorSet
Classification: Frameworks and Libraries
Product: frameworks-kirigami
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: Not decided
Created attachment 190158
--> https://bugs.kde.org/attachment.cgi?id=190158&action=edit
This is how it looks with the bug.
SUMMARY
Kirigami.Theme.colorSet = Kirigami.Theme.View not working properly.
When assigning Kirigami.Theme.View the colors for Kirigami.Theme.Button are
used instead.
This worked fine until plasma 6.5.5 and the correct colors were used.
Other values seem to work correctly such as:
Kirigami.Theme.Button
Kirigami.Theme.Window
in qml:
import QtQuick
import org.kde.kirigami as Kirigami
Item {
Kirigami.Theme.colorSet: Kirigami.Theme.View
property var backgroundColor: {
return Kirigami.Theme.backgroundColor;
}
}
The property backgroundColor would previously return the Kirigami.Theme.View
backgroundColor. Now it returns Kirigami.Theme.Button backgroundColor.
STEPS TO REPRODUCE
1. Install Color theme: https://store.kde.org/p/1897307
2. Install Mouse Tiler: https://store.kde.org/p/2334027
3. Move any window.
OBSERVED RESULT
Background color of the popup is now:
[Colors:Button]
BackgroundNormal=49,54,61
EXPECTED RESULT
[Colors:View]
BackgroundNormal=16,16,19
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 43 KDE
KDE Plasma Version: 6.6.0 and 6.6.1
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.