[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 in Ubuntu.
https://bugs.launchpad.net/bugs/494373

Title:
  gnome-network-properties sets $http_proxy incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/494373/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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, mail client,
synaptic like tools which is not a good way.

gnome-network-propeties takes all the required parameters, host, port,
username, password but sets proxy only as host:port.  It should be a one
line of code to fix just by adding username:password@host:port.  I hope
it will be patched as soon as possible.

-- 
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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 
password
6) Click Apply to system widely

Then look at:

- /etc/environment
- /etc/apt/apt.conf


Current configuration:

- /etc/environment:

http_proxy=http://myproxy:3128/;

- /etc/apt/apt.conf:

Acquire::http::proxy http://myproxy:3128/;

Expected configuration:

- /etc/environment:

http_proxy=http://username:passw...@myproxy:3128/;

- /etc/apt/apt.conf:

Acquire::http::proxy http://username:passw...@myproxy:3128/;

-- 
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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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:
  gnome-network-properties sets $http_proxy incorrectly

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 to gnome-control-center in ubuntu.
https://bugs.launchpad.net/bugs/494373

Title:
  gnome-network-properties sets $http_proxy incorrectly

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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: gnome-control-center (Ubuntu)
   Importance: Undecided = Medium

** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Released = In Progress

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) = Jean-Baptiste Lallement (jibel)

-- 
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 on the latest version of Lucid?

-- 
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 someone experiencing the original issue provide the detailed steps to 
reproduce it. I fail to reproduce it on latest lucid. 
Thanks in advance.

-- 
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 be fairer to
put the cursor at the end of encoding for the strikes continue without
error.

-- 
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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);
+   g_print(p: %s\n, proxy_str);

So, here the string does not include auth information (it is explained
in the FIXME).

Regarding gnome-terminal, if the http_proxy environment variable is
already defined then it does not attempt to retrieve the proxy
information from gconf and define http_proxy variable.

See src/terminal-screen.c:1422
  /* Do we already have a proxy setting? */
  if (g_hash_table_lookup (env_table, http_proxy) != NULL)
use_proxy = FALSE;

If I comment these two lines, then my http_proxy variable is defined
properly in gnome-terminal (with auth information).

Basically, there are two solutions:
1) The ideal solution would be to add auth support to 
50_ubuntu_systemwide_prefs.patch. I don't know if it is possible because 
apparently a secure store is missing
2) In 50_ubuntu_systemwide_prefs.patch do not attempt to define the http_proxy 
variable whenever authentication is enabled. At least, applications such as 
gnome-terminal will define the http_proxy variable correctly (provided that it 
is not already defined). For other applications, the proxy string without auth 
information would not work anyway when authentication is required.

-- 
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 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs