#AppImages are broken?
11 messages · Page 1 of 1 (latest)
This has been talked a lot in the entire support, Wayland + Webkit2GTK is not going to work especially on NVidia. You need to pass ENV WEBKIT_DISABLE_DMABUF_RENDERER=1 inside.
If that doesn't solve them, let them try a normal binary.
Maybe that can work and if that's the case then I'd make a bug report on GitHub.
hmm the appindicator error is weird since you do install it in your CI 🤔 it's indeed absent in the appimage tho
hmm okay something's wrong in tauri. it doesn't tell the bundler to include the .so anymore
as a workaround you can add the tray-icon feature flag to the general tauri dependency. seems like the cli doesn't check the cfg specific ones
edit: something like --features tauri/tray-icon should work as well
gosh the implementation is so annoying, can you open a github issue for this? my time's up for today :/
uuuuh sure
link was created https://github.com/tauri-apps/tauri/issues/14275
thanks :)