getting privoxy working with vimprobable
Posted: 5. Nov 2011, 18:40
I posted about this while Ratpoison was in beta. I've just had another go and got no further. While many browsers expect to be told about the proxy server (127.0.0.1:8118),
according to the documentation vimprobable needs to be told to use the environment variable http_proxy, so somewhere in startup you do
Well, it works with Firefox, Jumanji and Midori, but not Vimprobable.
I should say that I can't get the Slackbuild to work - the source isn't included, and I expect I'm putting it in the wrong place. But the one on the Privoxy website seems easy enough to build.
Has anybody else tried to use Privoxy with Vimprobable?
Code: Select all
vanilla[~]$ cat .config/jumanji/jumanjirc | grep proxy
set proxy localhost:8118
Code: Select all
export http_proxy="127.0.0.1:8118"
Code: Select all
vanilla[~]$ man vimprobablerc | grep proxy
proxy=[true|false]
Whether to read and use the http_proxy environment variable
I should say that I can't get the Slackbuild to work - the source isn't included, and I expect I'm putting it in the wrong place. But the one on the Privoxy website seems easy enough to build.
Has anybody else tried to use Privoxy with Vimprobable?