Open anastasiyaig opened 2 weeks ago
@alexjba @caybro can you guys take a look?
The qt webengine seems to be missing. @anastasiyaig can you reproduce as well?
i dont have 24.10 ubuntu so i cant @alexjba
@yakimant Now you're the authority in terms of webengine dependency on linux 😄 . Any quick thought on this issue? This is the interesting error:
WRN 2024-11-04 21:28:11.213Z qt warning topics="qt" tid=228975 text="plugin cannot be loaded for module \"QtWebEngine\": Cannot load library /tmp/.mount_StatusBG74Oy/usr/qml/QtWebEngine/libqtwebengineplugin.so: (/tmp/.mount_StatusBG74Oy/usr/lib/libmount.so.version `MOUNT_2_40' not found (required by /lib/x86_64-linux-gnu/libgio-2.0.so.0))" file=qrc:/app/AppLayouts/Wallet/services/dapps/DappsConnectorSDK.qml:5 category=default
Same problem on Fedora; looks like we're bundling /usr/lib/libmount.so
but that one needs a runtime dep /lib/x86_64-linux-gnu/libgio-2.0.so.0
from the actual system. I think we should bundle libgio
as well into the AppImage
Seems to be a problem exclusively with the Linux NIX package, the "regular" one (found e.g. at https://github.com/status-im/status-desktop/releases/download/2.31.1/StatusIm-Desktop-v2.31.1-a322b9-x86_64.tar.gz) works fine:
we need to republish "normal" build on the website asap, wondering who can help with that @felicio maybe you can?
Oh, the Nix part is interesting, @caybro.
I had not spotted that I downloaded the nix version for 2.31.1, where I had the non-nix version for 2.30.1.
I don't know what the "Download for Linux" (https://status.app/api/download/linux) reconciles to, but maybe best to have a page specifically for that, with stable versus beta and normal vs nix, etc?
I must have gone into the releases folder on Github manually, looking to make sure I was getting the right version (but screwed up the VARIANT of that version).
I can confirm that I have successfully started from the non-Nix AppImage for 2.31.1 :-)
So the weirdness is only in the Nix variant.
"I think we should bundle libgio as well into the AppImage"
I would concur @caybro!
Bug Report
Description
https://discuss.status.app/t/status-desktop-2-31-fails-to-start-on-ubuntu-24-10/4824/3
https://forum.garudalinux.org/t/after-update-filesystem-missing-boot-issue-6-8-1/35766
Additional Information