Re: [Patch] improve IPv4 setting UI of nm-applet

2010-04-26 Thread Dan Williams
On Sun, 2010-01-10 at 16:51 +0800, cee1 wrote: > Hi Dan: > Attachment contains a series patches of improving IPv4 setting UI of > nm-applet. > > > These patches aim the following problems: > 1) users move focus from a cell of gtktreeview to another widget(i.e. > leave gtktreeview) directly, his

Re: How to add pppoe connection in NM plug-in

2010-04-26 Thread Mu Qiao
On Tue, Apr 27, 2010 at 8:15 AM, Mu Qiao wrote: > On Tue, Apr 27, 2010 at 7:18 AM, Dan Williams wrote: >> On Mon, 2010-04-26 at 21:04 +0800, Mu Qiao wrote: >>> Hi dear Dan and all, >>> I've tried to find how to add pppoe connection in NM plug-in. But I >>> didn't find any example in existing plug

Re: How to add pppoe connection in NM plug-in

2010-04-26 Thread Mu Qiao
On Tue, Apr 27, 2010 at 7:18 AM, Dan Williams wrote: > On Mon, 2010-04-26 at 21:04 +0800, Mu Qiao wrote: >> Hi dear Dan and all, >> I've tried to find how to add pppoe connection in NM plug-in. But I >> didn't find any example in existing plugin source code. Is there >> anything I missed? > > The

Re: How to add pppoe connection in NM plug-in

2010-04-26 Thread Dan Williams
On Mon, 2010-04-26 at 21:04 +0800, Mu Qiao wrote: > Hi dear Dan and all, > I've tried to find how to add pppoe connection in NM plug-in. But I > didn't find any example in existing plugin source code. Is there > anything I missed? The connection editor does add PPPoE. Note that until we fix a few

Re: Patch: Avoid duplicated DNS writing to resolv.conf

2010-04-26 Thread Dan Williams
On Sun, 2010-04-25 at 22:27 +0800, Mu Qiao wrote: > I noticed when there were duplicated DNS servers added to different > NMConnection (for example, a.a.a.a is set for both wired and wireless > connection), all the dns servers will be written into > /etc/resolv.conf. > This could be a problem if th

Re: howto ignore rfkill switch

2010-04-26 Thread Larry Finger
On 04/26/2010 11:32 AM, Jim Cromie wrote: > On Thu, Apr 22, 2010 at 9:44 AM, Dan Williams wrote: >> On Wed, 2010-04-21 at 18:49 -0600, Jim Cromie wrote: > >>> 1 - with only built-in wifi card, I get a blank list. > >>> 2 - once I plug in the pcmcia and usb cards, theyre both unblocked, >>> but t

Re: howto ignore rfkill switch

2010-04-26 Thread Jim Cromie
On Fri, Apr 23, 2010 at 5:12 AM, Marc Herbert wrote: > Le 21/04/2010 23:09, Jim Cromie wrote : >> The switch disables all WIFI; >> not just the built-in one, but also pcmcia and usb wlan devices Ive plugged >> in. > > Do you know how Windows handles this? > No - I wiped that partition years ago,

Re: howto ignore rfkill switch

2010-04-26 Thread Jim Cromie
On Thu, Apr 22, 2010 at 9:44 AM, Dan Williams wrote: > On Wed, 2010-04-21 at 18:49 -0600, Jim Cromie wrote: >> 1 - with only built-in wifi card, I get a blank list. >> 2 - once I plug in the pcmcia and usb cards, theyre both unblocked, >> but the builtin (ipw2200) is still missing. >> Blocking

How to add pppoe connection in NM plug-in

2010-04-26 Thread Mu Qiao
Hi dear Dan and all, I've tried to find how to add pppoe connection in NM plug-in. But I didn't find any example in existing plugin source code. Is there anything I missed? Then I tried to write code in the way similar as adding a wired_connection_setting as following: NMSettingPPPOE *s_pp