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.28
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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 58 Next › Last »

nutz commented on 2017-08-27 18:29 (UTC)

thanks erkexzcx for the 13.4 built. i created this here for easier access: https://aur.archlinux.org/packages/icaclient-old

JetJaguarXP commented on 2017-08-24 06:36 (UTC)

Thank you for this package! Jet

jamesbond007 commented on 2017-07-12 17:11 (UTC)

When I try to install this, I get the following error message: ==> ERROR: One or more files did not pass the validity check!

erkexzcx commented on 2017-06-05 19:37 (UTC) (edited on 2017-06-05 19:38 (UTC) by erkexzcx)

For those who want to have icaclient 13.4 (this version does not have "unable to type anything" issue) without future updates and gstreamer0.10 (since not needed) from the AUR, here is how to install it: $ sudo pacman -S wget dos2unix git $ git clone https://aur.archlinux.org/icaclient.git/ $ cd icaclient $ git checkout 103eefa32a36c95acc779ca172b6acb99d909aa2 $ wget https://www.pastebucket.com/paste/download/562435 -O PKGBUILD $ dos2unix PKGBUILD $ makepkg -si

erkexzcx commented on 2017-06-05 19:25 (UTC) (edited on 2017-06-05 19:33 (UTC) by erkexzcx)

@gsb85 looks like PKGBUILD storing & sharing server made some character encoding changes? Whatever, I adjusted commands. Try it out now. Just tested on a new build - works perfectly! P.S. Accidentally removed my comment :D See comment above

gsb85 commented on 2017-06-04 22:10 (UTC)

@erkexzcx Thanks for sharing your PKGBUILD. I had the following issue when I attempted makepkg -s $ makepkg -s ==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced. ==> ERROR: An unknown error has occurred. Exiting... I was able to fix it by running dos2unix on the PKGBUILD, which is found in the hd2u package. $ dos2unix -U PKGBUILD and then $ makepkg -s

DwarfNr5 commented on 2017-04-22 19:20 (UTC)

@MilanKnizek. Tnx. You made my day!