-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 tests
|
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