Sorry for the delayed update – I've been a bit busy lately.
Search Criteria
Package Details: icaclient 24.8.0.98-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/icaclient.git (read-only, click to copy) |
---|---|
Package Base: | icaclient |
Description: | Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver) |
Upstream URL: | https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html |
Licenses: | custom:Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 180 |
Popularity: | 0.49 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-10-10 12:52 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libc++abi (libc++abi-msanAUR, libc++abi-modulesAUR)
- libidn11
- libjpeg6-turbo
- libpng12
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR)
- speex (speex-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR) (optional) – for HDXTeams
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – gtk2 selfservice/storefront ui
- xerces-c (optional) – gtk2 configuration manager
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 57 Next › Last »
buzo commented on 2023-03-28 17:12 (UTC)
ebo commented on 2023-03-28 09:32 (UTC)
Hi @buzo Please review (and eventually accept) this patch to upgrade to latest version (23.3.0.32): https://github.com/eliezio/icaclient/commit/cfefd4bb3f1f79d9c3c4ff596402e775b40f76c2.patch
RonInAlpen commented on 2023-03-26 08:43 (UTC)
@timothyt87, tnx. I can confirm it worked.
timothyt87 commented on 2023-03-26 05:56 (UTC)
When I try to build icaclient this is the error message on my screen: ==> ERROR: icaclient-x64-23.2.0.10.tar.gz was not found in the build directory and is not a URL.
i edited the pkgbuild, changing
pkgver to 23.3.0.32
and sha256sums_x86_64 to 7e6e6aed5c3c0fd367ae218448668afc9b0a0d7d9d11b7b799d02552f7acdd12
using the latest pkg https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
then mkpkg -si to run
tested working on my device
RonInAlpen commented on 2023-03-24 12:27 (UTC)
When I try to build icaclient this is the error message on my screen: ==> ERROR: icaclient-x64-23.2.0.10.tar.gz was not found in the build directory and is not a URL.
nathanlepori commented on 2023-03-15 12:38 (UTC)
Version 23.2.0.10-1 needs package gpsd <= 3.17-3 in order for the Teams redirection to work. HdxRtcEngine crashes with a segfault otherwise. Symptoms are Teams saying it's "HDX Optimized" but audio devices do not show up. You can check if HdxRtcEngine is running while a session is open by doing: ps -ef | grep HdxRtcEngine
If not downgrade gpsd from the Arch Archive and restart the session: sudo pacman -U https://archive.org/download/archlinux_pkg_gpsd/gpsd-3.17-3-x86_64.pkg.tar.xz
Also check out @sneakomatic's comment for another possible fix.
class101 commented on 2023-03-07 21:43 (UTC) (edited on 2023-03-07 21:46 (UTC) by class101)
+Vote
I've installed this package on a Steam Deck, running a read-only SteamOS, inside an Arch Linux chroot. It's orgasmic.
/flex
Ty buzo for maintaining, well now I'm much coding at work than I should be playing games haha.
chaot commented on 2023-02-24 22:23 (UTC)
So, now I feel somewhat stupid and sorry. The solution for MS-Teams problem is right here. sneakomatic commented it on 2023-01-18. For me it was only to do this: ln -s /usr/lib/libunwind.so /usr/lib/libunwind.so.1
This did the trick.
rodrigorc commented on 2023-02-24 07:43 (UTC)
As is it fails for me when trying to log in with the console message:
AuthManagerDaemon exiting: SSLSDK_open failed with error 5 (CANNOT_LOAD_PKCS11_MODULE)
Installing openssl-1.0
from the AUR fixed the issue. Maybe it could be added as an optional dependenty?
chaot commented on 2023-02-22 19:21 (UTC)
The problem with MS-Teams seems not to be a problem with the build of icaclient. I did some testing with Ubuntu and Fedora. I downloaded the original packages (.deb / .rpm) from Citrix website (version 23.02). Ubuntu and Fedora both have the same problem with MS Teams (like this build in AUR). So, I think the original icaclient from Citrix (for Linux) is somewhat faulty.
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine