What is the point of downloading a stale version of libsecret from the ALA? Does this software require a specific version it was compiled against? I'd propose adding a versioned dependency then, instead of just downloading the package.
Search Criteria
Package Details: webex-bin 44.10.1.31028-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: | 34 |
Popularity: | 1.78 |
First Submitted: | 2021-05-12 11:28 (UTC) |
Last Updated: | 2024-10-24 08:16 (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)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »
fordprefect commented on 2024-05-13 14:46 (UTC)
ChaosKid42 commented on 2024-04-04 08:59 (UTC)
I was able to build the newest available Version applying the following patch to PKGBUILD:
diff --git a/PKGBUILD b/PKGBUILD
index a7805d4..ff0011f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
pkgname=webex-bin
-pkgver=43.11.0.27795
+pkgver=43.11.0.28947
pkgrel=1
pkgdesc="Webex for Linux"
arch=('x86_64')
@@ -32,10 +32,10 @@ depends=('alsa-lib'
'xcb-util-renderutil'
'xcb-util-wm'
'xdg-utils')
-source=("$pkgname-$pkgver.deb::https://binaries.webex.com/WebexDesktop-Ubuntu-Gold/20231108131957/Webex.deb"
+source=("$pkgname-$pkgver.deb::https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb"
'webex.xml'
'https://archive.archlinux.org/packages/l/libsecret/libsecret-0.20.4-1-x86_64.pkg.tar.zst')
-sha256sums=('29f2db2f82b17b402e3c4ec854aee6be409a54fa460bb39a91c4c41e157dd19d'
+sha256sums=('eaa97c97c55e024cdb7a6df997e865d467ae023335fc253c981cec619589fc32'
'736a3ee2f30c947493eb01787205fc650f08a664a2c6a4a17c4189b8e2420c5a'
'7bc3f4e27d141cf8d1979cd49adc58ee599686f6c1a898a013ef84ac22fd1f90')
options=('!strip')
mluque commented on 2024-01-09 14:51 (UTC) (edited on 2024-01-09 14:51 (UTC) by mluque)
When trying to install this AUR package, I obtain next error:
warning: downgrading package libsecret (0.21.2-1 => 0.20.4-1)
error: './src/libsecret-0.20.4-1-x86_64.pkg.tar.zst': duplicate target
reloadedd commented on 2023-11-12 20:24 (UTC)
The chat and breakout sessions work now. However, screen sharing on Wayland does not work currently (there is no share screen button in the application). Also, it's in they're Coming soon section from here: https://help.webex.com/en-us/article/9vstcdb/Webex-App-for-Linux.
dimosd commented on 2023-09-30 09:05 (UTC)
@belebtintensaur: Last time I checked the Linux version was missing the chat functionality and breakout sessions. Screen sharing worked on x.org
belebtintensaur commented on 2023-09-22 12:59 (UTC)
How can i turn on the in meeting chat functionality ?
Webex doesent display the chat button while the windows version do this for the same meeting
Select-Reappoint commented on 2023-09-08 10:19 (UTC) (edited on 2023-09-08 10:20 (UTC) by Select-Reappoint)
Hello,
I'm having trouble running webex. Launching from the terminal or via the desktop entry nothing happens and checking journalctl shows a coredump. I am running wayland but not sure where to start debugging. Normally I joined meetings from my browser but for some reason some meetings don't allow me to join from the browser.
Any help would be much appreciated,
Thanks
nilpernil commented on 2022-12-12 12:47 (UTC)
I've managed to downgrade to the lastest version with working screen sharing (thanks @AlexanderS), but webex keeps updating itself, is there any way to block this from happening? (I didn't made any yay update or pacman sync)
AlexanderS commented on 2022-11-29 10:19 (UTC)
@nilpernil: You may need to delete the newer version from $HOME/.local/share/Webex*
.
nilpernil commented on 2022-11-29 09:58 (UTC)
I need a little bit of help, I tried several times to downgrade the webex pkg with makepkg and pacman -U, installing the previous version when the screen sharing works, but everytime I start again webex and check the version, the version is 42.10 and the login info is still saved, I am trying to install the 42.7 version.
I think there should be some config files that with pacman -Rs there are not being deleted, can anyone help me finding what I am forgeting? thanks :(
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.