Skip to content
  • Benjamin Berg's avatar
    verify: Fix verify script to work correctly · 8c46fddd
    Benjamin Berg authored
    The verify script would start an async routine. However, this blocks the
    dbus return, which really is needed.
    
    Also, we should only return one item of the script for each VerifyStart
    run. So, fix things by pop'ing the first item and putting it on the bus
    from a GLib.add_timeout handler.
    8c46fddd