probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

Not compatible with Ubuntu 24.04. #620

Closed tomohikoAmada closed 1 month ago

tomohikoAmada commented 1 month ago

On Ubuntu 24.04, installing appimage prompts me to install fuse. After installing it, it says the version is too high.

probonopd commented 1 month ago

Works as designed. You need to run linuxdeployqt on the oldest still-supported LTS release. This is by design, so that the AppImages created there will run on all still-supported releases.