Package Details: icaclient 25.03.0.66-1

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: 182
Popularity: 1.03
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2025-03-31 07:37 (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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 58 Next › Last »

p3sto commented on 2021-12-02 09:00 (UTC)

@SuccubiusEisspin I've noticed that if you create a zero-length file (touch filename) on your local linux machine then you can copy over that file from the citrix remote desktop...

SuccubiusEisspin commented on 2021-12-02 08:06 (UTC)

@buzo: Thank you so much! At least Teams Optimization is working again for me and I can call people again :-D Do you also have this issue with the client drives (always read only) ?

buzo commented on 2021-12-01 20:03 (UTC)

brokenpip3: same here

And yes, copy+paste does not work well for me too.

So for anybody affected I have created an extra AUR package for version 2109. Hope that helps.

callmejoe commented on 2021-11-30 23:25 (UTC)

@brokenpip3: same here. i downgraded to version 21.9.0.25-2 until a fix is in

SuccubiusEisspin commented on 2021-11-30 10:24 (UTC)

@brokenpip3: Nope, I am seeing this behaviour with the UtilDaemon as well. :-/ In addition to non-working Teams, non-working clipboard, non-working client-drives and non-working self-service. One would think that citrix, as a company that has their whole business model set up on client-server-infrastructure would take a little bit more care with their CLIENT-software.... Does anyone know a nice and user-friendly way on Manjaro to install a AUR package from a certain version? Some sort of version selector for available package versions? ^^

brokenpip3 commented on 2021-11-30 09:32 (UTC)

While using the last version (21.11) I discovered that "/opt/Citrix/ICAClient//UtilDaemon" binary is always using 1cpu even after closing the session, I had to kill it manually every-time. I'm the only one?

buzo commented on 2021-11-25 11:13 (UTC)

symptog: Shared libs have an ABI version number for a reason, and version 1 and 8 of libunwind are most likely incompatible, so this is not a proper solution. I'll see what I can do, but apparently Citrix is requiring a very old version of that lib.

huebi commented on 2021-11-24 20:03 (UTC)

@symtog Thanks for the solution, hopefully the package maintainer incorporates it. I think for now I rather stick with the old version until the issue gets fixed.

symptog commented on 2021-11-16 10:00 (UTC)

@huebi The problem seems to be libunwind.

cd /opt/Citrix/ICAClient
./util/HdxRtcEngine 
./util/HdxRtcEngine: error while loading shared libraries: libunwind.so.1: cannot open shared object file: No such file or directory

I've fixed it by linking libunwind

cd /usr/lib/
ln -s libunwind.so.8.0.1 libunwind.so.1

buzo commented on 2021-11-15 13:37 (UTC)

I'd really like to know what they are smoking at Citrix. The download page is switching back and forth between 21.09 and 21.11 almost every time I hit the reload button in the browser.

For this package this means that it is based on luck whether a build will download version 21.09 or 21.11. As a safeguard, I have added a check which prevents a download of the wrong version. You will see this message then:

ERROR: icaclient-x64-21.11.0.20.tar.gz was not found in the build directory and is not a URL.

Just try again then. And if you are still seeing a failed validity check, just rm -f icaclient-*-21.11.0.20.tar.gz and try again.