Dear maintainer,
In debian testing landed the other day the version 1.28.2-1 and with
the removal of 0002_metar-Update-AviationWeather-URL.patch (
https://salsa.debian.org/debian-mate-team/libmateweather/-/commit/10321e220d3f12450add5cc9a8fa3361d6d3c7df?file_path=debian%2Fpatches%2Fseries#line_bc34014ab_2
), the old deprecated URL overwrites the correct newer one because of
0001_libsoup3.patch:
https://salsa.debian.org/debian-mate-team/libmateweather/-/blob/debian/1.28.2-1/debian/patches/0001_libsoup3.patch?ref_type=tags#L410-423
By applying this manual patch and restarting the clock-applet,
everythings works again (as shown in the attached images):
# sed -i 's|https://aviationweather.gov/cgi-bin/data/dataserver.php|https://aviationweather.gov/api/data/dataserver\x0\x0\x0\x0\x0\x0\x0\x0|'
/usr/lib/x86_64-linux-gnu/libmateweather.so.1.6.9
$ kill -SIGHUP $(ps -ef | grep [c]lock-applet | awk '{print $2}')
Regards,
Sergio