v0.9.22 - Linux Compatibility Fixes
What's New
Linux Compatibility Fixes
- Ubuntu 24.04 Support: Fixed startup issues caused by disabled unprivileged user namespaces
- Arch Linux Support: Fixed Vulkan driver compatibility issues (VK_ERROR_INCOMPATIBLE_DRIVER)
- IP Detection Fallback: Added fallback to
ipcommand whenhostname -Iis not available
Package Improvements
- Added all required Electron dependencies to .deb package
- Support for Ubuntu 24.04 t64 library variants (libasound2t64, etc.)
Other Changes
- Removed Sentry error tracking
Installation
Debian/Ubuntu
wget https://github.com/chicohaager/zima-linux-client/releases/download/v0.9.22/zima-linux-client_0.9.22_amd64.deb
sudo apt install ./zima-linux-client_0.9.22_amd64.debAppImage (all distros)
wget https://github.com/chicohaager/zima-linux-client/releases/download/v0.9.22/ZimaOS_Client-0.9.22.AppImage
chmod +x ZimaOS_Client-0.9.22.AppImage
./ZimaOS_Client-0.9.22.AppImageNote for AppImage users: You may need to install libfuse2 on Ubuntu 24.04:
sudo apt install libfuse2