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: 181
Popularity: 0.90
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

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

emild commented on 2025-01-29 21:43 (UTC)

@simontunnat

the "Ctrl+Shift+T" shortcut is still caught by Citrix and opens the "enhanced desktop viewer toolbar". But I found a fix for this:

This doesn't work for me with latest icaclient and up-to-date archlinux w gnome-flashback.

usuariopolivalen commented on 2025-01-28 09:06 (UTC)

Getting random disconnects from server and after this randomly I can't reconnect. Some times I have to wait minutes to be able to reconnect. Idk if the problems inits when I have changed my laptop to another one or the problem comes from the update of Citrix. I will be testing some things, if you know something more pls, help me. I have been testing with my connection and with my data mobile connection it happens on both so Im almost sure that is not a connection problem side. May be with the WiFi driver but... Im not getting problems on another things like browser or VPN so ...

DenalB commented on 2025-01-22 09:37 (UTC) (edited on 2025-01-22 09:38 (UTC) by DenalB)

@GottZ Today I installed this AUR package, because I reinstalled my EndeavourOS. I'm working in my companies Citrix environment without issues. I also stumbled about the notification on the Citrix website concerning the outdated libraries. But for me, it works.

But I set a symlink, so that file "libunwind.so.1" exists:

sudo ln -s /usr/lib/libunwind.so.8 /usr/lib/libunwind.so.1

GottZ commented on 2025-01-22 09:12 (UTC)

today I started getting this error message popup from citrix workspace directly after logging in via the corporate login screen: ce@workspace:///opt/Citrix/ICAClient/aml/aml.349a70e0d4ba9b73c347.js:16:21326processExplicitFormsResponse@workspace:///opt/Citrix/ICAClient/aml/aml.349a70e0d4ba9b73c347.js:16:74178a@workspace:///opt/Citrix/ICAClient/aml/aml.349a70e0d4ba9b73c347.js:16:73074

does anyone have an idea what this might relate to?

according to this: https://forums.opensuse.org/t/error-starting-citrix/164253

i suspect the package uses outdated libraries. am I right about that?

simontunnat commented on 2025-01-09 08:54 (UTC) (edited on 2025-01-09 08:55 (UTC) by simontunnat)

After I had the issues version 24.8 I now tried version 24.11. The resolution now gets set correctly again, but the "Ctrl+Shift+T" shortcut is still caught by Citrix and opens the "enhanced desktop viewer toolbar".

But I found a fix for this:

  • open "wfclient.ini"

  • go to the section "WFClient"

  • add new line "WCAGModeKeyCombination="

See: https://dl.dell.com/content/manual16337107-dell-thinos-2402-2405-2408-and-2411-release-notes.pdf?language=en-us ("Support for keyboard shortcuts for enhanced desktop viewer toolbar")

woodsb02 commented on 2024-12-27 15:47 (UTC) (edited on 2024-12-27 15:48 (UTC) by woodsb02)

The systemd unit files should not be installed with the executable flag set, as it results in log entries like the following:

"Configuration file /usr/lib/systemd/system/ctxcwalogd.service is marked executable. Please remove executable permission bits. Proceeding anyway."

 # install systemd unit files
-install -Dm755 -t "${pkgdir}/usr/lib/systemd/system" "ctxcwalogd.service"
-install -Dm755 -t "${pkgdir}/usr/lib/systemd/system" "ctxusbd.service"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system" "ctxcwalogd.service"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system" "ctxusbd.service"

shore commented on 2024-12-23 09:41 (UTC)

Hi I'm on manjaro xfce, I can login to my company account and see my virtual desktop.

But I cannot launch it, ever since I click launch, it will popup a window saying connecting then the window disappear and no desktop launched

From task manager, I can see that a new process called adapter was launched, but no window pops out for the virtual desktop..

I posted more details in the following post https://forum.manjaro.org/t/citrix-workspace-desktop-is-not-launching/172166

I can also provide the log collected.... Thanks

MatthiasG commented on 2024-11-04 08:02 (UTC)

I received the Error "SSL Error: 128-bit SSL support is available in the High Encryption pack" when connecting to our company network. I could solve it by simply installing the optional dependency "xerces-c".

DenalB commented on 2024-10-28 06:41 (UTC)

Anybody using Teams in Citrix? After upgrading to 24.8 Teams and the session is crashing when trying to change audio devices or just open settings. Used 24.5 without any issues. Went back to 24.5 (tar-archive) and again have no issues. Am I alone with this issue?

chaot commented on 2024-10-23 13:54 (UTC) (edited on 2024-11-27 06:40 (UTC) by chaot)

I have got the same issue like us3Arch6tw. But it only occurs to me when pressing windows-key and alt-key (on a german keyboard)... Update (2024-11-27): With pressing Windows-Key and Alt-Key I was not quite right. It is pressing CTRL (STRG on a german keyboard) and SHIFT... I could track down that pressing CTRL and SHIFT is a keyboard shortcut for changing the "language" of the keyboard (in my emulated Windows by CITRIX). After disabling this shortcut (in emulated Windows), this issue never occured to me again.