![]() |
2009-03-25
, 20:37
|
Posts: 15 |
Thanked: 11 times |
Joined on Jun 2008
|
#582
|
The Following User Says Thank You to wax4213 For This Useful Post: | ||
![]() |
2009-03-25
, 20:38
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#583
|
![]() |
2009-03-25
, 20:39
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#584
|
Since tear uses libcurl, it supports http_proxy environment variable, so it is useful for people who need a constant proxy. Just run in xterm
export http_proxy=http://localhost:8118/
tear
To get tear to use a proxy.
This does not help if you want to config proxy by hand.
If you want tear to use the proxy settings from connection manager, you need to convert the following line to vala syntax and add it in a certain strategic place in the code:
if (ConIc.ProxyMode==NONE)
Environment.g_unsetenv("http_proxy");
else
Environment.g_setenv("http_proxy", "http://" + ConIc.get_proxy_host(HTTP) + ":" + ConIc.get_proxy_port(HTTP) + "/");
![]() |
2009-03-25
, 20:40
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#585
|
theres an update to tear showing in qole's repo...I have preview 6 installed, is this a newer version in his repo, or an error of some sort?
![]() |
2009-03-25
, 20:42
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#586
|
![]() |
2009-03-25
, 20:46
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#587
|
![]() |
2009-03-25
, 20:47
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#588
|
![]() |
2009-03-25
, 20:48
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#589
|
![]() |
2009-03-25
, 20:53
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#590
|
![]() |
Tags |
brower, browser, browserd fix, khtml, microb alternative, microb killer, tear, webkit, www |
|
i finally got round to testing if the image option stops the download images. and yes it does.
but sadly, the alt-text is not showed, making it hard to locate image based links...