Summary: | org.kde.breeze window specific overrides get lost everytime I click apply and ok | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | . <dev.rindeal+bugs.kde.org> |
Component: | window decoration | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | 5.5.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/oxygen/1dcaee368040692bf6de840465d40fe00a76f899 | Version Fixed In: | |
Sentry Crash Report: |
Description
.
2015-12-24 23:26:07 UTC
Can reproduce. Something wrong with kconfig ... - note that if you press "ok" and only "ok" untill you quit the configuration, it will work you can then reoppen add a new rule and ok->ok->ok will keep both Problem occurs as soon as you click apply+ok, or multiple apply+change+apply. Thanks for reporting ! Git commit af5f5feeb61f72acee206835d39f6bf7c5fe9475 by Hugo Pereira Da Costa. Committed on 28/12/2015 at 12:19. Pushed by hpereiradacosta into branch 'master'. For standard configuration, rely on KCoreConfigSkeleton::load and ::save For exceptions, explicitly write the relevant entries only. M +0 -3 kdecoration/config/oxygenconfigwidget.cpp M +12 -3 kdecoration/oxygenexceptionlist.cpp M +6 -6 kdecoration/oxygenexceptionlist.h http://commits.kde.org/oxygen/af5f5feeb61f72acee206835d39f6bf7c5fe9475 Git commit 7c8c117cea387d3e3047702ae410055faabceeb9 by Hugo Pereira Da Costa. Committed on 28/12/2015 at 11:21. Pushed by hpereiradacosta into branch 'master'. For standard configuration, rely on KCoreConfigSkeleton::load and ::save For exceptions, explicitly write the relevant entries only. M +11 -3 kdecoration/breezeexceptionlist.cpp M +6 -6 kdecoration/breezeexceptionlist.h M +1 -4 kdecoration/config/breezeconfigwidget.cpp http://commits.kde.org/breeze/7c8c117cea387d3e3047702ae410055faabceeb9 Git commit 7395b3ac024d8390af69acea94c673388a9e729a by Hugo Pereira Da Costa. Committed on 28/12/2015 at 12:29. Pushed by hpereiradacosta into branch 'Plasma/5.5'. For standard configuration, rely on KCoreConfigSkeleton::load and ::save For exceptions, explicitly write the relevant entries only. M +11 -3 kdecoration/breezeexceptionlist.cpp M +6 -6 kdecoration/breezeexceptionlist.h M +1 -4 kdecoration/config/breezeconfigwidget.cpp http://commits.kde.org/breeze/7395b3ac024d8390af69acea94c673388a9e729a Git commit 1dcaee368040692bf6de840465d40fe00a76f899 by Hugo Pereira Da Costa. Committed on 28/12/2015 at 12:30. Pushed by hpereiradacosta into branch 'Plasma/5.5'. For standard configuration, rely on KCoreConfigSkeleton::load and ::save For exceptions, explicitly write the relevant entries only. M +0 -3 kdecoration/config/oxygenconfigwidget.cpp M +12 -3 kdecoration/oxygenexceptionlist.cpp M +6 -6 kdecoration/oxygenexceptionlist.h http://commits.kde.org/oxygen/1dcaee368040692bf6de840465d40fe00a76f899 Should fixed it (in breeze, and oxygen, in master and in 5.5 branch) Feel free to double check, and reopen if not (it does fix it here :)) best, Hugo |