Fabian-Lars

Results 1341 comments of Fabian-Lars

All the plugins have v2 versions now so i'm closing this now :) Check out the v2 branch of the plugins repo https://github.com/tauri-apps/plugins-workspace/tree/v2

Can you test if you see the same issue in Epiphany (also known as Gnome Web)? - `sudo apt install epiphany-browser` (Their flatpak version doesn't use the system libs so...

No, it's a browser like firefox/chrome based on webkitgtk, which tauri uses for the webview on linux and i'd like you to try the same url in there to see...

Please re-run it with the verbose flag; `pnpm tauri build --verbose` Hopefully we get more helpful output then.

@larryteal if you use npm there needs to be an extra `--` like this `npm run tauri build -- --verbose`

@larryteal Then you're hitting this one: https://github.com/tauri-apps/tauri/issues/4174 - no arm support for appimages yet.

Closing this as OP's (and hopefully all the others') issues are resolved and a catch all issue is not really helpful considering that this error message can be caused by...

Basically an extension of https://github.com/tauri-apps/tauri/issues/4174 which means we're still waiting for https://github.com/linuxdeploy/linuxdeploy/issues/175. So i guess we have to look into it ourselves after all

https://github.com/tauri-apps/tauri/issues/4174#issuecomment-1876034526 > Building and running appimages on arm now works. > Cross compiling from x86_64 to arm however does not and is tracked here https://github.com/linuxdeploy/linuxdeploy/issues/258. For now you'll have to...

> Maybe tauri v2 will not be compatible with Ubuntu 20.04 due the this dependency change. Correct. At least as long as we're using webkitgtk :)