From 35851d0cc822709694ffd2ebfd05fed1f30cdd51 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 17 Jun 2025 18:35:50 +0200 Subject: [PATCH] Fix opening links to in prefs notes (e.g. VST spec) gtk's default URL open does not work on recent macOS and Windows. --- gtk2_ardour/option_editor.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 59508a7dfd..a8faae1003 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -42,6 +42,7 @@ #include "pbd/configuration.h" #include "pbd/replace_all.h" +#include "pbd/openuri.h" #include "pbd/strsplit.h" #include "widgets/frame.h" @@ -110,6 +111,10 @@ OptionEditorComponent::maybe_add_note (OptionEditorPage* p, int n) l->set_use_markup (true); l->set_line_wrap (true); p->table.attach (*l, 1, 3, n, n + 1, FILL | EXPAND); + if (_note.find ("