Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom does not start 2024 #916

Open
theofficialgman opened this issue Jan 6, 2024 · 1 comment
Open

Zoom does not start 2024 #916

theofficialgman opened this issue Jan 6, 2024 · 1 comment

Comments

@theofficialgman
Copy link
Contributor

install instructions

version=5.4.53391.1108

# Get dependencies
sudo apt install libxcb-xtest0 libxcb-xfixes0 libturbojpeg0 pulseaudio-utils pulseaudio

rm -rf "${HOME}/zoom" ~/zoom_i686.tar.xz || sudo rm -rf "${HOME}/zoom" ~/zoom_i686.tar.xz
wget "https://zoom.us/client/${version}/zoom_i686.tar.xz" || wget "https://zoom.com/client/${version}/zoom_i686.tar.xz" || wget "https://d11yldzmag5yn.cloudfront.net/prod/${version}/zoom_i686.tar.xz"
  
tar -xf ~/zoom_i686.tar.xz
rm -f ~/zoom_i686.tar.xz

echo "[Desktop Entry]
Name=Zoom
Exec=box86 ${HOME}/zoom/ZoomLauncher %u
Icon=$(dirname "$0")/icon-64.png
Path=${HOME}/zoom/
Type=Application
Comment=i386 version of software platform used for teleconferencing using Box86
Categories=Network;
StartupNotify=true" > ~/.local/share/applications/zoom.desktop

run with

cd ~/zoom
box86 ./ZoomLauncher
@shanbs
Copy link

shanbs commented Oct 12, 2024

Hello,

I think am also experiencing this bug, and it should be Botspot/pi-apps#2442 .

Error: PltResolver: Symbol XGetXCBConnection(ver 0: XGetXCBConnection) not found, cannot apply R_386_JMP_SLOT 0x6567c738 (0x655326c6) in libQt5XcbQpa.so.5

Can anyone have a look and fix this in box86 please?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants