From b15200cfb0a1ea99497f6bce07fd80f2faac690f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 23 Jul 2020 17:13:37 -0400 Subject: [PATCH] Use pd-gui instead of pd binary as default Pure Data application on Linux. --- src/Prototype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Prototype.cpp b/src/Prototype.cpp index 13e5d32..ed05a03 100644 --- a/src/Prototype.cpp +++ b/src/Prototype.cpp @@ -31,7 +31,7 @@ ScriptEngine* createScriptEngine(std::string extension) { static std::string settingsEditorPath; static std::string settingsPdEditorPath = #if defined ARCH_LIN - "\"/usr/bin/pd\""; + "\"/usr/bin/pd-gui\""; #else ""; #endif