kastldratza/zoomrec

Can not run zoom directly in Linux (via VNC)

Closed this issue · 6 comments

Describe the bug
Please help me check issue I can not execute zoom GUI directly in Linux (via VNC)

To Reproduce
Steps to reproduce the behavior: (as attached file)
vncviewer_bEDCjNaWQI

Desktop (please complete the following information):
I am using Docker Desktop 4.15.0 (93002) is currently the newest version available.
docker desktop release

Docker Engine

General config

Thanks your support !

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.

Hi @thuongta, do you still have this problem?
I have tested the current Docker image and it works.
Can you try using docker pull kastldratza/zoomrec:latest to load the current image and then test it again?

If that doesn't work either, open a terminal in zoomrec and try to run zoom from the command line.
If that results in an error, feel free to forward it to me.

Hi @thuongta, I think I experienced the same behaviour recently and temporarily fixed it by specifying an older version of Zoom client here:

wget -q -O zoom_amd64.deb https://zoom.us/client/latest/zoom_amd64.deb && \

I changed
wget -q -O zoom_amd64.deb https://zoom.us/client/latest/zoom_amd64.deb && \
to
wget -q -O zoom_amd64.deb https://cdn.zoom.us/prod/5.13.0.599/zoom_amd64.deb && \
and then rebuild a docker image. Everything started working.

I think the issue might be with the latest Zoom client and as the version of the client is not specified, it keeps working in some images. As I understand it, when you are re-building an image, Docker keeps the Zoom client in cache and as the current URL of https://zoom.us/client/latest/zoom_amd64.deb is not changing with image re-builds it keeps using an older version.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.