Integrate Proxy Settings and Network Connection Project : Plan‏

2013-04-08 Thread Malintha Adikari
Hi Hedayat, I think I should add new class for the functionality of the proposed integration of proxy settings and Network connection.I have attached the details of the proposed NMSettingsProxy class below. That class inherits the NMSettings class already

Re: SMS sending error with Telit module

2013-04-08 Thread Dan Williams
On Mon, 2013-04-08 at 10:39 +0200, Enrico Murador - Research & Development - CET wrote: > I'm trying the packages I updated friday from PPA, but now I'm facing > another problem: after I start the gsm data connection, most of the time > connection drops automatically... sometimes immediately afte

Re: Sierra Wireless 3G modem Compass 888

2013-04-08 Thread Dan Williams
On Fri, 2013-04-05 at 17:05 +0200, Matej Kovacic wrote: > Hi, > > I have done so, here is the result: Thanks; I believe we fixed this a while back in MM 0.6 git, but it hasn't been part of a release yet. I'll try to make that happen. Dan > modem-manager[31287]: [1365174002.499887] [mm-serial

Re: Different Firewall settings for different connection

2013-04-08 Thread Nathanael Noblet
NM isn't a firewall. Check out 'firewalld' whose purpose is what you describe... On 04/07/2013 05:43 AM, Malintha Adikari wrote: hi, I am researching about setting different proxy settings for different connections. I heard that NM is facilitate that feature for firewall settings. That is.. u

Re: Sierra Wireless 3G modem Compass 888

2013-04-08 Thread Matej Kovacic
Hi, > Thanks; I believe we fixed this a while back in MM 0.6 git, but it > hasn't been part of a release yet. I'll try to make that happen. Is any partial solution for that? The problem is, that even if you release it, it will probably take a while, when new version comes to Ubuntu... Regards,

[MM][PATCH] gobi: Add qmi_wwan to the list of drivers for plugin initiation.

2013-04-08 Thread Arman Uguray
Added "qmi_wwan" as one of the supported drivers for the Gobi plugin. --- plugins/gobi/mm-plugin-gobi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gobi/mm-plugin-gobi.c b/plugins/gobi/mm-plugin-gobi.c index 6f2280d..ac32ae8 100644 --- a/plugins/gobi/mm-plugin-gobi

Re: Compile and Install Network Manager

2013-04-08 Thread Colin Walters
Hi Malintha, On Sun, 2013-04-07 at 19:41 +0600, Malintha Adikari wrote: > Hi, > > I want to change the NM code, compile it and re-install it on my local > system. Im using Fedora 18.Is it safer to do it so ? Or is there any > safer way to do it other than do it on Virtual machine? If you're tal

Re: Compile and Install Network Manager

2013-04-08 Thread david feeney
Hi Malintha, I have not build NM, but I do build NM-applet. I build it locally by using the "prefix" in the ./configure to point to my local area. Then when I want to use it I kill the native nm-applet and run mine instead. The following is my configure line: $ ./configure --prefix=/home/david

RE: Compile and Install Network Manager

2013-04-08 Thread Malintha Adikari
Hi, Thanks David, That is exactly what I wanted. I will try it Thanks, Malintha Date: Mon, 8 Apr 2013 23:30:14 -0400 Subject: Re: Compile and Install Network Manager From: dpfee...@gmail.com To: malintha.adik...@hotmail.com CC: networkmanager-list@gnome.org Hi Malintha, I have not build NM, bu