def launch(self, pkg: FlatpakApplication): flatpak.run(str(pkg.id))
def launch(self, pkg: SoftwarePackage): flatpak.run(str(pkg.id))