Hello Here,
I would like to use the tauri v2 alpha for my new hobbiest application. I'm using Archlinux as development OS.
When I try to use the open fn dialog on Typescript side the UI freeze. I see that it should be fixed on linux (https://github.com/tauri-apps/plugins-workspace/issues/571) but I'm still experiencing this issue.
I'm on the last version of the alpha package of both Tauri and plugin Dialog. I have tried to open the Dialog using Rust (https://github.com/tauri-apps/plugins-workspace/issues/571#issuecomment-1689803877) But it freeze the UI too.
Do i need to add anything in the configuration file to use Dialog plugin ? maybe a permission ?
Thanks for your help
Hello, I'm building the official API example on my Windows machine with following commands: git clone git@github.com:tauri-apps/plugins-workspace.git && cd plugins-workspace/examples/ap...