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.49
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

1 2 3 4 5 6 .. 16 Next › Last »

ggagyi commented on 2025-06-05 10:31 (UTC)

ERROR: One or more files did not pass the validity check! -> error making: webex-bin-exit status 1 -> Failed to install the following packages. Manual intervention is required: webex-bin - exit status 1

Hello, any workaround for this? Is this still maintained?

vitaliikuzhdin commented on 2025-06-02 08:17 (UTC) (edited on 2025-06-02 08:18 (UTC) by vitaliikuzhdin)

@pvtri96, could this be related?

With i3 window manager installed or other tiled window managers, you can experience some odd behavior with the reply or edit message windows. Such as windows intermittently disappearing, windows not positioned correctly on screen, windows may appear floating on top of the app.

You can apply some workarounds to prevent the windows disappearing:

  • For i3 window managers, in the i3-msg config file set "focus_follows_mouse no". This will apply to focus on all apps.
  • For KDE, in the KDE 3.5 Control Center, select Desktop > Window Behavior, click the Advanced tab, and un-check Hide utility windows for inactive applications.

pvtri96 commented on 2025-05-21 09:38 (UTC) (edited on 2025-05-21 09:39 (UTC) by pvtri96)

Hi, are there any follow-up fixes on the issue. I followed the workaround to force x11 session for login then switch back to normal wayland session afterward to avoid the crash. However, on the wayland session, whenever I try to reply/edit a message or start a thread. Webex always show black screen which prevent me from further using the app.

FYI, here is my system information:

  • OS: Arch Linux (6.14.6-arch1-1 (64-bit))
  • DE: KDE Plasma (Wayland/X11)
  • libxml2: 2.14.3
  • Webex Version: 45.2.0.31846-1

treep42 commented on 2025-05-20 08:57 (UTC)

For the "blank screen after trying to login" problem on wayland: using env -u WAYLAND_DISPLAY didn't help in my case - webex was still running in wayland. But using env QT_QPA_PLATFORM=xcb to force x11 for a QT application fixed it for me.

simon42 commented on 2025-05-16 21:27 (UTC)

@moritzo: pacman shows core/libxml2 2.14.2-2 and further extra/libxml2-legacy 2.13.8-1 Webex version is 45.2.0.31846 ("Help > About" section of the client), yes.

I get the same crash via libxml2 that you reported and the same core dumps reported by @dasarne, but only when running the client with X11. According to my logs, it must be something libxml2-related, I agree.

Still, when running with Wayland, the client does not crash for me, I can call others, I can use the voice mail service and so on. The client is running for hours now without any crash. I observed the same behavior on another machine, so it is kind of "reproducible" at least on the configuration(s) I am using. Really strange.

dasarne commented on 2025-05-15 12:33 (UTC)

webex-bin 45.2.0.31846-1: Crash in VoicemailService during XML parsing
System Information
  • OS: Manjaro Linux (Kernel 6.8.0-arch1-1)
  • DE: KDE Plasma (Wayland/X11)
  • Mesa: 25.0.5-arch1.1
  • libxml2: 2.10.3
  • Webex Version: 45.2.0.31846-1
Crash Details

Primary crash location: ZN3csf13VMRESTSession20UTF8ToISO88591SecureERKNS_12SecureStringERS1 (libVoicemailService.so + 0x6e6802) - Triggered during XML character encoding conversion (UTF-8 → ISO-8859-1) - Involves libxml2.so.16 (frame 5 in core dumps) - Occurs in both X11 and Wayland sessions

Secondary issues: - Fontconfig matching errors (FcStrCmpIgnoreCase) - Qt XCB/Wayland interaction problems

Reproduction Steps
  1. Launch Webex with either: QT_QPA_PLATFORM=xcb /opt/Webex/bin/CiscoCollabHost or QT_QPA_PLATFORM=wayland /opt/Webex/bin/CiscoCollabHost
  2. Perform voicemail synchronization
  3. Crash occurs within 1 hour
Debug Data
Suggested Fixes
  1. Add XML encoding validation in libVoicemailService: if (!validateUTF8(input)) { throw SecureEncodingException("Invalid UTF-8 sequence"); }
  2. Verify libxml2 compatibility (2.10.3 vs Webex's expected version)
  3. Check fontconfig cache integrity
Additional Context

The crash appears distribution-agnostic, affecting all systems using this AUR package. Full debug symbols would help pinpoint exact failure points in proprietary components.

Let me know if you need additional testing or specific log sections.

oech3 commented on 2025-05-15 08:08 (UTC)

I can try to swap bundled Qt5 to get rid of old dependencies if someone tell me what libUIToolkitQml.so is.

moritzo commented on 2025-05-15 07:25 (UTC) (edited on 2025-05-15 07:26 (UTC) by moritzo)

@simon42 I'm using Gnome and Wayland, so X11 is not the problem for me. Can you confirm your libxml2 version with pacman -Ss libxml2? Is your Webex version 45.2.0.31846?

Here are some of my error logs. First with libxml2-legacy installed, where Webex crashes: Journalctl: https://pastebin.com/UC8Bcvh2

Webex Crash Info (~/.local/share/Webex/crash_info_*) https://pastebin.com/vEtpHTCS

Without libxml2-legacy, my Webex Log (~/.local/share/Webex/current_log) is filled with errors that libxml2.so.2 is missing: https://pastebin.com/TNRmb22E

So my guess is that we need libxml2-legacy and some other dependencies that we don't know yet. Any ideas are welcome :)

simon42 commented on 2025-05-14 08:08 (UTC)

Same problem here with the crash of the Webex client. Did you find a solution for the problem?

I realized that the crash seems to be related to using X11. When I switch from X11 to Wayland, the client does not crash and works as usual (including phone service). I am using KDE Plasma.

karamba commented on 2025-05-05 15:07 (UTC)

@moritzo I have exactly the same problem