You are not logged in.

#1 2011-08-02 23:14:17

bharath1097
Member
Registered: 2010-12-03
Posts: 27

[Solved] Chromium proxy problem

I have a weird issue with chromium browser. I am behind a proxy server. I am using LXDE and if i boot into runlevel 3 and press startx to start LXDE, then chromium is recognising my http_proxy variable and proxy settings work fine. But if i boot into runlevel 5 and use a display manager like SLIM or XDM, then chromium is not recognising my http_proxy variable.

Last edited by bharath1097 (2015-05-15 04:58:41)

Offline

#2 2011-08-03 02:43:05

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [Solved] Chromium proxy problem

How are you setting the http_proxy variable? Login with a display manager and do "echo $http_proxy" in a terminal. If its blank then its not being set.

Offline

#3 2011-08-03 04:28:50

bharath1097
Member
Registered: 2010-12-03
Posts: 27

Re: [Solved] Chromium proxy problem

i am setting the http_proxy variable from bashrc. echo $http_proxy works and also proxy is working in other programs pacman, mercurial etc.

Offline

#4 2011-08-03 04:41:42

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [Solved] Chromium proxy problem

Your display manager doesn't source .bashrc so the http_proxy var isn't part of the parent environment that chromium inherits from.

Offline

#5 2011-08-03 04:47:38

Korrode
Member
From: Australia
Registered: 2009-11-02
Posts: 110

Re: [Solved] Chromium proxy problem

Although a workaround, not a resolution; you can add --proxy-server=host:port parameter when launching chromium.


xfce | compiz | gmrun | urxvt | chromium | geany | aqualung | vlc | geeqie

Offline

#6 2011-08-03 05:49:05

bharath1097
Member
Registered: 2010-12-03
Posts: 27

Re: [Solved] Chromium proxy problem

Proxy settings are working in chromium now after i added them to bash_profile

Offline

Board footer

Powered by FluxBB