New and improved version :) There are a couple of optional dependencies if you'd like to use the configuration/storefront UI.
Search Criteria
Package Details: icaclient 26.01.0.150-1
Package Actions
| 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) |
Dependencies (14)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- libc++ (libc++-with-libunwindAUR, libc++-msanAUR)
- libc++abi (libc++-with-libunwindAUR, libc++abi-msanAUR)
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxml2-legacy
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- speex (speex-gitAUR)
- webkit2gtkAUR (webkit2gtk-imgpasteAUR)
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 55 56 57 58 59 60 61 62 63 Next › Last »
danieleva commented on 2013-11-17 17:08 (UTC)
shadeless commented on 2013-08-22 22:53 (UTC)
I tried uninstalling it and it appears that "/opt/Citrix/ICAClient/config/appsrv.ini" file is missing.
I'm trying to install it to firefox according to these instructions:
https://wiki.archlinux.org/index.php/Citrix
I tried to run
/opt/Citrix/ICAClient/wfica
However, it gives me the error that "/opt/Citrix/ICAClient/wfica" cannot be read. I searched for the file, but it wasn't in the directory.
What can I do to fix the problem?
ccoffey commented on 2013-08-22 12:05 (UTC)
@lordchaos
Done.
@djhaines
Using curl now instead.
lordchaos commented on 2013-08-22 11:39 (UTC)
Got the following error when installing icaclient:
==> ERROR: Integrity checks (md5) differ in size from the source array.
This can be solved by editing the PKGBUILD:
23c23
< source_url="$(wget -qO- 'http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html' | awk -F 'rel=\"' '/linuxx86_/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d')"
---
> source_url="$(wget -qO- 'http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html' | awk -F 'rel=\"' '/linuxx86_/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d' |uniq)"
ccoffey commented on 2013-07-03 21:21 (UTC)
I need to re-do this package, but I'm going to wait until I have more time.
13 is due out soon, and motif is being replaced by gtk! so that should make it a bit easier for everyone on all OS's. I'll probably wait for 13 an release a new package. I'll see if I can test a private first and then have 13 ready to rock when it is out.
dhaines commented on 2013-06-23 16:09 (UTC)
This package, along with being outdated, shouldn't be using wget in the PKGBUILD as it's not a guaranteed package. Use curl instead.
bjo commented on 2013-06-20 16:35 (UTC)
==> FEHLER: Integritäts-Prüfungen (md5) unterscheiden sich in der Größe vom Array der Quelle.
ccoffey commented on 2013-06-02 20:49 (UTC)
Was libpxp installed correctly when you tried it manually? If not, best to ask on that package.
<deleted-account> commented on 2013-06-02 19:37 (UTC)
Hi -
new to arch , so .......
I have , from a clean install off the live cd X86_64 - Open Box version - have done
yaort -S icaclient
Seems to go ok until it tries to compile lib32-libxp.
I have tried to yaort -S lib32-lipxp on it's own , but with no luck
Anyone got any ideas???
shadeless commented on 2013-05-29 01:06 (UTC)
I get this error when I run makepkg
==> Making package: icaclient 12.1.0.203066-7 (Tue May 28 21:04:01 EDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: icaclient-12.1.0.203066.tar.gz was not found in the build directory and is not a URL.
I need this package to do my job. Sadly, I'm going to have to go back to Ubuntu. It's been a good run :(
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