Synaptic proxy authentication integration
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-app-install |
New
|
Undecided
|
Unassigned | ||
synaptic (Ubuntu) |
Fix Released
|
Medium
|
Michael Vogt |
Bug Description
Binary package hint: synaptic
Synaptic proxy authentication settings result in '407 Authentication Required' when Gnome->
You can only make Synaptic work by unsetting Gnome->
This happens with 'gksu synaptic' but not 'sudo synaptic', so it might be a gksu bug instead. I've only been able to fix it with patching the synaptic source (a simple patch.)
I'm adding a patch that fixes synaptic 0.57.11.1ubuntu14 for me. It does two things: apt.conf. d/ to make command-line apt work. So Acquire: :http:: proxy needs 'http:// user:pass@ proxy:port/' instead of 'http:// user:pass@ proxy:port'. (WHY???)
1. If Synaptic has proxy preferences, it unsets http_proxy environment variable and related. These seem to override Synaptic settings.
2. It adds a trailing '/' to the proxy settings which appears to be necessary here. This is also necessary if I manually change /etc/apt/
The patch is a whole 33 lines (basically four one-line changes), and should read fairly obviously.