https://bugs.kde.org/show_bug.cgi?id=444646
--- Comment #4 from Ismael Asensio <isma...@gmail.com> --- This is a migration bug. There has been a change in how the virtual desktops are stored, in the version that was released from 5.23. Previously, the rules stored a property `desktop` with the number of virtual desltop. After the change, it stores a `desktops` property containing the unique identifier/s for the VDs (there can be several in the case of Wayland). The migration between those properties should have been handled by a `kconf_update` script, but it seems it didn't get correctly applied in your case. These scripts are set to only execute once, so going back and forth between versions wouldn't reapply it. Note that re-adding the Virtual Desktop property manually to your rules should work nonetheless on the new version, but I agree that is inconvenient and not the desired outcome. Could you please attach a copy of ~/.config/kwinrulesrc and ~/.config/kconf_updaterc, so we can try to see what failed in this case? Thanks! -- You are receiving this mail because: You are watching all bug changes.