Package Details: webex-bin 45.6.0.32536-1

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.41
First Submitted: 2021-05-12 11:28 (UTC)
Last Updated: 2025-06-05 15:13 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »

cosandr commented on 2021-08-10 09:22 (UTC)

Patch for 41.8.0.19732

diff --git a/PKGBUILD b/PKGBUILD
index 362b0a4..d144749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
 pkgname=webex-bin
-pkgver=41.7.0.19440
+pkgver=41.8.0.19732
 pkgrel=2
 pkgdesc="Webex for Linux"
 arch=('x86_64')
@@ -32,7 +32,7 @@ depends=('alsa-lib'
          'xdg-utils')
 source=("$pkgname-$pkgver.deb::https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb"
         'webex.xml')
-sha256sums=('5b15f4f71024685baa3675e2e1f33d0572cb75943b618ccf67673b04c70904cc'
+sha256sums=('a80a379dea851dfc634a9b44d5da2b7cb6f3b86945576f9cddd1aee423ddfb81'
             '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')
 options=('!strip')

Kastakin commented on 2021-08-07 18:32 (UTC)

the fix proposed by @thht and implemented by @AlexanderS works like a charm!

oohjio commented on 2021-08-07 17:56 (UTC)

Thanks for the update, Camera and screen sharing is now properly working for me.

AlexanderS commented on 2021-08-07 14:49 (UTC)

@thht Thanks, I implemented the fix in a new revision of the package.

thht commented on 2021-08-07 12:02 (UTC)

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.

Sathvik commented on 2021-08-03 07:31 (UTC)

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 ??

weimdall commented on 2021-07-09 04:34 (UTC)

@Kastakin Same problem here, the window freeze each time the webcam is accessed (from Settings->Video, or when starting a meeting)

beanrod commented on 2021-07-08 19:44 (UTC)

Thanks @AlexanderS still learning about the aur will do next time. Appreciate the update and your work on this :)

jhossbach commented on 2021-07-08 09:37 (UTC) (edited on 2021-07-08 09:38 (UTC) by jhossbach)

just did. EDIT: nvm, you already updated the PKGBUILD