Closed gocram closed 1 year ago
Is there any way to get this working again? I have to use the application for our corporate zoom server and currently i have to boot into windows to use it.
Is there any way to get this working again? I have to use the application for our corporate zoom server and currently i have to boot into windows to use it.
you could downgrade to the last working version (that's what I did)
sudo flatpak update --commit=2fc2ad91e216ee28705ce05ab6a9b72f3086b4f620fa0b004cc2d546d01f097e us.zoom.Zoom
@linuxissuper thank you very much, downgrade worked. This saved me from dualbooting today. Btw how can someone get those previous commit string for downgrading?
@sonicnkt
flatpak remote-info --log flathub us.zoom.Zoom
My observations with this:
5.13.5.431
and 5.13.4.711
version zoom.tar.xz files. The folder layout is somewhat changed, some Qt shared libraries were moved around. But it's bit beyond my understanding how it affects launching of the flatpak version.I'm getting a similar error that it can't load libgssapi_krb5.so.2
which seems to be related.
~/.zoom/logs/zoom_stdout_stderr.log
shows:
/app/extra/zoom/zoom.real: error while loading shared libraries: libgssapi_krb5.
so.2: cannot open shared object file: No such file or directory
I confirm it works at my end after upgrading to 5.13.5.431, thanks for the swift action.
Hi, last version (5.13.5.431) doesn't work because the Qt5 libraries are missing:
or better, they have been moved in a sub-directory: /app/extra/zoom/Qt/lib
Could you please check ? Thanks