I’ve been building a video player(Soia Media Player) with Tauri 2.0 that requires native Wayland rendering on Linux. Packaging it as an AppImage on Linux looked trivial at first—but the app kept crashing on startup. Turns out, it wasn’t a library compatibility issue like I initially thought. The real problem comes from the official packaging script of this project 1: The Wayland Crash: Forced X11
Fixing Wayland crashes in Tauri AppImage (linuxdeploy GTK issue)
FengZeng·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.