DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.07k stars 141 forks source link

file handling issue [SOLVED] #673

Closed HagenBarz closed 1 month ago

HagenBarz commented 1 month ago

Version

24.05

Plugin type

Native / JACK

OS

Arch Linux

DAW / Host (if applicable)

Reaper

Description

I can not open nor save a patch. "Open Demo/ example project" works as expected. I have no idea what goes wrong here. No dialog window pops up to chose or to save a patch. The same holds true for the plugins (LV2 and VST). What did I miss?

wm is xfce4 (no fancy configuration)

falkTX commented 1 month ago

see https://github.com/DISTRHO/Cardinal/blob/main/docs/FAQ.md#on-bsdlinuxx11-the-menu-item-save-asexport-does-nothing

you need to have a working xdg-desktop-portal service running.

HagenBarz commented 1 month ago

Thank you for the hint. At the end it seems that simply a missing conf file caused the issue. The following solved my problem.

Copy the /usr/share/xdg-desktop-portal/gtk-portals.conf file into ~/.config and rename it to xfce-portals.conf.

This means in my case (xfce4) I have to install xdg-desktop-portal-gtk as well.