xiongtong3 / switchy

Automatically exported from code.google.com/p/switchy
0 stars 0 forks source link

Switchy not using proxy in KDE4 (linux) #262

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Switchy in Chrome on linux
2. Setup a proxy (socks 5 in my case)
3. Browse to whatsmyip.org and see if proxy is being used

What is the expected output?
IP address of proxy is reported

What do you see instead?
IP address of direct connection is reported (proxy not being used)

Operating system:
Fedora 14 x86_64 (Linux)

Error Log:
copy it from "chrome-
extension://caehdcpeofiiigpdhbabniblemipncjj/console.html"

[CODE]
[15:14:40] [info] - Extension Info: v1.6.3
[15:14:40] [info] - Browser Info: 5.0 (X11; U; Linux x86_64; en-US) 
AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.19 Safari/534.13
[15:21:24] [success] - Everything is OK
[15:21:30] [info] - Extension Info: v1.6.3
[15:21:30] [info] - Browser Info: 5.0 (X11; U; Linux x86_64; en-US) 
AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.19 Safari/534.13
[15:21:30] [success] - Everything is OK
[15:47:27] [success] - Everything is OK
[16:02:54] [success] - Everything is OK
[/CODE]

Please provide any additional information below. Attach a screenshot if
possible.

Proxy Switchy v1.6.3 
Chrome 9.0.597.19 beta
Fedora 14 x86_64

[CODE]
$ cat ~/.kde/share/config/kioslaverc:
AutoResume=true

[$Version]
update_info=kioslave.upd:kde2.2/r1,kioslave.upd:kde2.2/r2,kioslave.upd:kde2.2/r3

[Proxy Settings]
NoProxyFor=localhost, 127.0.0.1, <local>
Proxy Config 
Script=file:///home/[user]/.config/google-chrome/Default/Extensions/caehdcpeofii
igpdhbabniblemipncjj/1.6.3_0/plugins/SwitchySocks.pac?1293052824689
ProxyType=2
ftpProxy=
httpProxy=
httpsProxy=
socksProxy=http://127.0.0.141:5555
[/CODE]

I also tried filling in the httpProxy and httpsProxy fields with the same 
values to no avail.  The IP address is correct, and I also tried listening on 
'127.0.0.1' and setting up another switchy profile, but that didn't work 
either.  I was able to use both proxies successfully in firefox's foxyproxy, so 
I know it's not a problem with the proxy.

Original issue reported on code.google.com by WillD...@gmail.com on 22 Dec 2010 at 10:10