Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open and Browse buttons don't open the file browser #52

Open
SolsticeSpectrum opened this issue Dec 9, 2023 · 1 comment
Open

Open and Browse buttons don't open the file browser #52

SolsticeSpectrum opened this issue Dec 9, 2023 · 1 comment

Comments

@SolsticeSpectrum
Copy link

I am on Arch Linux using i3wm and Nautilus as file manager. Pressing the "Open" button or the "Browse" button in XSynth -> SFZ Path does not open the file manager.

Workaround: Using drag&drop works for midis and I can type out the path for SFZ

@SolsticeSpectrum
Copy link
Author

If anyone experiences this issue and finds this issue, git clone this repository and edit this in Cargo.toml

rfd = { version = "0.12.0", default-features = false, features = [
    'xdg-portal',
] }

to

rfd = { version = "0.12.0" }

then run cargo run --release and you'll find the binary in target/release/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant