ok, i think i solved it!
the app ships with its own version of libstdc++.so.6. deleting it by issueing:
sudo rm /opt/Webex/lib/libstdc++.so.6
solves the problem.
Git Clone URL: | https://aur.archlinux.org/webex-bin.git (read-only, click to copy) |
---|---|
Package Base: | webex-bin |
Description: | Webex for Linux |
Upstream URL: | https://www.webex.com/ |
Keywords: | call conference meeting video |
Licenses: | custom |
Submitter: | AlexanderS |
Maintainer: | moritzo |
Last Packager: | moritzo |
Votes: | 39 |
Popularity: | 0.77 |
First Submitted: | 2021-05-12 11:28 (UTC) |
Last Updated: | 2025-03-02 10:56 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »
ok, i think i solved it!
the app ships with its own version of libstdc++.so.6. deleting it by issueing:
sudo rm /opt/Webex/lib/libstdc++.so.6
solves the problem.
When I join a meeting link a window gets opened, but its just a black window and nothing happens there. Does some one else also face the same problem ??
@Kastakin Same problem here, the window freeze each time the webcam is accessed (from Settings->Video, or when starting a meeting)
Thanks @AlexanderS still learning about the aur will do next time. Appreciate the update and your work on this :)
just did. EDIT: nvm, you already updated the PKGBUILD
@beanrod Just mark the package as "outdated" and I will update the checksums.
A reasonable way to get this to compile for those with little experience. note this will change as the version does the package maintainer is the best person to do this.
cd /tmp
git clone https://aur.archlinux.org/webex-bin.git
cd webex-bin
vim PKGBUILD (or nano etc.)
Look for lines and update to be as per below and save
pkgver=41.7.0.19440
sha256sums=('5b15f4f71024685baa3675e2e1f33d0572cb75943b618ccf67673b04c70904cc'
'0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')
Lastly
makepkg --install
if the version breaks the SHA will to...
to update the sha do makepkg let is fail but type
sha256 webex-bin-41.7.0.19440.deb
sha256 webex.xml
really you ought to update the version to by opening the deb in a package manager open opt/Webex/bin/webex.desktop this file has the version
apologies for the poor formatting
As other reported the video functionality seems to be totally broken. Trying to join/start a call result in a black window and the ui freezes if the Video Settings are accessed.
This program has all sorts of visual artifacts, black screens e.t.c., both under X, Wayland and Xwayland (enforced with the removal of WAYLAND DISPLAY)
I'm using amdgpu on AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
Only me? It's kind of unusable when you try to join a meeting
Pinned Comments
moritzo commented on 2024-08-05 04:08 (UTC) (edited on 2024-10-09 06:39 (UTC) by moritzo)
Hi community, I did take over maintenance for this package, since I need it for work. It's my first package here on the AUR, so please be forgiving for any mistakes.
If there is a problem with the checksums, flag the package out-of-date at the top of the page. I'll update the PKGBUILD as soon as possible.