I got a sha256sum build error with 41.9.0.19961
and had to updated build file line with new sha for webex-bin-41.9.0.19961.deb => ... sha256sum=('b949d99c6d81e1f4fe9090ed350bc233e6cd57286dd8b64d94fae12589987953' ...
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: | 1.28 |
First Submitted: | 2021-05-12 11:28 (UTC) |
Last Updated: | 2025-03-02 10:56 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »
I got a sha256sum build error with 41.9.0.19961
and had to updated build file line with new sha for webex-bin-41.9.0.19961.deb => ... sha256sum=('b949d99c6d81e1f4fe9090ed350bc233e6cd57286dd8b64d94fae12589987953' ...
No chat in the latest version
had to delete the .local/share/Webex* folders for version webex-bin 41.9.0.19961-1.
Webex would open, try to display "whats new" (found out after) and crash.
This application does not start for me. Whether with dmenu or in the terminal, it fails with no message.
Been having issue since August 30th where opening certain chats crashes the app. Also issues with meetings again. Anyone else having these issues?
Still no chat in the new version... I don't understand why they are implementing other features instead of one of the most important functions
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')
the fix proposed by @thht and implemented by @AlexanderS works like a charm!
Thanks for the update, Camera and screen sharing is now properly working for me.
@thht Thanks, I implemented the fix in a new revision of the package.
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.