I've tried installing both this package, and the icaclient-beta, but getting a not found error for both. Maybe I am just dense, but is there a workaround for PKGBUILD?
Is that what @glenntanner3 is trying to write?
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: | 181 |
Popularity: | 1.11 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 58 Next › Last »
I've tried installing both this package, and the icaclient-beta, but getting a not found error for both. Maybe I am just dense, but is there a workaround for PKGBUILD?
Is that what @glenntanner3 is trying to write?
Here is the URL for 23.3
glennt@glenn-arch:NONE:/home/glennt
$ url='https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html'
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | grep -F ".tar.gz"
<span class="dl-type" >(.tar.gz)</span>
<a href="javascript:void(0);" data-secureportal="false" class="ctx-dl-link toggle-direct-dl ctx-photo" data-authoreula="true" rel="//downloads.citrix.com/21784/linuxx64-23.3.0.32.tar.gz?__gda__=exp=1685638039~acl=/*~hmac=e82ae1b161c6ac5c49b6f5d8b9c99d3692d7956beeb63ee4216bde12468d31aa" id="downloadcomponent">
filepathOrUrl: "//downloads.citrix.com/21784/linuxx64-23.3.0.32.tar.gz ",
As a warning, the following Major change in the latest 23.0.0.58 release is possibly causing the selfservice to fail at discovering Desktop and Apps after a successful login.
It is unclear yet how to resolve, I tried a bunch of option automatically set in the working *ica file, no success yet
The issue is suspected to be connected with IPv6 and when your organisation
Gateway is a fake internet host accessible with a SSL proxy with the following
SSL configuration SSLProxyHost
[https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/downloads/ica-settings-reference.pdf]
Previously, TLS connections between Citrix Workspace app for Linux and Virtual Delivery Agents (VDAs) were supported over the IPv4 network only.
With this release, Citrix Workspace app supports TLS connections over both IPv4 and IPv6.
I have updated the icaclient-beta
to release 23.5.0.58 to avoid compilation problems.
Not surprise issue persists in selfservice, that sucks to open the session on command line with a ica file but better than nothing
Pretty sure the issue is linked to TCP/IP and Ipv6 because the other day, I was out of idea until I set ipv6 disabled and it immediately worked.
Nor multiple issues exists behind that and it's a new one
copy from my beta attempt: I'm trying to use aurto to build the package, and it is unable to download icaclient when attempting to get the sources, beta or not.
==> Making package: icaclient-beta 23.5.0.38-1 (Wed May 31 17:17:19 2023)
==> Retrieving sources...
-> Found citrix-configmgr.desktop
-> Found citrix-conncenter.desktop
-> Found citrix-wfica.desktop
-> Found citrix-workspace.desktop
-> Found wfica.sh
-> Found wfica_assoc.sh
==> ERROR: icaclient-x64-23.5.0.38.tar.gz was not found in the build directory and is not a URL.
==> ERROR: Could not download sources.
FAILED: icaclient-beta.stamp
Here is the path i got from citrix:
https://downloads.citrix.com/21948/linuxx64-23.5.0.58.tar.gz?__gda__=exp=1685571456~acl=/*~hmac=31d2102a8c663f6a4f14bcaa4570d51c95e9a93a4ee85d3881510953c07dc6c5
pkgbuild test snippit:
$ url='https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html'
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | grep -F ".tar"
<span class="dl-type" >(.tar.gz)</span>
<a href="javascript:void(0);" data-secureportal="false" class="ctx-dl-link toggle-direct-dl ctx-photo" data-authoreula="true" rel="//downloads.citrix.com/21948/linuxx64-23.5.0.58.tar.gz?__gda__=exp=1685572641~acl=/*~hmac=858cecad8062e33163f94e16cd53d3176dfccf0dba206a7013df2ec7418f3604" id="downloadcomponent">
filepathOrUrl: "//downloads.citrix.com/21948/linuxx64-23.5.0.58.tar.gz ",
I deleted my past reply to you @mics because finally and unfortunately, the ipv4 trick I thought working, is not, this was a coincidence I think because it starts to show the never ending spinner again since yesterday also in ipv4 here without changing a thing.
It is really unclear what is causing this.
What is actually almost sure, it is random, from time to time, works one day, fails the other day, specific to the tray app called "selfservice", wfica name_of_ica_file always works, always happening after a successful logon, no real fix found yet, reproduced in the Technical Preview too, logs or network sniffers does not returns relevant errors or I missed it.
It all sounds like an unfixed and or undiscovered issue with selfservice outside of our scope for a fix :(
Will try to report this in the next TP
stuck in loading screen using endeavouros, lenovo yoga 7.
Tried SSLCiphers=ALL and disabling ipv6, issues still persist.
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