ClearWeather screenlet shows blank widget

Bug #1663893 reported by fishears
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Screenlets
New
Undecided
Unassigned

Bug Description

When I add a ClearWeather screenlet it initially looks fine until I enter my city (Nottingham UK NGM) after which the widget displays a blank window (just the background). The tooltip works fine.

The problem lies in /usr/share/screenlets/screenlets-pack-all/ClearWeather/ClearWeatherScreenlet.py at line 284 which reads:

if current["icon"]=="-": current["icon"]="48"

changing that line to:

if current["icon"]=="-" or current["icon"]=="": current["icon"]="48"

fixes this bug.

[Ubuntu Gnome 16.10]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.