Skip to content

layout: Add work-around for testing greeter UI in nested

Florian Müllner requested to merge fmuellner/gnome-shell:greeter-hack into main

Testing the greeter UI in nested has been broken for a long time now, because the backend isn't ready yet when we try to push a modal (via the screen shield).

As running nested is only relevant for development and testing, working around the issue rather than fixing it properly seems fine, so do just that and slightly delay startup when testing the greeter UI.

Merge request reports