You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the gnome settings key org.gnome.system.proxy.host contains the protocol part of the URL (i.e., http://proxyhost), tilix will export the environment variables http_proxy and http_proxys with a duplicated protocol section (e.g., http_proxy=http://http://proxyhost)
To correct the behavior, a check should be inserted into the setProxyEnv function in source/gx/tilix/terminal/terminal.d to avoid adding the protocol section if already present.
Current behavior:
foo@bar:~$ gsettings get org.gnome.system.proxy.http host
'http://proxyhost'
foo@bar:~$ printenv http_proxy
http://http://proxyhost