The workaround offered in the previous comment
GDK_BACKEND=wayland zoom
Does not work on DE LXQt 2 and WM OpenBox.
Git Clone URL: | https://aur.archlinux.org/zoom.git (read-only, click to copy) |
---|---|
Package Base: | zoom |
Description: | Video Conferencing and Web Conferencing Service |
Upstream URL: | https://zoom.us/ |
Keywords: | call conference meeting video |
Licenses: | LicenseRef-zoom |
Submitter: | edh |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 670 |
Popularity: | 6.41 |
First Submitted: | 2015-08-15 13:18 (UTC) |
Last Updated: | 2024-11-25 17:39 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 78 Next › Last »
The workaround offered in the previous comment
GDK_BACKEND=wayland zoom
Does not work on DE LXQt 2 and WM OpenBox.
zoom 6.2.6 will start in an XFCE X11 session when GDK_BACKEND is set to wayland. Screen sharing also seems to work, which might mean that the zoom initialization logic which deals with the current environment may have an issue.
E.g. GDK_BACKEND=wayland zoom
If GDK_BACKEND is set to x11, the GUI will not start. Tested on Manjaro.
Upgraded to zoom 6.2.6-1. I still don't get a GUI when I run zoom from the command line.
(People have reported similar issues, but this is a follow up from my original comment here https://aur.archlinux.org/packages/zoom#comment-995848)
@coreyberla I confirm that 6.2.6 does not resolve freezes when stopping screen sharing (gnome wayland)
6.2.6 out, support told me that fixes the freezing issue (after stopping screen sharing), and it.... doesn't.
Just as others have reported, 6.2.5 did NOT fix the crash on ending screen sharing. I am on pipewire 1.2.6.
Ugh, zoom-6.2.5 is completely broken, no GUI even when started from terminal. Each release of 6.2 series just gets worse and worse...
I installed zoom (yay -S zoom
). The installation works correctly (AFAICT). I am using LXQt as Desktop Environment from a relatively fresh install.
When I run zoom from the command line (simply type zoom
, no GUI comes up).
The zoom_stdout_stderr.log
in /home/myuser/.zoom/logs
:
[myuser@galago-pro logs]$ cat zoom_stdout_stderr.log
ZoomLauncher started.
Zoom path is: /opt/zoom
cmd line:
Start subprocess: /opt/zoom/zoom sucessfully, process pid: 1056
Can't load/home/myuser/.config/zoomus.conf
Class App Lib Possible Culprit Flags
resip::Connection 656 656
resip::Data 36 36
resip::DnsResult 1080 1080
resip::Headers 1 1
resip::MsgHeaderScanner 40 40
resip::SipMessage 5224 5224
resip::TransportSelector 896 896
resip::Tuple 128 128
resip::UdpTransport 1144 1144
resip::GenericIPAddress 28 28
zoom started.
Client: Breakpad is using Single Client Mode! client fd = -1
loadZoomWebviewHostProcess newPath is /opt/zoom/ZoomWebviewHost
loadZoomWebviewHostProcess libpath is /opt/zoom/Qt/lib:/opt/zoom/cef:/opt/zoom
Start subprocess: /opt/zoom/ZoomWebviewHost sucessfully, process pid: 1068
Interface wlp3s0 is a wireless interface
Interface: ipv4 wlp3s0, IP Address: 10.68.126.131
[1068:1068]ZoomCollabHost started,isSupportCef=1
[1068:1068]CefInitialize init --
[[1:1]1082ZoomCollabHost started,isSupportCef=:1082]ZoomCollabHost started,isSupportCef=11
qt.scenegraph.general: threaded render loop
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: Animation Driver: using vsync: 16.65 ms
[1068:1131]webviewHostIpcChannel:onChannelConnected
webviewClientIpcChannel:onChannelConnected
[1114:1114]ZoomCollabHost started,isSupportCef=1
QQmlEngine::setContextForObject(): Object already has a QQmlContext
QQmlEngine::setContextForObject(): Object already has a QQmlContext
QQmlEngine::setContextForObject(): Object already has a QQmlContext
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: 0C:8B:FD:6B:2C:6D][client: Linux][OS: Arch Linux x64][Hardware: CPU Core:4 Frenquency:2 G Memory size:15917MB CPU Brand:Intel(R) Core(TM) i7-4750HQ CPU @ 2.00GHz GPU Brand:][Req ID: ]
Linux Client Version is 6.2.5 (2440)
QSG_RENDER_LOOP is
XDG_CURRENT_DESKTOP = LXQt; GDMSESSION = ; XDG_SESSION_TYPE = x11
xdp-lxqt: Desktop portal registered successfully
Some additional zoom package info:
[myuser@galago-pro ~]$ yay -Qi zoom
Name : zoom
Version : 6.2.5-1
Description : Video Conferencing and Web Conferencing Service
Architecture : x86_64
URL : https://zoom.us/
Licenses : LicenseRef-zoom
Groups : None
Provides : None
Depends On : fontconfig glib2 libpulse libsm ttf-font libx11 libxtst libxcb libxcomposite libxfixes libxi libxcursor libxkbcommon-x11 libxrandr libxrender libxshmfence libxslt mesa nss
xcb-util-image xcb-util-keysyms xcb-util-cursor dbus libdrm gtk3 qt5-webengine qt5-remoteobjects
Optional Deps : pulseaudio-alsa: audio via PulseAudio
ibus: remote control
picom: extra compositor needed by some window managers for screen sharing
xcompmgr: extra compositor needed by some window managers for screen sharing
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 681.94 MiB
Packager : Unknown Packager
Build Date : Fri 25 Oct 2024 09:11:12 AM CEST
Install Date : Fri 25 Oct 2024 09:15:16 AM CEST
Install Reason : Explicitly installed
Install Script : No
Validated By : None
Any help would be greatly appreciated.
I can confirm, 6.2.5 does not solve the freezing when ending a screen share on Manjaro/Gnome with pipewire 1:1.2.5-0.
Pinned Comments
erbrecht commented on 2024-11-19 13:06 (UTC)
@Rhinoceros - I finally got screen sharing to work under KDE with Wayland. Looks like I'm using the same versions as you:
I followed the Screen share section on the Zoom wiki page:
https://wiki.archlinux.org/title/Zoom_Meetings
The only thing I didn't need to do was set XDG_CURRENT_DESKTOP=gnome. I followed the other steps, and now I can choose my desktop/window to share. Prior to following the wiki I couldn't stop screen sharing without the hanging issue, which I was experiencing prior to 6.2.10.
edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)