NM Ch 1.340



I have attached a patch for libnm_glib.c to support dbus 0.32 which is what I am running with FC4 test2+. NM is working OK with this version of dbus.

I have compiled Head ch 1.340 with your vpn support. I regularly use vpnc to connect to campus. I am running vpnc-0.3.2 compiled from source. I usually use the vpnc-connect and vpnc-disconnect scripts. With NM running, I can run vpnc-connect and vpnc-disconnect but I don't see any interaction with NM.

In your message today, you say that vpn connection information is stored in gconf but I don't see how to input this information. Is the user suppose to start a vpn connection using NM? If so how?

--
Bill Moss
Professor, Mathematical Sciences
Clemson University

--- libnm_glib.c_orig	2005-04-15 19:45:14.000000000 -0400
+++ libnm_glib.c	2005-04-15 18:49:50.000000000 -0400
@@ -248,7 +248,7 @@
 			}
 		}
 	}
-#elif ((DBUS_VERSION_MAJOR == 0) && ((DBUS_VERSION_MINOR == 30) || (DBUS_VERSION_MINOR == 31)))
+#elif ((DBUS_VERSION_MAJOR == 0) && ((DBUS_VERSION_MINOR == 30) || (DBUS_VERSION_MINOR == 31) || (DBUS_VERSION_MINOR == 32)))
 	else if (dbus_message_is_signal (message, DBUS_INTERFACE_DBUS, "NameOwnerChanged"))
 	{
 		/* New signal for dbus 0.23... */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]