1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 23:21:12 +02:00

Initial Tenacity Flatpak

Closes https://github.com/tenacityteam/tenacity/issues/493

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
This commit is contained in:
TheEvilSkeleton
2021-08-27 20:16:41 -04:00
committed by Sol Fisher Romanoff
parent 1b2c9038a4
commit e8812b1d66
8 changed files with 330 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/src/effects/lv2/LoadLV2.cpp b/src/effects/lv2/LoadLV2.cpp
index b101ee734..be665c5a6 100755
--- a/src/effects/lv2/LoadLV2.cpp
+++ b/src/effects/lv2/LoadLV2.cpp
@@ -180,7 +180,7 @@ bool LV2EffectsModule::Initialize()
newVar += wxT(":") + libdir.GetPath();
// Tell SUIL where to find his GUI support modules
- wxSetEnv(wxT("SUIL_MODULE_DIR"), wxT(PKGLIBDIR));
+ wxSetEnv(wxT("SUIL_MODULE_DIR"), wxT("/app/lib/suil-0"));
#endif
// Start with the LV2_PATH environment variable (if any)