Comment 6 for bug 735937

Revision history for this message
Olivier Tilloy (osomon) wrote :

_NET_WORKAREA is not reliable, because what we really are interested in is the available geometry on one given screen, not the rectangle that represents the intersection of the available geometries on all screens. Therefore QDesktopWidget::availableGeometry(…) is of no use to us, and we need to find a more clever way of getting the available geometry on a given screen.