Package Details: icaclient 24.11.0.85-2

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.04
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2024-12-19 13:36 (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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 58 Next › Last »

Bednar commented on 2017-03-08 08:08 (UTC)

Thanks, I did check that. The problem is I don't know why this problem started occuring after the update.

fordprefect commented on 2017-03-08 07:58 (UTC)

You can look up error codes here [0], 47 is a handshake failure. [0] https://support.citrix.com/article/CTX113309

Bednar commented on 2017-03-08 07:54 (UTC)

I am getting SSL 47 error now each time I try to connect via the desktop client. Web doesn't work either.

fordprefect commented on 2017-03-07 21:45 (UTC)

@CapSel: I suspected so, but don't really have an idea how to fix this. @artafinde: Alsa should not have to do anything with this. @kmacleod: Please try in Firefox-ESR, it should still have NPAPI support.

CapSel commented on 2017-03-07 20:45 (UTC)

@fordprefect: I don't have access to logs on servers. 13.3 works fine, 13.4 worked fine.

artafinde commented on 2017-03-07 17:52 (UTC)

Firefox 52 dropped support for Alsa. Is this relevant?

kmacleod commented on 2017-03-07 17:49 (UTC) (edited on 2017-03-07 18:02 (UTC) by kmacleod)

Am I correct from reading this link that as of Firefox 52 the firefox plugin is broken? https://support.mozilla.org/t5/Problems-with-add-ons-plugins-or/Why-do-Java-Silverlight-Adobe-Acrobat-and-other-plugins-no/ta-p/31069 I don't seem to have the plugin show up in my about:config anymore. Initially I thought it was the citrix upgrade, but downgrading to the older version has the same behaviour. Does anyone have this working in firefox 52? edit: it works fine using chrome.

fordprefect commented on 2017-03-07 15:27 (UTC)

@gspe: thank you, will fix the gstreamer-dependency @firecat53,CapSel: according to [0] this could be a server/setup error. please investigate your issue according to the steps mentioned there and report back. @sysinit: you are partially right, the wildcard will not expand this way. the variable still has to remain quoted though. [0] https://support.citrix.com/article/CTX105390

CapSel commented on 2017-03-07 13:05 (UTC)

Fixing PKGBUILD as sysinit described does not solve "SSL error 4" for me.

sysinit commented on 2017-03-07 06:31 (UTC)

The symlink to the certificates at the end of the PKGBUILD is invalid, as it is surrounded by quotation marks: ln -s "${pkgdir}/usr/share/ca-certificates/trust-source/*" "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts/" should be changed to ln -s ${pkgdir}/usr/share/ca-certificates/trust-source/* "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts/" Kind regards, Daniel