Rokin05 / sddm-themes

Dynamics and highly customizable themes build from scratch for SDDM display manager with QtQuick 2. > Mirror of https://git.rokin.in/Rokin/SDDM-Themes
https://git.rokin.in/Rokin/SDDM-Themes
GNU General Public License v3.0
62 stars 6 forks source link

Themes don't work with multi monitors configuration #2

Closed piomiq closed 4 years ago

piomiq commented 4 years ago

Hi

I have two displays, so: primary 2560x1440, secondary 1920x1080. The problem I experience I described here: https://github.com/sddm/sddm/issues/1219 I tested couple your themes, so "sober" and "mount" and in result the effect is the same like in screenshots I attached to issue in mentioned url, so are displayed two screens (bigger and smaller - one lies on second and smaller is active). I will attach screen for "mount" theme. I use Arch Linux distribution, where sddm in version sddm 0.18.1-1 and Qt5 5.14. Of course I have installed required packages, so: qt5-graphicaleffects 5.14.0-1 qt5-quickcontrols2 5.14.0-1

Seems below code:

active: primaryScreen

placed in section Loader is not handled correctly by the newest sddm.

Rokin05 commented 4 years ago

In the case of multi-screen, this depends essentially on the "primaryScreen" variable and unfortunately it is not possible to provide a more precise management in the QtQuick code.

The problem that you meet is unfortunately upstream of the theme and I can not solve it in the sddm theme code.