pkgbuild not working anymore
workaround:
download ica client from citrix homepage and put it in ica folder
rename it to: icaclient-13.0.0.256735.tar.gz
comment out following line in PKGBUILD:
#source_url=
the you'll be able to install
makepkg -si
installation succesful
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 .. 54 55 56 57 58 59 60 61 62 63 Next › Last »
carepack commented on 2014-01-31 13:55 (UTC)
snooga commented on 2014-01-21 17:39 (UTC)
u have change this too? /opt/Citrix/ICAClient/config/All_Regions.ini
SETLEDPos=4 to SETLEDPos=*
i installed it and everything is fine.
Anoniem commented on 2014-01-06 12:00 (UTC)
Still having the error that my lockdown preferences are not satisfied.
Already cleared my cache in /home/username/.icaclient
and changed SETLEDPos=4 to SETLEDPos=*
Any idea what could be wrong?
QuimaxW commented on 2014-01-04 02:22 (UTC)
FYI: This also builds on i686 by changing the arch to i686 and removing lib32- from in front of all the deps.
...and it works.
johnnyfreeman commented on 2013-12-02 14:01 (UTC)
Still getting md5sum error and it I run updpkgsums I get:
$ updpkgsums
==> Retrieving sources...
-> Found icaclient-13.0.0.256735.tar.gz
-> Found wfica.sh
==> Generating checksums for source files...
Then I run makepkg -s again...
$ makepkg -s
==> Making package: icaclient 13.0.0.256735-9 (Mon Dec 2 08:53:08 EST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found icaclient-13.0.0.256735.tar.gz
-> Found wfica.sh
==> Validating source files with md5sums...
icaclient-13.0.0.256735.tar.gz ... Passed
wfica.sh ... Passed
==> Extracting sources...
==> Entering fakeroot environment...
==> Starting package()...
/home/johnny/Downloads/icaclient/PKGBUILD: line 50: cd: /home/johnny/Downloads/icaclient/src/linuxx86/linuxx86.cor: No such file or directory
Is there anything I can paste here that would be helpful? Citrix is the *only* thing that I can't get working on (64bit) Arch. Thanks!
danieleva commented on 2013-12-01 16:09 (UTC)
Thanks for all the feedbacks. I updated pkg and deps.
johnnyfreeman commented on 2013-11-19 17:09 (UTC)
I'm getting this:
$ makepkg -s
==> Making package: icaclient 13.0.0.256735-9 (Tue Nov 19 12:05:44 EST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading icaclient-13.0.0.256735.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11601 100 11601 0 0 63051 0 --:--:-- --:--:-- --:--:-- 63048
-> Found wfica.sh
==> Validating source files with md5sums...
icaclient-13.0.0.256735.tar.gz ... FAILED
wfica.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
eisen commented on 2013-11-19 01:38 (UTC)
After upgrade to 13.0.0.256735-9 I received the following error message:
Lockdown requirements not satisfied
No value for (SETLEDPos) satisfies all lockdown requiremnts.
To correct the issue I changed the SETLEDPos value located in:
/opt/Citrix/ICAClient/config/All_Regions.ini
to SETLEDPos=*
abadu commented on 2013-11-18 08:58 (UTC)
Optional dependencies for icaclient
icaclient-libwebkit: gtk+ selfservice/storefront ui
The names is not correct.
icaclient-libwebkitgtk
is the right one.
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