OBSERVED RESULT Displays listed in Panels and Desktops Management window are not in the same order as Display Configuration EXPECTED RESULT Displays are listed in the same order
This gets asked for a lot, but itt's not easily possible because right now it's just a flat list. But your screen arrangement is *not* a flat list; it's a 2-dimensional drawing canvas, where screens can be placed in arbitrary X/Y locations. To do this, we would need to implement the same 2-dimension UI from KScreen. But then the problem becomes something different: this is really meant as a troubleshooting UI to help you recover lost panels and containments. Which physical screen does a lost containment or a lost panel map to? None. So we would need to have the KScreen UI to show the
Accidentally hit Ctrl+Return. So we would need to have the KScreen UI to show the screen arrangement and the containments+panels bound to each actual screen, as well as a separate "unused containments" view that could show all inactive containments in a flat list. That actually sounds pretty cool.