5

I've upgraded to Ubuntu 11.10 and it seems that it has a lack of support for internet connections with a proxy.

Pidgin has stopped working, and when I go to the Proxy tab, under the settings window, it says that it can't find the proxy configuration program (after explaining that pidgin uses the Gnome preferences). Here I found this bug

Empathy seems that doesn't support proxy neither, as you can see here and here

My last hope was Kopete, but seems that it also hasn't proxy support :(

Any idea on how to use a multi-protocol chat client in Ubuntu 11.10 with proxy support?

sanbor
  • 243
  • 2
  • 9

2 Answers2

2

A friend at work found the solution. In Pidgin, the Proxy tab in settings doesn't work. But if you go to the Accounts window, modify an account and go to the Proxy tab, you'll be able to edit manually the proxy of that account. In my case, setting "Use environmental settings" worked.

sanbor
  • 243
  • 2
  • 9
0

Pidgin says that it can't find the proxy configuration app, but it's using the environment variables set by the gnome proxy configuration network app. The problem is that if you set a proxy for SOCKS connection on GNOME's NetworkConfig app, Pidgin will try to connect using SOCKS 5. To resolve this, just unset your SOCKS proxy and Pidgin will use the HTTP proxy. It worked for me.

Eliah Kagan
  • 116,445
  • 54
  • 318
  • 493