Skip to content
Snippets Groups Projects
Forked from leap / bitmask-vpn
Source project has a limited visibility.
  • meskio's avatar
    43b06b2e
    [bug] launch the systray ASAP so notifications work · 43b06b2e
    meskio authored
    The linux version of the notifications library we are using doesn't
    handle the gtk.main loop. It requires the systray to be running to be
    able to display a notification.
    
    Spliting the start of the systray and the loop we can start the systray
    pretty early and later on launch the main loop once we have bitmask and
    other stuff ready.
    
    - Related: #88
    [bug] launch the systray ASAP so notifications work
    meskio authored
    The linux version of the notifications library we are using doesn't
    handle the gtk.main loop. It requires the systray to be running to be
    able to display a notification.
    
    Spliting the start of the systray and the loop we can start the systray
    pretty early and later on launch the main loop once we have bitmask and
    other stuff ready.
    
    - Related: #88