diff --git a/engine/findprograms.py b/engine/findprograms.py index 17b3705..76c5c26 100644 --- a/engine/findprograms.py +++ b/engine/findprograms.py @@ -82,7 +82,6 @@ class SupportedProgramsDatabase(object): self.userBlacklist = () #added dynamically to blacklist. highest priority self.knownDesktopFiles = { #shortcuts to the correct desktop files. Reverse lookup binary->desktop creates false entries, for example ZynAddSubFx and Carla. "zynaddsubfx": "zynaddsubfx-jack.desktop", #value will later get replaced with the .desktop entry - "carla-jack-multi" : "carla.desktop", #"carla-jack-single" : "carla.desktop", #We CANNOT add them here because both key and value must be unique and hashable. We create a reverse dict from this. #"carla-jack-patchbay" : "carla.desktop", #"carla-jack-rack" : "carla.desktop",