Skip to content
  • Ray Strode's avatar
    local-display-factory: don't start two greeters at startup · e1633895
    Ray Strode authored
    commit c0188a70 added some complex code for starting
    the login screen when the user switches to the initial
    VT if nothing is running on that VT.
    
    The problem is, we get a VT change event on that VT as
    part of the start up process.
    
    This leads to an additional greeter getting started.
    
    This commit adds a check to side step the new code during
    startup.
    
    Closes: GNOME/gdm#409
    e1633895