File browser won't open in certain DAWs
-
So far I've only encountered this in Qtractor and Ardour.
One of the Ardour devs gave me this tip
Create a wrapper a script that unsets LD_LIBRARY_PATH and then launches the external file browser. Also use vfork to prevent rt issues.
@Christoph-Hart Any idea what that means?
-
JUCE_DISABLE_NATIVE_FILECHOOSERS=1
Is the solution. The non-native file picker is ugly but it does the job.