Tuesday, September 14, 2010

Adding a proxy for Yoono Desktop Applications

Yoono Desktop is an easy to use application that allows you to connect to all the social networks and instant messaging services (instant messaging) you like facebook, twitter, yahoo messenger - in one application.

There are two version of Yoono, the browser version and the version of Desktop Addon. When I install the version of the addon in Firefox no problems and applications are running well. But when installing the Desktop version, Yoono is not able to connect to the Internet. It was observed apparently because of problems in place of a proxy for my internet using a proxy.

But how to add the proxy? After googling finally met as follows:

  • Open the file C: \ Documents and Settings \ user name \ Application Data \ Yoono \ Yoono \ Profiles \ xxxxxxx.default \ perf.js with notepad


user_pref ("network.proxy.http", "squid.home-server"); user_pref ("network.proxy.http_port", 3128); user_pref ("network.proxy.share_proxy_settings", true); user_pref ("network. proxy.ssl "," squid.home-server "); user_pref (" network.proxy.ssl_port ", 3128); user_pref (" network.proxy.type ", 1); user_pref (" network.proxy.no_proxies_on " "localhost, 127.0.0.1, your_proxy_ip");
  • Replace "squid.home-server" with the ip address or host name of your proxy server and replace 3128 with your proxy port.
  • Good luck

No comments: