ericmckean / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

ggl-gtk behind proxy #365

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What is the expected output? What do you see instead?

GoogleGadgets can't connect to internet if I'm behind a proxy server. For 
example, GMail gadget outputs „oops.. network/server error“ everytime I try 
to log in to my google account. Weather globe does not even have a list of 
cities/countries. The list of available gadgets contains only a clock-gadget 
(which is installed by default). After installing gadgets manually (the *.gg 
files from) one by one they appear in the „Add gadgets“ list. 

What version of the product are you using? On what operating system?

ubuntu Lucid LTS. ggl-gtk v.0.11.2  API version 5.8.0.0

Please provide any additional information below.

I've tried changing global proxy settings, exporting enviroment-variables 
http_proxy/https_proxy/all_proxy and then launching ggl-gtk, adding „export 
http(s)_proxy=<...>“ lines to .bashrc file and restarting system but nothing 
seems to help. 
ggl-gtk works like a charm when I'm not behind proxy.

Original issue reported on code.google.com by dariu...@gmail.com on 12 Jun 2010 at 10:05

GoogleCodeExporter commented 9 years ago
P.S. The proxy I'm behind doesn't require authentication.

Original comment by dariu...@gmail.com on 12 Jun 2010 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by phnix...@gmail.com on 12 Jun 2010 at 11:24

GoogleCodeExporter commented 9 years ago
Please first check which underlying http library (libcurl or libsoup) your ggl 
build is using and see why the library doesn't work for proxy.

Original comment by phnix...@gmail.com on 12 Jun 2010 at 11:27