Package Details: icaclient 24.8.0.98-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: custom:Citrix
Conflicts: bin32-citrix-client, citrix-client
Submitter: wmarshall
Maintainer: buzo (alhirzel)
Last Packager: buzo
Votes: 180
Popularity: 0.68
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2024-10-10 12:52 (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 .. 45 46 47 48 49 50 51 52 53 54 55 .. 57 Next › Last »

humhumhum commented on 2014-12-15 13:20 (UTC)

same SSL error 61

micsnare commented on 2014-12-15 12:12 (UTC)

Since the latest arch update with the package "ca-certificates" (is listed as a dependency) I receive the following error from the Citrix Receiver (icaclient) SSL Error 61: You have not chosen to trust "VeriSign Class 3 International Server CA - G3", the issuer to the server's security certificate. anyone else receiving this? :(

simgunz commented on 2014-12-14 20:42 (UTC)

By executing: find "/opt/Citrix/ICAClient" -type f -executable -exec ldd "{}" \; | grep " not found$" | awk '{ print $1 }' | sort -u I've found the following libraries are missing: libavcodec.so.52 libavutil.so.50 libEGL.so.1 libGL.so.1 libgssapi.so.2 Which packages provide them? I've installed: lib32-libgssglue lib32-mesa but it still doesn't find them.

hnws commented on 2014-12-09 07:08 (UTC)

working PKGBUILD for 13.1 http://pastebin.com/Ds1M9RXv

je-vv commented on 2014-12-08 16:34 (UTC)

Is the mozilla plugin link wrong? Seems like linking to itself. Right now PKGBUILD indicates: ln -s ./npica.so "${pkgdir}"/usr/lib/mozilla/plugins/npica.so Sounds like it should be instead: ln -s $ICAROOT/npica.so "${pkgdir}"/usr/lib/mozilla/plugins/npica.so That way the mozilla plugin will point to the plugin placed in ICAROOT.

<deleted-account> commented on 2014-11-14 07:50 (UTC)

@wadsofat Same issue here ... wfica segfaults after few minutes on 32 bit machines

<deleted-account> commented on 2014-10-23 15:48 (UTC)

I got segfaults and core dumps when trying linuxx86-13.1.0.285639 (the 32-bit version) but the 64-bit tarball runs fine. Unfortunately now 'selfservice' is 64-bit and has an extra dependency on libwebkit-1.0.so which would come from WebKitGTK+ <= 2.0, eg. http://bit.ly/ZOVGYi

ccoffey commented on 2014-10-01 11:31 (UTC)

13.1 is out now. http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-131.html I tried the 64 bit package linuxx64-13.1.0.285639.tar.gz and it seems to be working well. I was working on an updated PKGBUILD yesterday but ran into some issues with doing an upgrade. For those who want to test can install it as a local user before the PKGBUILD is updated. selfservice, the replacment for wfcmgr in 13 seems to be a lot easier to run now.