lol @nightstalker117, made me go and double check if a miracle has happened. no, it didn't. https://help.webex.com/en-us/article/9vstcdb/Webex-App-for-Linux
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: | 36 |
Popularity: | 1.34 |
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-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- pango (pango-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- upower (upower-gitAUR, upower-nocriticalAUR, upower-nosystemd-gitAUR)
- Show 6 more dependencies...
Required by (0)
Sources (2)
gfdsa commented on 2025-01-21 18:50 (UTC) (edited on 2025-01-21 18:50 (UTC) by gfdsa)
nightstalker117 commented on 2025-01-21 17:00 (UTC)
Hi @moritzo I'm not able to add a virtual background, which is required for my job. could this be updated please?
kachtra commented on 2025-01-09 11:50 (UTC)
Hi @moritzo, my organisation uses Webex but I can't log in with my work email, it tries to load the logon page for a bit and then stops. Any idea what could be causing this?
moritzo commented on 2024-10-24 08:25 (UTC)
In the last update I removed the libsecret hack: https://aur.archlinux.org/cgit/aur.git/commit/?h=webex-bin&id=39832982cf24da1daa96e04f3682bb816aefeae6
Please report if this causes any problems.
jal666 commented on 2024-10-04 08:22 (UTC) (edited on 2024-10-04 08:23 (UTC) by jal666)
Out of date:
sha256sums=('cbae6d27f54d9b87810d6102b0e1893ebe309c332a73bd2a25c27b84bc64820a'
'736a3ee2f30c947493eb01787205fc650f08a664a2c6a4a17c4189b8e2420c5a'
'7bc3f4e27d141cf8d1979cd49adc58ee599686f6c1a898a013ef84ac22fd1f90')
Up to date (for now):
sha256sums=('b32ae2309d9d7d73917c91a788abee4e9b0c54124c0c1992f7bc293e6d577f4d'
'736a3ee2f30c947493eb01787205fc650f08a664a2c6a4a17c4189b8e2420c5a'
'7bc3f4e27d141cf8d1979cd49adc58ee599686f6c1a898a013ef84ac22fd1f90')
You can use the cmd
updpkgsums
inside the git repo to DIY should this reoccur.
bibermann commented on 2024-08-11 10:22 (UTC)
@moritzo You are right, there is /opt/Webex/lib/libcrypto.so.1.1
, but apparently the library is not searched at that place. openssl-1.1
provides /usr/lib/libcrypto.so.1.1
, where it is found by webex
.
I could run webex with LD_LIBRARY_PATH=/opt/Webex/lib webex
, then it works. Maybe you can patch webex.desktop
to add this? Of course this would be a hack, the app should find its libraries on its own I guess...
moritzo commented on 2024-08-10 05:54 (UTC)
Thanks for all your comments! I'm going to check the dependencies as soon as my time allows.
@bibermann: Webex brings it's own bundled libcrypto, should be located here: /opt/Webex/lib/libcrypto.so.1.1
bibermann commented on 2024-08-08 21:03 (UTC) (edited on 2024-08-08 21:04 (UTC) by bibermann)
Hello, I found a missing dependency: openssl-1.1
Without it, running /usr/bin/webex
exits with 1 and produces this log in ~/.local/share/Webex/hostLogs/webexhost.txt
:
1:2024-08-08 22:52:38 Attempting to use VersionSelector from Launcher directory
2:2024-08-08 22:52:38 ERROR can't load library!
3:2024-08-08 22:52:38 libcrypto.so.1.1: cannot open shared object file: No such file or directory
m1k.cloud commented on 2024-08-08 15:00 (UTC)
@moritzo thanks for picking this up, i think you can also get rid of the libsecret hack, it's an old thing that should not be required anymore
warwickmm commented on 2024-08-05 15:23 (UTC)
Thanks moritzo. If it helps, I think you can get a more specific URL to the package by inspecting the response here:
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.