Skip to content
  • Ray Strode's avatar
    local-display-factory: don't jump to failed display · cf8d918f
    Ray Strode authored
    Since commit 5e737a57 `create_display` will jump to any
    already running login screen if it can find one.
    
    Right now if a display fails we call `create_display` to
    create a new one.  It will look for any already running
    login screen and find the recently failed display.
    
    This commit make sure we never jump to a display that isn't
    in good working order.
    cf8d918f