- #1
dRic2
Gold Member
- 890
- 225
Hi,
Due to a proxy issue I have to launch chromium with this additional requirement to set the right proxy
chromium-browser --proxy-server=http://proxy.myproxy:XXXX
To get things more easy I defined an alias
alias chrome='chromium-browser --proxy-server=http://proxy.myproxy:XXXX'
so now I just type chrome in the command line and it works. However, I would like to launch the application by right-clicking on it instead of typing chrome in the console. Unfortunately, I am not able to set this proxy thing to work if I open chromium by right-clicking on it. I tried to google it but all the main suggestions failed to work for me (for example I was very optimistic with this one https://askubuntu.com/questions/537...n-application-with-specific-parameters-from-u but it didn't work).
Due to a proxy issue I have to launch chromium with this additional requirement to set the right proxy
chromium-browser --proxy-server=http://proxy.myproxy:XXXX
To get things more easy I defined an alias
alias chrome='chromium-browser --proxy-server=http://proxy.myproxy:XXXX'
so now I just type chrome in the command line and it works. However, I would like to launch the application by right-clicking on it instead of typing chrome in the console. Unfortunately, I am not able to set this proxy thing to work if I open chromium by right-clicking on it. I tried to google it but all the main suggestions failed to work for me (for example I was very optimistic with this one https://askubuntu.com/questions/537...n-application-with-specific-parameters-from-u but it didn't work).
Last edited by a moderator: