You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to run Tauri-built AppImage on newer systems.
Error
# From: ubuntu:20.04 build, Run in: Fedora 39
./Example.AppImage
(tauri-hello:137661): GLib-GIO-ERROR **: 21:05:50.925: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'# Process exit
You must do this to run properly
GDK_BACKEND=x11 ./Example.AppImage
If we build AppImage from ubuntu:latest it works perfectly fine, But to make sure it works on older systems, it makes sense for us to build it in ubuntu:20.04.
Reproduction
Build any Tauri App in Docker ubuntu:20.04
Run the output .AppImage on Fedora 39 or Ubuntu 23.
You will see the following error:
(tauri-hello:137661): GLib-GIO-ERROR **: 21:05:50.925: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'# Process exit
Sad, i reverted the appimage bundler change to add back the GDK_BACKEND=x11 env var to all appaimages again.
It looked like it may not be needed anymore but sadly i was wrong. At least we know the exact error now, or one of them.
Thanks for the report.
P.S. No new tauri cli version is required but you may have to delete ~/.cache/tauri to force a redownload of the script (should happen without deleting it too but just in case it doesn't)
Describe the bug
Unable to run Tauri-built AppImage on newer systems.
Error
You must do this to run properly
If we build AppImage from
ubuntu:latest
it works perfectly fine, But to make sure it works on older systems, it makes sense for us to build it inubuntu:20.04
.Reproduction
ubuntu:20.04
Fedora 39
orUbuntu 23
.You will see the following error:
Expected behavior
Can open the app normally
Full
tauri info
outputStack trace
No response
Additional context
Related issues:
surrealdb/surrealist#162
Other:
I try Spacedrive, which also seems to be built in
ubuntu:20.04
, but it works fine.https://github.com/spacedriveapp/spacedrive/blob/8d9e6dbf39adc9b42bb6a12ff8938039d8732326/.github/workflows/release.yml#L29C19-L29C31
The text was updated successfully, but these errors were encountered: