I think that the "pac+" scheme is added by libproxy0:
>From libproxy/src/plugins/gnome.c:
// Mode is wpad:// or pac+http://...
else if (!strcmp(mode, "auto"))
{
char *tmp = gconf_client_get_string(client,
"/system/proxy/autoconfig_url", NULL);
if (px_url_is_valid(tmp))
url = g_strdup_printf("pac+%s", tmp);
else
url = px_strdup("wpad://");
px_free(tmp);
}
I don't know if it is libproxy0 that exports that value to the environment
without removing the pac scheme though, or some gnome component.
I also don't know if keeping the "pac+" scheme is the right thing to do or
not... But it might be a good idea to notify the libproxy0 developers to see
this bug report.
--
Regression: "Automatic proxy configuration" + gnome-terminal now breaks
apt-get, curl, wget...
https://bugs.launchpad.net/bugs/433827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs