Skip to content

os-database: Load osinfo db from hardcoded path for Flatpak

Felipe Borges requested to merge flatpak-load-libosinfo-db into master

Libosinfo's latest release has introduced a regression causing osinfo_db_loader_process_default_path to fail in a Flatpak container.

Until we manage to track this down and fix it in libosinfo, we can hardcode the path and restore the functionality. Otherwise Boxes crashes whenever it needs to query libosinfo (which is pretty bad).


This fixes the crashes users are facing ATM in the Nightly build.

Merge request reports