Skip to content
  • Ray Strode's avatar
    local-display-factory: Remove same VT so don't switch check · 41769214
    Ray Strode authored
    We avoid changing to the login screen vt if we're already on it,
    but the call is racy since we react to vt changes concurrently
    with logind (who we query for the active vt).
    
    This check drops the active vt check since it's pointless and
    getting in the way.
    41769214