-
|
I believe I have found two separate issues with proxy configuration. I am running elementary OS 8 in the latest version (8.0.1). With this question, I am mostly looking for guidance in which sub-projects I should file issues. First issue: Proxy settings get reverted in switchboardMy target proxy setting is the following (given as a Dconf dump): [system/proxy]
mode='manual'
[system/proxy/socks]
host='localhost'
port=9050I can enter this configuration in switchboard and if I then look at the Dconf content, it will have these settings stored. But whenever I re-enter the network module of switchboard, the settings get reverted to: [system/proxy]
mode='auto'
[system/proxy/socks]
host='localhost'
port=9050The Second issue: Proxy settings are ineffectiveEven though I have the correct settings stored in Dconf (avoid entering the switchboard network module…), they are not effective. Elementary apps like Web (i.e., Epiphany) should use these proxy settings, but they do not. I can verify this as follows: Meaning: No proxy is in use. The reason is in the implementation of the I see two ways to fix this:
What do you think is the proper course of action? If the workaround is acceptable, would I file an issue with elementary/session-settings? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Next step: filed issue #332 with libproxy. |
Beta Was this translation helpful? Give feedback.
-
|
Step two: filed issue #436 with switchboard-plug-network I guess this is all there is to do for now. |
Beta Was this translation helpful? Give feedback.
Step two: filed issue #436 with switchboard-plug-network
Step three: filed issue #89 with session-settings
I guess this is all there is to do for now.