[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2011-10-12 Thread Sebastien Bacher
The dialog has been deprecated and rewritten in GNOME3 and Oneiric, closing the bug ** Changed in: gnome-control-center (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2011-05-16 Thread Hakan GÜVEN
it is still present in 11.04 production. since i am visiting several customers, i need to save their proxy information. Although i saved the authentication credentials, it does not do any good and i t makes me to ask customer to enter the username/password every time, for each different browser,

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2011-04-18 Thread Brian McDevitt
Bug still present in 11.04 Beta 2. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/494373 Title: gnome-network-properties sets $http_proxy incorrectly --

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-12-08 Thread Bertrand Presles
I confirm this bug in Maverick (10.10) too. How to reproduce it: 1) Launch gnome-network-properties 2) Select Manual configuration 3) Enter proxy host and port 4) Click 'Details' button to enter authentication data 5) In the details popup select Use authentication and enter username and

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-12-08 Thread Lazza
Not sure about this but, since it's a usability issue, could we mark it as a papercut? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. https://bugs.launchpad.net/bugs/494373 Title:

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-12-08 Thread Jean-Baptiste Lallement
** Changed in: gnome-control-center (Ubuntu) Status: In Progress = Triaged ** Changed in: gnome-control-center (Ubuntu) Assignee: Jean-Baptiste Lallement (jibel) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-09-02 Thread David Cooley
This bug also affects me with Lucid. The proxy user/password are not added to the http_proxy, ftp_proxy or https_proxy anywhere. I have to manually add them later. -- gnome-network-properties sets $http_proxy incorrectly https://bugs.launchpad.net/bugs/494373 You received this bug notification

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-05-07 Thread Jayson Reis
That still bugged even in /etc/apt/apt.conf Here is my apt.conf Acquire::http::proxy http://172.16.1.50:3128/;; Acquire::ftp::proxy ftp://172.16.1.50:3128/;; Acquire::https::proxy https://172.16.1.50:3128/;; -- gnome-network-properties sets $http_proxy incorrectly

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-28 Thread Jean-Baptiste Lallement
I'm reopening this report because I can reproduce on Lucid and it's clearly broken. username/password are not always exported in *_proxy. Env variable are created in caps and when the proxy is remove only the *_PROXY are removed from env. It's somewhat broken. ** Changed in:

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-25 Thread Jayson Reis
I'm using lucid and that appers to not be fixed. It is in the main line ? -- gnome-network-properties sets $http_proxy incorrectly https://bugs.launchpad.net/bugs/494373 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-25 Thread Jean-Baptiste Lallement
@Jayson Reis, please provide a test case to reproduce the error. Thanks. -- gnome-network-properties sets $http_proxy incorrectly https://bugs.launchpad.net/bugs/494373 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-25 Thread Benoit Ebner
@Jean-Baptiste Lallement: When I update my Lucid test machine, I found the bug. You can see bug 544033 to take a test case. The old test case (in top of this bug) work also. I do not know what has changed between my test message (2010-03-19) and now. It's quite annoying:) I can make more test

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-25 Thread Jayson Reis
A simple example. Try to change the proxy and click apply system widely and then open gnome-terminal sudo -i echo $http_proxy the result will be uri without username and password -- gnome-network-properties sets $http_proxy incorrectly https://bugs.launchpad.net/bugs/494373 You received this

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-25 Thread Jean-Baptiste Lallement
@Benoit: bug 544033 is different. It's about apt.conf not $http_proxy. It's not a duplicate so we'll treat it there. @Jayson: The original report do not talk about sudo -i so it's a new issue. Could you please file a new report. Press CTRL+F2 and enter 'ubuntu-bug gnome-control-center'. Can

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-19 Thread gatchan
The bug seems fixed in Lucid. I would just remark on the screen encoding the proxy. If I chose to manually configure the proxy and I begin with http:// encoding, the following letter removes the http:// (ok), but puts the cursor at the start line. Before the last letter that I encoded. It would

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-19 Thread Jean-Baptiste Lallement
I'm closing this report because it is fixed in lucid and I opened bug 542001 for the input field problem. Thanks for your help. ** Changed in: gnome-control-center (Ubuntu) Status: Incomplete = Fix Released -- gnome-network-properties sets $http_proxy incorrectly

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-03-15 Thread Jean-Baptiste Lallement
Thanks for your report. I believe it is fixed in Lucid. Could you please try to reproduce with the development release ? Thanks. ** Changed in: gnome-control-center (Ubuntu) Status: New = Incomplete -- gnome-network-properties sets $http_proxy incorrectly

[Bug 494373] Re: gnome-network-properties sets $http_proxy incorrectly

2010-01-07 Thread Christophe Dumez
I had a look at the code and it seems that the problem is located here: 50_ubuntu_systemwide_prefs.patch:29 that is to say: + /* FIXME: add proxy auth support when a secure store for the proxy + password is available */ + proxy_str = g_strdup_printf(%s://%s:%i/, proxy_type, host, port);