[fix][flatpak] updating application dependencies during updating and downgrading

This commit is contained in:
Vinícius Moreira
2020-01-13 16:05:43 -03:00
parent 4a26381c04
commit b76294b075
3 changed files with 4 additions and 6 deletions

View File

@@ -287,10 +287,6 @@ class FlatpakManager(SoftwareManager):
watcher.print("Operation cancelled")
return False
if pkg.installation == 'user':
if not handler.handle_simple(flatpak.register_flathub('user')):
return False
res = handler.handle(SystemProcess(subproc=flatpak.install(str(pkg.id), pkg.origin, pkg.installation), wrong_error_phrase='Warning'))
if res: