https://bugs.kde.org/show_bug.cgi?id=454621

--- Comment #16 from Allistar <allista...@gmail.com> ---
My fix as provided in the patch works for me but it's not a good general
purpose fix. I filter out monitors by their serial number as that's unique, but
the only easy way I could find the serial number was to add debugging in the
code to output this from the QScreen instances. This isn't suitable for most
people.

The "Display and Monitor -> Display Configuration" system settings app
correctly only shows monitors from the current xscreen. Another fix would be to
just filter out monitors not in the current xscreen in the screenpool.cpp file.
I looked at the QScreen class and couldn't see an easy way to get this
information. Should QApp::getScreens only provide monitors in the current
xscreen?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to