danfruehauf / NetworkManager-ssh

SSH VPN integration for NetworkManager
Other
253 stars 40 forks source link

auth-dialog: don't connect to Gtk+ display until necessary #83

Closed lkundrak closed 5 years ago

lkundrak commented 5 years ago

In the external UI mode we may end up not needing a connection to the display server at all.

This splits the parsing of Gtk+ command line arguments from connection to the display. This also fixes the --help output to actually include the Gtk+ arguments (such as --display).