You are not logged in.
Pages: 1
It seems that there is a bug when passing to Helium the login screen is black.
we modified the file :
/etc/lightdm/lightdm-gtk-greeter.conf
we change the background line by :
/usr/share/images/bunsen/login/default.png
lenovo thinkpad t420s
Offline
Hathor, is the login screen completely black, or do you mean the background is black?
Please post the output of
readlink -f /usr/share/images/bunsen/login/default.png
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
the exit:
/usr/share/images/bunsen/login/default.png
Effectively the background is black, the theme and the login box is fine. I have happened in 2 computers that I have done the update.
lenovo thinkpad t420s
Offline
Sorry, I gave you the wrong path. Try:
readlink -f /usr/share/images/desktop-base/desktop-grub.png
and check that the result is '/usr/share/images/bunsen/grub/default.png'.
How about
grep 'background_image' /boot/grub/grub.cfg
and
file /usr/share/images/bunsen/grub/default.png
Have you changed that image, or is it still the one installed by bunsen-images?
Grub accepts png images, but jpg must be 8-bit (256 color). If the image is not accepted, the background will be black.
https://help.ubuntu.com/community/Grub2 … ound_Image
(You have installed bunsen-images?)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
/usr/share/images/bunsen/grub/default.png
Now the correct one comes out after the change, the image is the system.
Before pointed to:
/usr/share/images/bunsen/login/bl-login-background
lenovo thinkpad t420s
Offline
Pages: 1