← Back to team overview

screenlets-dev team mailing list archive

[Bug 1663893] [NEW] ClearWeather screenlet shows blank widget

 

Public bug reported:

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]

** Affects: screenlets
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
Screenlets Dev Team, which is subscribed to Screenlets.
https://bugs.launchpad.net/bugs/1663893

Title:
  ClearWeather screenlet shows blank widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/screenlets/+bug/1663893/+subscriptions