Skip to content

remove --enable-locations-compression #144

@oz123

Description

@oz123

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions