@kelen
Please read the previous comments on this exact topic!
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: | 669 |
Popularity: | 7.40 |
First Submitted: | 2015-08-15 13:18 (UTC) |
Last Updated: | 2024-10-28 11:11 (UTC) |
« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 .. 77 Next › Last »
@kelen
Please read the previous comments on this exact topic!
May be we should change the ibus from depends to optdepends.
@kleini Zoom is a dead simple package to maintain since they do not provide the means to build the package so I think I'll be fine. Thanks for the offer though.
@edh If you like to get help with upgrades, you can add me please as a co-maintainer?
I could solve my problem, for some reason the autoadjust for the microphone volume has put the volume of the USB webcam's microphone to zero...
Wayland Zoom screen sharing doesn't seem to work under Gnome 41 anymore!?
Edit: Okay just found this: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4665#note_1283742
So either Zoom fixes it on their side, or as a workaround set global.context.unsafe_mode = true
via Alt-F2
.
After some update Zoom stopped recognizing the microphone from the USB webcam. In other applications the microphone works, Pulseaudio settings also show the input signal correctly.
I tried the solution from the pinned comment, that is, setting system.audio.type=alsa, but it didn't help. Zoom works with an old analog mic though.
Any ideas what I could try? Thanks!
@harpium If you are using Wayland then currently there is no fix for this. Zoom under Wayland can only share the entire screen or the whiteboard according to the Zoom official support.
I'm only able to share my entire screen and not specific windows on Manjaro GNOME. Does anyone know a fix to this?
I'm in agreement with @openmindead regarding the ibus requirement. As it is not explicitly required by Zoom for functionality (only specified as such in the .deb packaging) it should be made an optional dependency since it's likely that those needing ibus for alternate character input will already have it installed but those who don't are just burdened by an unnecessary extra install.
Proposed change to PKGBUILD:
depends=('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' 'dbus')
optdepends=('ibus: InputBus for alternate character/emoji entry'
'pulseaudio-alsa: audio via PulseAudio'
'qt5-webengine: SSO login support'
'picom: extra compositor needed by some window managers for screen sharing'
'xcompmgr: extra compositor needed by some window managers for screen sharing')
More info https://hashman.ca/zoom/
Pinned Comments
arash-m commented on 2024-09-15 15:56 (UTC)
Tested 6.2.0-1. Sharing works for me, but it still crashes after stopping. The workaround for me is still downgrading pipewire and libpipewire to 1.0.7 before meetings.
a172 commented on 2022-06-13 14:25 (UTC) (edited on 2022-06-13 14:25 (UTC) by a172)
@edh - That's not the answer I was hoping for (I was really hoping we could get it to launch without xwayland), but at least I know I'm not missing something.
Some
~/.config/zoomus.conf
updates:qt5-webengine
installed, and theebeddedBrowserForSSOLogin
line doesn't exist in my configzoomus.conf
. SSO login works just fine (issues with Firefox containers aside).pipewire-pulse
.system.audio.type
defaulted toalsa
for me (or I changed it without realizing it). I probably could have installedpipewire-alsa
and fixed my issues, but I setsystem.autio.type=pulse
(a lucky guess) and this worked. This should work for anyone using straight PulseAudio as well.If anyone finds documentation on
~/.config/zoomus.conf
, please let us know.edh commented on 2016-08-26 11:03 (UTC) (edited on 2017-03-09 10:48 (UTC) by edh)