| Summary: | [Regresion] SDDM-kcm action'Clear Image' is breaking the Breeze sddm theme configuration file | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Rog131 <samrog131> |
| Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugseforuns, samrog131 |
| Priority: | NOR | ||
| Version First Reported In: | 5.9.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/sddm-kcm/1c77df276e459e56b51e1a1e6accea3682b4033c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | A patch to check if the mBackgroundPath is empty. | ||
|
Description
Rog131
2017-02-14 16:24:40 UTC
Git commit 1c77df276e459e56b51e1a1e6accea3682b4033c by David Edmundson. Committed on 14/02/2017 at 17:01. Pushed by davidedmundson into branch 'Plasma/5.9'. Check the background is valid when choosing background type Summary: I rushed in an emergency fix for 5.9.1 that added support for setting the background type, which was a new property someone added to the breeze theme in 5.9.1. My last patch doesn't support clearing the background properly. Effectively the old code would always set the type to "image". Test Plan: Set background to image. Checked config Cleared background. Checked config Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D4611 M +6 -4 src/themeconfig.cpp https://commits.kde.org/sddm-kcm/1c77df276e459e56b51e1a1e6accea3682b4033c Thank you - that was quick. |