Browse Source

remove carla desktop file workaround.

master
Nils 4 years ago
parent
commit
1bde889d99
  1. 1
      engine/findprograms.py

1
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",

Loading…
Cancel
Save