helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
30 stars 9 forks source link

Desktop icons on wrong monitor on multi-monitor setups #24

Open probonopd opened 3 years ago

probonopd commented 3 years ago

Desktop icons should be rendered on the main screen, the one with the Menu and the Dock.

Currently they seem to be rendered on the rightmost screen:

image

Screenshot Credit: @grahamperrin

KDGNOR commented 3 years ago

so happy i use a one monitor setup if , then i switch :) so many bug see monitor relative.

probonopd commented 3 years ago

Maybe you can have a look into this @PreyK?

PreyK commented 3 years ago

@probonopd Definetly! We'd just have to take the primary screen into account when creating the desktop icons. workArea = qApp->primaryScreen()->availableGeometry(); Just opened a PR https://github.com/helloSystem/Filer/pull/33 1613535840

probonopd commented 3 years ago

@grahamperrin do you have a chance to re-test this in the latest ISO? Thank you very much.