https://bugs.kde.org/show_bug.cgi?id=462636
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |INTENTIONAL --- Comment #2 from Vlad Zahorodnii <[email protected]> --- I debugged the issue and it's caused by populating the settings object with window properties that are not on the disk yet, which kind of makes sense. In order to disable the buttons, we need some intrusive changes in KConfig so _some_ config skeleton items are not considered dirty if no value was read from the disk. When a value is read from the disk, then isSaveNeeded() can report `true`. That's quite a lot of effort for such a very minor thing. Regarding being randomly enabled, I can't reproduce it. It's possible that it was fixed a while ago, there were fixes in the window rules kcm. As is, we'd rather leave things as is. Showing an apply button is not great, but it's also not catastrophic. If the buttons are still randomly enabled or disabled, that's something that we need to address. But we will also need somehow to reproduce the issue otherwise it will be unactionable. -- You are receiving this mail because: You are watching all bug changes.
