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.62
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 »

fordprefect commented on 2017-10-11 19:42 (UTC)

@ccoffey: I don't use this at all (anymore). I stated this fairly often: I am just updating this package when a new version comes along, but I don't even have a citrix server to my avail. If anyone is interested to take over just tell.

ccoffey commented on 2017-10-11 19:35 (UTC)

Juxt curious, what do you use the plugin for? It's a few years since I worked in citrix, but everytime, we'd just disable the plugin, and download the ica file, and set FF to open it with icaclient.

fordprefect commented on 2017-10-11 19:31 (UTC)

@birdspider: use Firefox ESR with this, that should work. In the long run, Citrix has to do something about it, I am not aware of any news regarding any porting work though.

birdspider commented on 2017-10-11 14:26 (UTC)

FF 52 removed NPAPI (https://www.mozilla.org/en-US/firefox/52.0/releasenotes/) - is this package/plugin (/usr/lib/mozilla/plugins/npica.so) supposed to work with newer versions (FF 52+)?

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