Package Details: webex-bin 45.2.0.31846-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.53
First Submitted: 2021-05-12 11:28 (UTC)
Last Updated: 2025-03-02 10:56 (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 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »

jhossbach commented on 2022-03-22 18:16 (UTC)

@Cbhihe Try pacman -Rdd libsecret and see if it breaks any of the other packages.

cbhihe commented on 2022-03-22 17:00 (UTC) (edited on 2022-03-22 17:10 (UTC) by cbhihe)

@Ztofnat: Thank you for the heads-up, but removing libsecret would break a good 15 dependencies on my system. I am a little perplex as to how to proceed. Any advice welcome.

$ sudo pacman -R libsecret
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libsecret breaks dependency 'libsecret' required by foxitreader
:: removing libsecret breaks dependency 'libsecret' required by gcr
:: removing libsecret breaks dependency 'libsecret' required by gnome-disk-utility
:: removing libsecret breaks dependency 'libsecret' required by gnome-online-accounts
:: removing libsecret breaks dependency 'libsecret' required by gnome-shell
:: removing libsecret breaks dependency 'libsecret' required by gthumb
:: removing libsecret breaks dependency 'libsecret' required by gvfs
:: removing libsecret breaks dependency 'libsecret' required by pinentry
:: removing libsecret breaks dependency 'libsecret-1.so=0-64' required by pinentry
:: removing libsecret breaks dependency 'libsecret' required by seahorse
:: removing libsecret breaks dependency 'libsecret' required by slack-desktop
:: removing libsecret breaks dependency 'libsecret' required by teams
:: removing libsecret breaks dependency 'libsecret' required by vino
:: removing libsecret breaks dependency 'libsecret' required by webkit2gtk
:: removing libsecret breaks dependency 'libsecret' required by webkit2gtk-4.1

Is sudo pacman -Rdd libsecret advisable in this particular case ?

Ztofnat commented on 2022-03-22 16:36 (UTC)

@Cbhihe Webex needs a previous version of libsecret. You have to remove libsecret and install lbsecret-mr94 from the AUR.

cbhihe commented on 2022-03-22 16:27 (UTC) (edited on 2022-03-22 16:51 (UTC) by cbhihe)

Thanks for maintaining this package. I seem to have a dependency issue.

error: target not found: libsecret-mr94
==> ERROR: 'pacman' failed to install missing dependencies.                                                            
==> Missing dependencies:                                                                                                
-> libsecret-mr94                                                                 
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

I have libsecret properly installed for what it's worth. When trying to install `libsecret-mr94 from AUR, I get a lot of noise and 16 test fails. The install_log is here.

AlexanderS commented on 2022-03-16 14:31 (UTC)

Updated, sorry for the delay.

llenlewag commented on 2022-03-16 13:48 (UTC)

Hi, I did the changes in pkgbuild to renew the sha256sums and make makepkg a success. How can I make a request to update the git repository ?

beanrod commented on 2022-03-08 22:37 (UTC) (edited on 2022-03-08 22:40 (UTC) by beanrod)

Yes I know just flag out of date and wait... but I need this for work haha.

For those tired of waiting...

Take a timeshift first in case replacing libsecret hurts you.

Change Libsecret to a version working with Webex choose to replace when prompted

yay -S libsecret-mr64

Assuming the checksum hasn't updated yet... Get the checksum

cd /tmp

wget https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb

sha256 Webex.deb

Note at time of writing '5c54df0f70804ad1e8c8e49db8a207941fc038a15afeaf550614ae5ed1aad42d'

Clone Repo and edit PKGBUILD

git clone https://aur.archlinux.org/webex-bin.git

cd webex-bin

vim PKGBUILD (or nano etc.)

Look for this. Generally just the top SHA needs to be replaced with the sha from above...

sha256sums=('2a6938d31fdbedcf65b7f94dd3e0f0a69579da731f26f8d6f975e43ce8fff85d' '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')

To this

sha256sums=('5c54df0f70804ad1e8c8e49db8a207941fc038a15afeaf550614ae5ed1aad42d' '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')

Build the Package

makepkg --install

Spiker985 commented on 2022-03-07 16:11 (UTC)

Can confirm, the version and checksum provided by @christianlupus works, so you can build your own in the time being.

As for libsecret, there was a patch that was in 0.20.4-1, which was removed in 0.20.5-1. This is why the libsecret package has been updated to use libscret-mr94, as it is a static package until upstream Webex gets updated to not use the no-longer-available patch.

donpicoro commented on 2022-03-07 15:09 (UTC)

Hi,

for 42.3.0.21576 the sums are the following:

sha256sums=('5c54df0f70804ad1e8c8e49db8a207941fc038a15afeaf550614ae5ed1aad42d' '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')

Cheers,

christianlupus commented on 2022-03-04 14:24 (UTC)

Currently, I am not able to build the package as I am missing the libxcrypt-compat package. Could you please have a look?