FelisCatus / switchy

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

Does not work on Linux (KDE) despite Error Log saying everything is OK #526

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Proxy Switchy 1.6.3 on top of Google Chrome 28.0.1500.45 for Linux.
2. Linux is Ubuntu 13.04 64 bit. 
3. Using KDE 4 from Ubuntu's official repo. KDE version is 4.10.3 with Qt 4.8.4.
4. Set up local socks proxy with ssh (ssh someone@somewhere.net -D8081).
5. Configure switchy proxy to use localhost:8081 as socks proxy.
6. Visit whatismyipaddress.com

What is the expected output?
The IP address of the system I am connecting to with ssh (since that would be 
my socks proxy).

What do you see instead?
My IP address.

Operating system:
Linux

Error Log:

[7:59:07 PM] [info] - Extension Info: v1.6.3
[7:59:07 PM] [info] - Browser Info: 5.0 (X11; Linux x86_64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/28.0.1500.45 Safari/537.36
[10:26:10 PM] [success] - Everything is OK
[10:29:42 PM] [success] - Everything is OK
[10:36:54 PM] [success] - Everything is OK

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

Performed extra tests, got no output:

ejortegau@rogue:~$ echo $DESKTOP_SESSION + $GNOME_DESKTOP_SESSION_ID + 
$KDE_FULL_SESSION
kde-plasma + + true
user@rogue:~$ gconftool-2 -g /system/http_proxy/host

user@rogue:~$ kreadconfig --file kioslaverc --group 'Proxy Settings' --key 
httpProxy

user@rogue:~$ 

Original issue reported on code.google.com by ejorte...@gmail.com on 3 Jul 2013 at 3:38