pbsplash: lightdm login screen is not shown (DE: Mate)
Describe your issue
What's the expected behaviour?
During boot the nice new animated pbsplash is shown, after that the screen switches to lightdm login-screen (or autologin occurs)
What's the current behaviour?
after animated splash during boot, a static pbsplash and login propmt is shown on console
How to reproduce your issue?
setup a device with mate and lightdm on edge
What device are you using?
asus-tf201
asus-tf101
On what postmarketOS version did you encounter the issue?
-
edge ( master
branch) -
v22.06
(supported until 2023-01-18) -
v22.12
-
I confirm that the issue still is present after running sudo apk upgrade -a
On what environment did you encounter the issue?
Environments
-
Phosh -
Plasma Mobile -
Sxmo (Wayland/Sway) Please post the output of sxmo_version.sh
-
Other: Mate
How did you get postmarketOS image?
-
from https://images.postmarketos.org -
I built it using pmbootstrap -
It was preinstalled on my device
What's the build date of the image? (in yyyy-mm-dd format)
several month but keep up to date with apk upgrades
Additional information
Before the update deploying pbsplash, during the boot-process the screen changed automatic to the lightdm greeter screen.
After the update a remote login by ssh and running sudo chvt 7
changed the diplay to the log-in screen
Semi-temporarily fix:
edit /etc/inidt.d/lightdm
and add local
to the depends line:
$ cat /etc/init.d/lightdm
#!/sbin/openrc-run
supervisor=supervise-daemon
name="Display Manager"
description="Lightweight $name"
command=/usr/bin/lightdm
depend() {
provide display-manager
need localmount dbus local
}...
This works as it now delayes the start of lightdm until the locale local job of init has run the /etc/local.d/99-kill-pbsplash.start
script