flathub / us.zoom.Zoom

https://flathub.org/apps/details/us.zoom.Zoom
35 stars 45 forks source link

Update to 5.13.5.431, try fixing Qt #370

Closed takluyver closed 1 year ago

takluyver commented 1 year ago

An attempt to fix #367. I don't fully understand what's happening, but from the bits I have understood, I think there's a decent chance this fixes it. I'll test it once the automatic build has run.

flathubbot commented 1 year ago

Started test build 19017

flathubbot commented 1 year ago

Build 19017 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/1642/us.zoom.Zoom.flatpakref
takluyver commented 1 year ago

This finds the Qt libraries now, but it appears that Zoom has changed the version of Qt, or how Qt is built, because libQt5Network.so.5 now wants libgssapi_krb5.so.2, which doesn't seem to be part of either the app or the runtime (fitting with a comment on #367). So Zoom still fails to start.

I assume the options are either building this library (part of Kerberos, I think) as part of the app, switching to a different runtime that does include it, or somehow tricking it into thinking the library is there. All of those sound like more time than I can really put into this, unfortunately.