Making 'Connect to Other Network...' inactive

2005-08-15 Thread Bill Moss
I would like to open for comment the idea of Making the 'Connect to Other Network...' menu item inactive when there are no 'Other Networks' available. At Clemson University about half of our buildings are covered by a wireless network that sends out beacon packets with the ESSID blank. If I

[PATH] make ./autogen.sh work in vpn-daemons/vpnc

2005-08-15 Thread j
to make autoreconf work i had to add j --- orig/vpn-daemons/vpnc/Makefile.am +++ mod/vpn-daemons/vpnc/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = foreign + SUBDIRS = src auth-dialog properties po dbusservicedir = $(sysconfdir)/dbus-1/system.d

NetworkManager WPA support status?... wpa_supplicant?

2005-08-15 Thread Antony J Mee
The last mention of WPA I can find in the archives was back at the end of June. NetworkManager is fantastic, but useless to me without WPA. Before I start hacking some code, could anybody update me on the present state of the WPA fixes? I can see no mention of wpa related changes in HEAD. So

Re: HEAD 1.450 applet.c patch

2005-08-15 Thread Dan Williams
On Mon, 2005-08-15 at 10:47 -0400, Bill Moss wrote: The 'Connect to Other Network...' dialog will add a menu item to 'Wireless Networks' and will add the entered ESSID and a timestamp to GConf. If the user makes an error in typing the ESSID or is just experimenting, he end up with multiple

[patch] clean up some more localizable strings

2005-08-15 Thread Christopher Aillon
The attached patch gets rid of some duplicate string stuff going on, making things feel much cleaner, and makes things better for localizers. Fixes bgo#309012 Index: gnome/applet/applet.c === RCS file: