Package Details: icaclient 26.01.0.150-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: 183
Popularity: 1.60
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2026-03-05 20:00 (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 .. 56 57 58 59 60 61 62 63 Next › Last »

ccoffey commented on 2013-05-14 13:19 (UTC)

You need aur/lib32-libpng15 now. I really need to sit down for a bit and rewrite the package build.

lordchaos commented on 2013-03-19 22:33 (UTC)

I has to do the following to get it working: mkdir ~/.ICAClient cp -v /opt/Citrix/ICAClient/config/usertemplate/ ~/.ICAClient/ sudo cp -v /opt/Citrix/ICAClient/nls/en/module.ini /opt/Citrix/ICAClient/config/ sudo cp -v /opt/Citrix/ICAClient/nls/en/wfclient.ini /opt/Citrix/ICAClient/config/ And symlink the certs directory. By the way, I have also installed lib32-alsa-plugins, you might want it to add as a dependency. Now I just need to get it working from my browser.

ccoffey commented on 2013-03-19 22:02 (UTC)

I don't normally bother with the plugins. When you download the .ica file, you can open that directly with /opt/Citrix/ICAClient/wfica (no the .sh). It's the method I prefer but I often want to do other stuff with the ICA. If you get cert errors I normally symlink the cets directory: ls -ld /opt/Citrix/ICAClient/keystore/cacerts lrwxrwxrwx 1 root root 34 Mar 16 00:10 /opt/Citrix/ICAClient/keystore/cacerts -> /usr/share/ca-certificates/mozilla This works fine for me. I do want to automate some of this from the package.

lordchaos commented on 2013-03-19 21:40 (UTC)

Installation went fine, but since the client doesn't seem to work I have two questions: a. According to the Arch wiki I should run ./wfica to install the plugin in Firefox but that gives me an error: "Cannot read file /opt/Citrix/ICAClient/config/appsrv.ini". Which is not surprising, since the file isn't present. Are there some post-installation steps I'm missing here? b. Is there a desktop file available somewhere?

ccoffey commented on 2013-03-17 15:58 (UTC)

I had to roll back some changes, I was getting conflicts. I'll need to test forma clean envionment though, hopefully tonight. I got dragged into work today so I only have the one machine to test on. If you change the PKGBUILD with what yopu had on github during a yaourt install, so you get any conflicts?

pyther commented on 2013-03-17 15:55 (UTC)

I think you may have forgotten to upload the updated pkgbuild

ccoffey commented on 2013-03-17 14:48 (UTC)

I've added your changes. If anyone is having issues, such as All_Regions.ini not found etc. cp /opt/Citrix/ICAClient/config/usertemplate/* ~/.ICAClient/ This is all based on 12.1 Receiver. 12.1.5 is available, and 12.1.6 will be pushed soon, but they are not fully public yet. It's rumoured 13 should be out in a few months. I'd like to overhall this package, but thank you to pyther for doing most of the work so far.

ccoffey commented on 2013-03-17 11:38 (UTC)

I'll intergrate those changes today. I only realised how broken this package was 36 hours ago, so you comment is well timed. Regarding the multimedia, it's an interesting question. The rpm and the deb upstream include that setting, but in the tar.gz it is off by default.

pyther commented on 2013-03-16 17:11 (UTC)

@ccoffey I found the PKGBUILD very difficult to read and didn't like the fact that symlinks were being created in post_install. I've cleaned up the pkgbuild and moved the post_install logic into the pkgbuild. https://github.com/pyther/archlinux-pkgs/tree/master/icaclient I did not move the sed line that turns MultiMedia on, because I believe we should respect upstream whenever possible. However, this can easily be added to the PKGBUILD. Lastly, I commented out the symlink to /usr/share/ca-certificates/mozilla. In order to successfully connect to my citrix server I need the CA file in the der format. And therefore the CA in /usr/share/ca-certificates/mozilla did not work. If the citrix client accepts the x509 certificates found in /usr/share/ca-certificates/mozilla for most others then it probably makes sense to uncomment the line the pkgbuild.

ccoffey commented on 2013-01-23 16:36 (UTC)

I finally got around to updating this. Trying a new thing also. Symlinking /opt/Citrix/ICAClient/keystore/cacerts -> /usr/share/ca-certificates/mozilla The default certs directory is next to useless to this is a trick I use to work from home.