Fix wrong logo position on plymouth#44
Conversation
Do not add "window" position to the logo/progress position. On a single
screen system, that position is always (0,0), but on multi-screen system
it's a position of the output. It seems that plymouth calls relevant
callbacks for each output ("window") separately, so there is no need to
add window position manually.
Fixes https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/205
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024091400-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024070519-4.3&flavor=update
Failed tests69 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/105374#dependencies 7 fixed
Unstable testsDetails
|
Do not add "window" position to the logo/progress position. On a single
screen system, that position is always (0,0), but on multi-screen system
it's a position of the output. It seems that plymouth calls relevant
callbacks for each output ("window") separately, so there is no need to
add window position manually.
Fixes https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/205