Toolbox behind proxy problem

Hi,

I use toolbox on Ubuntu 18.04. It seems that Toolbox does not get updates through via proxy, no matter how my system proxy is set. I checked the log and try to download by the url in the log by wget or curl. It is work when I use the proxy. Any idea what could fix this situation?

Thanks a lot.

Happy233~

2
5 comments

I have same issue.

0

Under VoidLinux, gnome3, Toolbox Version 1.11.4269 the following works for me.

I have created a start script "${home}/bin/jbt", which sets the "http_proxy" env var and execs the toolbox.

#!/usr/bin/sh
export http_proxy=http://proxy:3128

exec ${HOME}/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox

System Proxy is disabled. Startet with Alt+F2. On first start I was asked for username and password.

0

Same issue using KDE plasma. I've gotten around this previously by creating a custom .desktop file in ~/Desktop but this isn't a good solution.  Something like what Xoryves is a decent option, or running it by hand from the CLI using HTTP_PROXY=.... jetbrains-toolbox

0
Avatar
Permanently deleted user

This is still a problem and the above mentioned workaround don't work for me. Is there an open issue in the issue tracker where we can track the status of this problem?

0

I also have this problem (on centos 7)   The http (& https) proxy env variables are set, but it doesn't work either from the icon or the command line.

0

Please sign in to leave a comment.