Updated, sorry for the delay.
Search Criteria
Package Details: webex-bin 44.10.2.31237-1
Package Actions
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: | 35 |
Popularity: | 2.63 |
First Submitted: | 2021-05-12 11:28 (UTC) |
Last Updated: | 2024-11-26 09:10 (UTC) |
Dependencies (26)
- alsa-lib
- at-spi2-atk (at-spi2-core-gitAUR, at-spi2-core)
- at-spi2-core (at-spi2-core-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- binutils
- krb5 (krb5-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libnotify (libnotify-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsecret
- libxcb (libxcb-gitAUR)
- libxcrypt-compat
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libxss
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pango (pango-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR)
- upower (upower-gitAUR, upower-nocriticalAUR, upower-nosystemd-gitAUR)
- Show 6 more dependencies...
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »
AlexanderS commented on 2022-03-16 14:31 (UTC)
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?
luispflamminger commented on 2022-03-02 08:36 (UTC)
@sylphid may I ask how you found out the solution? I would like to get better at debugging stuff like this.
kermitaln commented on 2022-03-02 08:35 (UTC) (edited on 2022-03-02 08:47 (UTC) by kermitaln)
How did you downgrade libsecret
? I did:
sudo pacman -U /var/cache/pacman/pkg/libsecret-0.20.4-1-x86_64.pkg.tar.zst
libsecret
is now 0.20.4-1
but webex is still crashing...
EDIT: Need to reinstall Webex
razr commented on 2022-02-27 17:54 (UTC)
Can also confirm, that downgrading libsecret
to 0.20.4-1
again fixes the issue. Thanks a lot!
jhossbach commented on 2022-02-27 10:04 (UTC)
Can confirm that downgrading libsecret brings webex back up.
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.