Had to downgrade back to icaclient-20.09 due to multiple instances of the following error on 20.10:
"SSL error - The remote peer sent a Bad MAC alert (SSL error 45)"
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: | 180 |
Popularity: | 0.28 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 58 Next › Last »
Had to downgrade back to icaclient-20.09 due to multiple instances of the following error on 20.10:
"SSL error - The remote peer sent a Bad MAC alert (SSL error 45)"
I can confirm it works without libc++ for me as well, and on top of that the libc++abi package (https://aur.archlinux.org/packages.php?ID=794696) which libc++ depends on doesn't work with aur helpers which makes it a real inconvenience to install/update this without manually editing out the libc++ dependency or going through and installing that entire other package manually
Could the libc++ dependency for this be made optional? Icaclient works fine without it
Notes:
I believe there is issue regarding CEIP service.
I am trying to disable in the module.ini
using sed
. So if it creates a pacnew
file, please action accordingly.
The related line EnableCeip=Enable
was not available in previous versions.
applied chmod +x /opt/Citrix/ICAClient/util/HdxRtcEngine
HDXTeams
needs this.@jaapcrezee the checksum changed because the package version changed. If you want to stick to the same version, you can update the source url to https://downloads.citrix.com/18741/linuxx64-20.9.0.15.tar.gz?__gda__=1604074193_b36c3df540e08a9674188c1111d5cf04 (I am not sure if the long string at the end is universal).
@hnws, I wonder if it makes sense to use https://downloads.citrix.com/18741/linuxx64-20.9.0.15.tar.gz?__gda__=1604074193_b36c3df540e08a9674188c1111d5cf04 as the url instead of always pointing at latest. That way the PKGBUILD will not break when the version is updated.
same problem here
This does the trick: can you commit maintainer? Thanks. Got the checksums from https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
diff --git a/PKGBUILD b/PKGBUILD
index ed2368f..e5c25f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,9 +31,9 @@ md5sums=('71aca6257f259996ac59729604f32978'
'1f214f6f456f59afd1a3275580f4240e'
'59f8e50cc0e0c399d47eb7ace1df5a32'
'dca5a1f51449ef35f1441b900d622276')
-sha256sums_x86_64=('F992869AB2CECAD50D0DC192288601D9E6045355B68B73D360E6F83077C0F295')
-sha256sums_i686=('64673CF7FEE5666C43349A716D709E1A3ACBD055D53AB163F3C1A86B6D6D8FAC')
-sha256sums_armv7h=('339D74E69C6FB08B52DE31A7DD1262BBCDA2453354AFCECDA8630B5EDDBA1B99')
+sha256sums_x86_64=('AE613A77036AFB101B47F268177B9DF0453184F5641265EAC41C735845CAE78D')
+sha256sums_i686=('DD2788D7E770483127717EE246AF1C334FD20E515C7AC650021DED2254139911')
+sha256sums_armv7h=('2D2806B84D1FA09FA810475D6C6762F372CC4EE1741C5D9E8EBBCA5D9903B98D')
install=citrix-client.install
package() {
I'm getting a SHA256sums error -- I'm aware I can by pass the validity check but -- just a heads up:
==> Validating source files with md5sums...
configmgr.desktop ... Passed
conncenter.desktop ... Passed
selfservice.desktop ... Passed
wfica.desktop ... Passed
wfica.sh ... Passed
wfica_assoc.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
icaclient-x64-20.09.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error downloading sources: icaclient
My SHA256sums in the pkgbuild file are the following:
sha256sums_x86_64=('F992869AB2CECAD50D0DC192288601D9E6045355B68B73D360E6F83077C0F295')
When I calculate the sha256sum, I get a different hash:
$ sha256sum /home/<user>/.cache/yay/icaclient/icaclient-x64-20.09.tar.gz
ae613a77036afb101b47f268177b9df0453184f5641265eac41c735845cae78d
/home/<user>/.cache/yay/icaclient/icaclient-x64-20.09.tar.gz
I had to change exec flag on /opt/Citrix/ICAClient/util/HdxRtcEngine to use MS Teams in Optimized mode. (chmod +x /opt/Citrix/ICAClient/util/HdxRtcEngine) The setup should do that.
Having issue getting icaclient to resize. Issue exists for me in both GNOME on wayland and DWM on X.
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