@ -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.