I received this critical error in my logs, but I haven't had any problems so far. If anyone knows why I get this error and what it means, I'd really appreciate an answer from you.
CRITICAL: Unable to create a DBus proxy for GnomeScreensaver: Error calling StartServiceByName for org.gnome.ScreenSaver: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.ScreenSaver exited with status 1
It appears to be a known bug. https://bugs.launchpad.net/bugs/1736011
The only side effect I see mentioned is a delay in the login window propagating
I encountered the same critical message during my system boot. My system start-up was blocked: it was not possible to get the login screen. My machine is running Ubuntu 18.04.5 LTS on an ASUS laptop. No need to reinstall the system to fix this issue. As the problem is linked to the graphical interface Gnome and I faced some troubleshooting with gnome extensions after my last system upgrade, I focused on Gnome Shell extensions.
The fix for me comes from jkapelus here: In
/home/$USER/.local/share/gnome-shell/extenstions/
, runrm -f -r
for each extension directory.After a reboot, the login screen was recovered.