Skip to content

local-display-factory: Fix wait for graphical

Benjamin Berg requested to merge benzea/fix-wait-for-graphical into master

In commit a37e5a95 ("local-display-factory: Wait for seats to become graphical") we introduced logic to wait for up to 10s for the seat to become graphical before trying to use it. Unfortunately, the logic was slightly wrong, resulting us to immediately do the fallback rather than waiting.

Merge request reports