Re: gconf _entry_unref patch

2005-11-30 Thread Bastien Nocera
: http://cvs.gnome.org/viewcvs/gconf/gconf/gconf-value.h?r1=1.34r2=1.35 So, anyway, here's a patch for NetworkManager that fixes the warning. I believe it's a patch against 1.2.5. Cheers --- Bastien Nocera [EMAIL PROTECTED] ___ NetworkManager-list

Useless little patch for a test program

2005-08-30 Thread Bastien Nocera
Here goes. OK to commit? -- Bastien Nocera [EMAIL PROTECTED] Index: test/nmtestdevices.c === RCS file: /cvs/gnome/NetworkManager/test/nmtestdevices.c,v retrieving revision 1.6 diff -u -p -u -r1.6 nmtestdevices.c --- test

Get a link-local IP when wired and DHCP fails

2005-06-30 Thread Bastien Nocera
, or wrong WEP key. I remember Apple's solution to a similar problem (detecting whether a WEP key is accepted) being pretty ugly and Airport AP specific, but I don't quite remember the details. Any comments? --- Bastien Nocera [EMAIL PROTECTED] Index: NetworkManagerDevice.c

Re: Get a link-local IP when wired and DHCP fails

2005-06-30 Thread Bastien Nocera
On Thu, 2005-06-30 at 16:19 -0400, Dan Williams wrote: On Thu, 2005-06-30 at 20:14 +0100, Bastien Nocera wrote: + } else if (ip4_config == NULL nm_device_is_wireless (dev) == FALSE nm_ap_get_encrypted (ap) == FALSE) { You probably want

Re: suspend/resume wired

2005-06-30 Thread Bastien Nocera
lease having expired? - Did you try this with a different wireless network? (ie. changing between 2 known and trusted networks, in different locations) maybe wireless isn't obeying the down and this patch is right and another fix is needed elsewhere. Cheers --- Bastien Nocera [EMAIL PROTECTED

Re: error while starting /usr/libexec/nm-applet

2005-06-27 Thread Bastien Nocera
. Is there a way to check what's going wrong? Does running gtk-update-icon-cache /usr/share/icons/hicolor as root fix it? Dan didn't merge my crummy patch: http://article.gmane.org/gmane.linux.network.networkmanager.devel/898 --- Bastien Nocera [EMAIL PROTECTED] I don't see my breasts as being

Re: [patch] 'Start All Wireless Devices' bug fix

2005-06-27 Thread Bastien Nocera
On Mon, 2005-06-27 at 12:44 -0400, Robert Love wrote: On Mon, 2005-06-27 at 17:35 +0100, Bastien Nocera wrote: And you've filed a bug against the atheros driver, right? :) I filed one for my old atmel PCMCIA card: http://bugme.osdl.org/show_bug.cgi?id=3338 I'm not sure it's needed

Re: [patch] more stetic!

2005-06-21 Thread Bastien Nocera
On Tue, 2005-06-21 at 09:07 -0400, Derek Atkins wrote: Bastien Nocera [EMAIL PROTECTED] writes: As Robert said, ellipsis are not for stetic values. The three dots mean that another dialog is going to be opened. See your favourite app's Save (which doesn't open a dialogue) vs. Save

Re: [patch] more stetic!

2005-06-21 Thread Bastien Nocera
On Tue, 2005-06-21 at 09:23 -0400, Derek Atkins wrote: Quoting Bastien Nocera [EMAIL PROTECTED]: On Tue, 2005-06-21 at 09:07 -0400, Derek Atkins wrote: Okay, I've got to ask... What the heck is stetic? Is it a typo of static? Or is it a complete misunderstanding of the English word

Re: [patch] update cvsignore files

2005-06-16 Thread Bastien Nocera
permission for, really. --- Bastien Nocera [EMAIL PROTECTED] ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: [patch] more stetic!

2005-06-16 Thread Bastien Nocera
that another dialog is going to be opened. See your favourite app's Save (which doesn't open a dialogue) vs. Save As... (which does open one). --- Bastien Nocera [EMAIL PROTECTED] ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http

Re: [patch] glade dialog typo fix

2005-06-14 Thread Bastien Nocera
questions when you connect to it/not require confirmation on subsequent log ins/). In his defence, David is Eurotrash, and probably had a few beers before writing that. --- Bastien Nocera [EMAIL PROTECTED] ___ NetworkManager-list mailing list

Re: Initial version of a SuSE backend

2005-06-09 Thread Bastien Nocera
of the settings read. That's the behavior I see. Does this already work for you? Do I need to implement it or just fix it in my setup? I had the same problem on my laptop yesterday, so I'm not sure it's specific to your backend in that case. --- Bastien Nocera [EMAIL PROTECTED

Re: NM scanning policy

2005-05-25 Thread Bastien Nocera
to check whether the machine is running on mains or battery power. Would obviously need some UI work to allow the user to know that no wireless networks are being scanned. Cheers --- Bastien Nocera [EMAIL PROTECTED] ___ NetworkManager-list mailing list

Cisco VPN config files converter

2005-05-23 Thread Bastien Nocera
. Cheers -- Bastien Nocera [EMAIL PROTECTED] // gcc -Wall -o convert `pkg-config --libs --cflags glib-2.0 gnome-vfs-2.0` convert.c #include glib.h #include libgnomevfs/gnome-vfs.h #include stdio.h #include unistd.h #include stdlib.h #include string.h #define GROUP_NAME main GHashTable *table

<    1   2