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
In 1.17 release we had issues on Linux because we included too many shared libraries as part of the qemu dependencies (in the zip file / AppImage) and it no longer ran on Tumbleweed. We worked around it by manually deleting the file from the release zip file.
We should review the set of libraries we ship and improve the blacklist / change it to a whitelist / something.
Unfortunately, that now says to bundle GLib things. But digging further indicates that there's some argument on whether we should bundle that or not. It looks like bundling may break libsecret. But as we build on a newer system than some of the deploy targets (e.g. the Rocky users), we will need to ship it.
Trying to update the list to bundle the GLib files results in:
In 1.17 release we had issues on Linux because we included too many shared libraries as part of the qemu dependencies (in the zip file / AppImage) and it no longer ran on Tumbleweed. We worked around it by manually deleting the file from the release zip file.
We should review the set of libraries we ship and improve the blacklist / change it to a whitelist / something.
For reference: https://github.com/rancher-sandbox/rancher-desktop-qemu/blob/f294295f2af10db6525322b8cb4a49ac80c3945c/appdir-qemu.sh#L51-L67
The text was updated successfully, but these errors were encountered: