diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9167d2..0902915e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - i18n ### Fixes +- Flatpak + - not displaying application updates on the search results + - initialization dialog hangs when there is no task to wait for [#112](https://github.com/vinifmor/bauh/issues/112) - not caching data of repository packages with unknown repository names diff --git a/bauh/gems/flatpak/controller.py b/bauh/gems/flatpak/controller.py index 3c088a95..95c3b77f 100644 --- a/bauh/gems/flatpak/controller.py +++ b/bauh/gems/flatpak/controller.py @@ -90,7 +90,7 @@ class FlatpakManager(SoftwareManager): if apps_found: already_read = set() - installed_apps = self.read_installed(disk_loader=disk_loader).installed + installed_apps = self.read_installed(disk_loader=disk_loader, internet_available=True).installed if installed_apps: for app_found in apps_found: