If using Sforzando 1.982~beta3 as VST3, under Ardour 8.12.0 Linux, the file load dialogues in the Sforzando plugin don’t show up when clicking on load or import. They show if using Sforzando standalone or as VST3 through Carla.
(I’d be willing to bet on some kind of shared library madness.)
x42
(Robin Gareus)
December 3, 2025, 12:01am
#2
If I had to guess. They fork a separate process to show the file selector UI (which is really bad practice for various reasons)
Maybe the workaround (or a variant thereof) presented here can help:
opened 11:09AM - 10 Sep 20 UTC
closed 10:13PM - 05 Oct 20 UTC
- OS: Ubuntu Linux 20.04
- sfizz version: develop branch with LV2 UI
Upon op… ening the UI and clicking to open a file, nothing happens.
Zenity apparently can not launch and produces the following message:
```
/usr/bin/zenity: symbol lookup error: /lib/x86_64-linux-gnu/libsecret-1.so.0: undefined symbol: g_input_stream_read_all_finish
```
It seems linked/similar to https://github.com/surge-synthesizer/surge/issues/2455
By Jove, Holmes, you are right!
/usr/bin/zenity: symbol lookup error: /lib/x86_64-linux-gnu/libcairo-script-interpreter.so.2: undefined symbol: cairo_set_hairline
However the workaround described does not work. Maybe they try invoking zenity directly as /usr/bin/zenity`?