After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 778598 - Flatpak backend doesn't seem to install related refs
Flatpak backend doesn't seem to install related refs
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: Flatpak
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-02-14 09:59 UTC by Alexander Larsson
Modified: 2017-07-12 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Larsson 2017-02-14 09:59:02 UTC
I just had a quick look at the gnome-software flatpak backend, and it doesn't seem to call flatpak_installation_list_remote_related_refs_sync(). This is the method call that looks at all the refs that are "related" to the app and wheter you should automatically install them (flatpak_related_ref_should_download) with the app.

In particular, this will return the Locale extension with the "proper" subpath subset that should be used (flatpak_related_ref_get_subpaths), and available extensions such as the OpenGL driver that pairs with a runtime. This later is required to automatically get the right nvidia drivers if needed when you install or update a runtime.
Comment 1 Matthias Clasen 2017-07-12 10:42:29 UTC
it does this now