#App hangs when trying to display open file dialog.

2 messages · Page 1 of 1 (latest)

ebon grotto
#

When doing FileDialogBuilder::new().pick_file(), my app just hangs. I use Manjaro (Arch flavor) Linux with all dependencies installed, except libvips (see https://github.com/tauri-apps/tauri-docs/issues/1663 )
I started a fresh Tauri app with npm create tauri-app@latest and added tauri::api::dialog::blocking::FileDialogBuilder::new().pick_file().unwrap(); line to beginning of a greet command, and the problem persists. Am I doing it wrong?

forest lava