elementary / switchboard-plug-network

Switchboard Network Plug
GNU General Public License v3.0
20 stars 24 forks source link

New network GUI doesn't invoke popup windows #36

Open elementaryBot opened 7 years ago

elementaryBot commented 7 years ago

I'm trying to connect to openVPN connection and getting error in syslog:

Failed to request VPN secrets #3: No agents were available for this request.

This is happening since I changed the setting to ask for password every time. No popup windows load for networking.

I also use a wifi that requires a password every time that no popup window will not appear.

Launchpad Details: #LP1626532 Yaniv Dary - 2016-09-22 12:41:18 +0000

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44359008-new-network-gui-doesn-t-invoke-popup-windows?utm_campaign=plugin&utm_content=tracker%2F60754170&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60754170&utm_medium=issues&utm_source=github).
elementaryBot commented 7 years ago

I'm using elementary OS Loki with latest packages.

Launchpad Details: #LPC Yaniv Dary - 2016-09-22 12:42:31 +0000

elementaryBot commented 7 years ago

Trying to connect to wifi shows: Sep 22 15:49:56 nm-dispatcher[12051]: <15>Sep 22 15:49:56 CapNetAssist: DetectCaptivePortal script triggered Sep 22 15:49:56 gnome-session[1627]: /usr/lib/python2.7/dist-packages/guake/guake_app.py:825: GtkWarning: IAgtk_window_set_type_hint: assertion '!gtk_widget_get_mapped (GTK_WIDGET (window))' failed Sep 22 15:49:56 gnome-session[1627]: self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK) Sep 22 15:49:56 gnome-session[1627]: /usr/lib/python2.7/dist-packages/guake/guake_app.py:826: GtkWarning: IAgtk_window_set_type_hint: assertion '!gtk_widget_get_mapped (GTK_WIDGET (window))' failed Sep 22 15:49:56 gnome-session[1627]: self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_NORMAL) Sep 22 15:49:56 gnome-session[1627]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x200002d (Guake!) Sep 22 15:49:57 avahi-daemon[876]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::b2af:d3eb:7cba:ffbf. Sep 22 15:49:57 avahi-daemon[876]: New relevant interface wlp3s0.IPv6 for mDNS.

Launchpad Details: #LPC Yaniv Dary - 2016-09-22 13:38:41 +0000

elementaryBot commented 7 years ago

As a workaround I am using:

nmcli --ask con up id < connection name >

For both VPN and wifi that requires a password every time. This works great. This increases the odds this is a popup password GUI issue.

Launchpad Details: #LPC Yaniv Dary - 2016-09-25 11:03:10 +0000