summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-20 21:39:25 +0200
committerRobin Gareus <robin@gareus.org>2015-04-20 21:39:25 +0200
commita5c6919e9a3d8ce943774261242761027413060f (patch)
tree22257b386a48a44f31744e3d8970cc8daa949cd2 /gtk2_ardour
parente7364201b149d8f4b16dcbc530eafdde7ed98c57 (diff)
towards fixing #6265
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 0b978a9a42..307a8ba7f2 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -817,7 +817,13 @@ ARDOUR_UI::starting ()
if ((nsm_url = g_getenv ("NSM_URL")) != 0) {
nsm = new NSM_Client;
if (!nsm->init (nsm_url)) {
- nsm->announce (PROGRAM_NAME, ":dirty:", "ardour3");
+ /* TODO this needs fixing!
+ * waf's obj.target for distro versions: eg ardour4, ardourvst4
+ * Ardour4, Mixbus3 for bundled versions + full path on OSX & windows
+ * argv[0] does not apply since we need the wrapper-script (not the binary itself)
+ * No idea how to address all these.
+ */
+ nsm->announce (PROGRAM_NAME, ":dirty:", "ardour4");
unsigned int i = 0;
// wait for announce reply from nsm server