Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XFCE weather plugin and proxy not working [by design]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pdr
l33t
l33t


Joined: 20 Mar 2004
Posts: 618

PostPosted: Mon Dec 08, 2008 2:04 pm    Post subject: XFCE weather plugin and proxy not working [by design] Reply with quote

Tried both using environment (have both http_proxy and HTTP_PROXY set to http://uid:pwd@my.proxy.com:8080), and explicitly entering the url (without the 8080 port since you have a separate input for that) into the weather plugin for XFCE and it will neither allow me to search for a location code, nor will it do updates (I manually searched for a code on www.weather.com).

Anyone know how to get this working?


Last edited by pdr on Tue Dec 09, 2008 11:36 am; edited 1 time in total
Back to top
View user's profile Send private message
Nerevar
l33t
l33t


Joined: 31 May 2008
Posts: 720

PostPosted: Tue Dec 09, 2008 2:31 am    Post subject: Reply with quote

It's not supported.

Code:
gboolean
check_envproxy (gchar **proxy_host,
                gint   *proxy_port)
{

<snip>

  /* we don't support username:password so return */
  tmp = strchr (env_proxy, '@');
  if (tmp)
    return FALSE;

<snip>

}
Back to top
View user's profile Send private message
pdr
l33t
l33t


Joined: 20 Mar 2004
Posts: 618

PostPosted: Tue Dec 09, 2008 11:37 am    Post subject: Reply with quote

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum