Comment 1 for bug 232089

Revision history for this message
Bjoern Koch (h.humpel) wrote :

The GoodWeather Desklet and its Sensor are unfortunately not an official part of gDesklets.
So you/we would have to contact the author to have it fixed and/or include the desklet into the official gDesklets core.

Anyway, the problem can be fixed by:
( see here: http://ubuntuforums.org/showthread.php?p=4915195 )

-------
file:
.gdesklets/Sensors/GoodWeather/__init__.py

change:
%(weather_code)s?cc=*&dayf=5&prod=xoap&" \

to:
"%(weather_code)s?cc=*&dayf=5&prod=xoap&link=xoap&" \
-------