Re: [Patch] Export NM version over dbus

2009-09-17 Thread Pablo Martí Gamboa
2009/9/14 Tambet Ingo > Hey, > > Attached patch exports the NetworkManager version over DBus. > Currently, it's probably mostly needed to determine whether the NM > daemon is 0.7 or 0.8, so if this new property isn't implemented, it's > < 0.8. > Is this going to be added ? It would be *really* i

Re: How to convert Cisco VPN PCF to something network-manager-vpnc can use?

2009-09-17 Thread Jamie Jackson
On Thu, Sep 10, 2009 at 4:52 PM, Dan Williams wrote: > On Thu, 2009-08-27 at 10:51 -0400, Jamie Jackson wrote: >> On Fri, Aug 7, 2009 at 6:04 PM, Dan Williams wrote: >> > On Thu, 2009-08-06 at 20:29 -0400, Jamie Jackson wrote: >> >> My corp is phasing out the old vpn server, and we've been given a

Re: NM and Nokia N95

2009-09-17 Thread Robert Piasek
On Sunday 13 September 2009 22:47:50 Robert Piasek wrote: > Hi, > > I'm trying to connect my Nokia N95 using phonet driver and NM. Device is > picked up by kernel and properly initialized, but it doesn't connect due to > some problems with ppp. Please have a look on log below and let me know > wh

Re: Do we have plan to do finer grained PolicyKit support for Networkmanager?

2009-09-17 Thread Tambet Ingo
On Thu, Sep 17, 2009 at 12:14, Bin Li wrote: > On Thu, Sep 17, 2009 at 2:11 PM, Tambet Ingo wrote: >> >> On Thu, Sep 17, 2009 at 06:16, Bin Li wrote: >> >  To disallow users to define their own network configuration, I add a >> > new >> > permission, org.freedesktop.network-manager-settings.user

Re: Do we have plan to do finer grained PolicyKit support for Networkmanager?

2009-09-17 Thread Bin Li
On Thu, Sep 17, 2009 at 2:11 PM, Tambet Ingo wrote: > On Thu, Sep 17, 2009 at 06:16, Bin Li wrote: > > To disallow users to define their own network configuration, I add a new > > permission, org.freedesktop.network-manager-settings.user.modify, then > link > > to the add button, when the user

Re: Question about function applet_get_best_activating_connection()

2009-09-17 Thread Tambet Ingo
On Wed, Sep 16, 2009 at 05:54, 代尔欣 wrote: > Hi all, >    In applet.c function applet_get_best_activating_connection() have codes: > >     ... >         if (NM_IS_DEVICE_WIFI (best_dev)) { >             if (NM_IS_DEVICE_ETHERNET (candidate)) { >                 best_dev = candidate_dev; >