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

Ubuntu 20 yet? #570

Closed kdabci closed 1 year ago

kdabci commented 1 year ago

Since Ubuntu18 LTS is EOL by end of April I'm wondering if there are plans to support Ubuntu20 LTS (I mean, without resorting to the -unsupported-allow-new-glibc" option)

or maybe it already does support ubuntu20?

probonopd commented 1 year ago

Please try the latest continuous build and see whether it works for you. Thank you very much.

kdabci commented 1 year ago

if anyone can test and verify for ubuntu20 and report here that would be most appreciated. I don't have any ubuntu20 systems available to test at the moment.

winterz commented 1 year ago
%lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.5 LTS
Release:        20.04
Codename:       focal
% linuxdeployqt --version
linuxdeployqt  (commit 5adf76f), build 43 built on 2023-04-01 11:56:37 UTC

running linuxdeployqt --help seems happy. no complaints about system too old

so far so good. next to try a real deployment

winterz commented 1 year ago

ok, looks fine. works as expected.

I think we can close this.