flatpak / xdg-dbus-proxy

GNU Lesser General Public License v2.1
57 stars 21 forks source link

Improve compatibility with older OSs #6

Closed smcv closed 5 years ago

smcv commented 5 years ago

Testing #5 on Travis-CI revealed some incompatibilities with older GLib and dbus versions:

This pull request makes it work with GLib 2.40 on Ubuntu 14.04.


I'm happy to de-support older GLib releases as needed - Flatpak officially only supports GLib 2.44 and up, although I have patches that made Flatpak 1.0.x work on 2.42 and probably also 2.40.

We should probably test regularly on a distro that has the oldest GLib we support, for which see a subsequent pull request that adds Travis-CI integration.