[solved] Tools menu: Reveal in File Explorer

I’m using linux and it would be great to open a file explorer
different to the default browser which is being used, I think…

I’m guessing renoise uses xdg-open for opening file browser.

In arch (and probably most others) you can configure it by setting DE environment variable according to your desktop environment/preferences.

for example if you’re using gnome, setting DE=“gnome” would make xdg-open open nautilus, DE=“xfce” would open thunar etc.

check /usr/bin/xdg-open (its just a bash script) for which values you can use for it.

Ah, yes of course, thanks! :stuck_out_tongue: