Bug#956437: closed by Debian FTP Masters (reply to Aurélien COUDERC ) (Bug#956426: fixed in desktop-base 11.0.2)

2021-03-03 Thread Gert van de Kraats
Hello Aurelien, Unfortunately this solution does not help. Message is still written through word "Debian" with same color white, and therefore unreadable. I tested it at     text_height = first_line_height * 7.5;     min_height = Window.GetHeight();     #Debug("text_height=" + text_height + "

Bug#1032412: no message at dual screen

2023-03-22 Thread Gert van de Kraats
I have the same problem at dual screen with sizes 1280 x 1024 and 1280 x 800. New debian-logo tries to write the message "resuming from hibernation" below borh screens. This is caused by wrong computation of max height. In my case it computes 2 * 112 + 1024, which should be only 1024. .Prob

Bug#1032412: Plymouth changed

2023-03-29 Thread Gert van de Kraats
At plymouth the computation of Window.GetWidth() and Window.GetHeight() has changed 2 years ago. It now contains the sizes of the largest screen i.s.o. the smallest screen. See merge-request https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/121 : "use resolution of higher res monit