mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
fix: snap launch
This commit is contained in:
@@ -59,9 +59,6 @@ class FlatpakApplication(SoftwarePackage):
|
||||
if data.get(attr) and not getattr(self, attr):
|
||||
setattr(self, attr, data[attr])
|
||||
|
||||
def get_command(self) -> str:
|
||||
return "flatpak run {}".format(self.id)
|
||||
|
||||
def can_be_run(self) -> bool:
|
||||
return self.installed and not self.runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user