https://bugs.kde.org/show_bug.cgi?id=460260
--- Comment #18 from Nate Graham <n...@kde.org> --- Git commit 3f84ef821d76cd7c646d4328b4627eb70dae4ab3 by Nate Graham. Committed on 14/02/2023 at 15:30. Pushed by ngraham into branch 'master'. Sort connector names for multi-screen size/position keys A string including the connector names is used in the config file key for storing per-screen-arrangement size and position data, which means we need this string to be consistent for the same screen arrangement. But connector order is non-deterministic. We need to sort the list to keep a consistent order and avoid losing multi-screen size and position data. M +6 -0 src/gui/kwindowconfig.cpp https://invent.kde.org/frameworks/kconfig/commit/3f84ef821d76cd7c646d4328b4627eb70dae4ab3 -- You are receiving this mail because: You are watching all bug changes.