Package Details: icaclient 24.11.0.85-2

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: LicenseRef-Citrix
Conflicts: bin32-citrix-client, citrix-client
Submitter: wmarshall
Maintainer: buzo (alhirzel)
Last Packager: buzo
Votes: 180
Popularity: 0.29
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2024-12-19 13:36 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 58 Next › Last »

burnsvance commented on 2023-04-02 05:35 (UTC)

installed via terminal in Manjaro and Endeavor both. Works great! yay -S icaclient

timothyt87 commented on 2023-03-30 03:21 (UTC)

Thank you for your hard work @buzo

As a regular user, how can i give back to the community? Kinda new here :D

buzo commented on 2023-03-28 17:12 (UTC)

Sorry for the delayed update – I've been a bit busy lately.

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.