-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
This tool quite a while to research. I noticed that new installations the clock mate-panel break when trying to add new locations.
It turns out that code could not read /usr/share/libmateweather/Locations.xml.gz. That is because libxml2 disabled built it support for zlib and it will be removed.
Hence, the flag --enable-locations-compression causes broken installation of mate-panel clock applet in the near future:
(clock-applet:26236): MateWeather-CRITICAL **: 16:27:19.137: mateweather_location_ref: assertion 'loc != NULL' failed
The solution for me was for the meanwhile :
cd /usr/share/libmateweather/
sudo gunzip -k Locations.xml.gz
And of course, I need to update the gentoo ebuilds.
Metadata
Metadata
Assignees
Labels
No labels