[flatpak] try: fixing missing runtime installation

This commit is contained in:
Vinicius Moreira
2022-04-20 17:02:24 -03:00
parent 91db60b546
commit dc370a2955

View File

@@ -297,7 +297,7 @@ class FlatpakManager(SoftwareManager, SettingsController):
try: try:
if req.pkg.update_component: if req.pkg.update_component:
res, _ = ProcessHandler(watcher).handle_simple(flatpak.install(app_id=ref, res, _ = ProcessHandler(watcher).handle_simple(flatpak.install(app_id=req.pkg.id,
installation=req.pkg.installation, installation=req.pkg.installation,
origin=req.pkg.origin, origin=req.pkg.origin,
version=flatpak_version)) version=flatpak_version))