Comment # 1 on bug 962054 from
I have recompiled NetworkManager 1.0.6-1.2 with the patches applied and I can
confirm that this has fixed the issue for me.

gerald6:/usr/src/packages/SOURCES # more NetworkManager-vpn-timeout.patch
--- a/libnm-glib/nm-vpn-plugin.c
+++ b/libnm-glib/nm-vpn-plugin.c
@@ -69,7 +69,7 @@ static gboolean impl_vpn_plugin_set_failure (NMVPNPlugin
*plugin,

 #include "nm-vpn-plugin-glue.h"

-#define NM_VPN_PLUGIN_QUIT_TIMER    20
+#define NM_VPN_PLUGIN_QUIT_TIMER    180

 G_DEFINE_ABSTRACT_TYPE (NMVPNPlugin, nm_vpn_plugin, G_TYPE_OBJECT)

--- a/libnm/nm-vpn-plugin-old.c
+++ b/libnm/nm-vpn-plugin-old.c
@@ -37,7 +37,7 @@

 #include "nmdbus-vpn-plugin.h"

-#define NM_VPN_PLUGIN_OLD_QUIT_TIMER    20
+#define NM_VPN_PLUGIN_OLD_QUIT_TIMER    180

 static void nm_vpn_plugin_old_initable_iface_init (GInitableIface *iface);



The login window does now stay open long enough to enter the credentials.


You are receiving this mail because: