https://bugs.kde.org/show_bug.cgi?id=506154
Josi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Josi <[email protected]> --- I observed the same issue and experimented with the page file by editing it manually. It seems that System Monitor orders the [row-X] entries lexicographically (as strings) rather than numerically. For example, "row-10" appears before "row-2", and replacing the numbers with letters (e.g., "row-A", "row-B", etc.) results in the expected order. This suggests the sorting is based on string comparison, not numeric value. Knowing that, the page file can be fixed manually until it is edited again via the System Monitor. -- You are receiving this mail because: You are watching all bug changes.
