18735c4 Set up seat proxy asynchronously with users

Authored and Committed by rstrode 13 years ago
    Set up seat proxy asynchronously with users
    
    We don't actually need the proxy right away,
    we only need it before doing other things that
    use ConsoleKit so blocking other parts of
    initialization for it is wrong.
    
    This commit makes it run asynchronously with
    everything else.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622639