@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.
Search Criteria
Package Details: icaclient 24.11.0.85-2
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: | 180 |
Popularity: | 0.28 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR)
- libc++abi (libc++abi-modulesAUR, libc++abi-msanAUR)
- libidn11
- libjpeg6-turbo
- libpng12
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR)
- speex (speex-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR) (optional) – for HDXTeams
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – gtk2 selfservice/storefront ui
- xerces-c (optional) – gtk2 configuration manager
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 58 Next › Last »
fordprefect commented on 2017-03-07 21:45 (UTC)
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
firecat53 commented on 2017-03-06 23:51 (UTC)
With the new version, I get a pop-up in Firefox that says 'Network Error occured, contact your Network Administrator. SSL Error 4'.
Version 13.4 still works normally.
Thanks,
Scott
gspe commented on 2017-03-06 21:48 (UTC)
This is from Citrix website:
Citrix Receiver for Linux 13.5
This release provides the following new features and enhancements, and resolves a number of previously reported issues to improve the user experience.
Support for multi-stream ICA
Support for HTML5 video redirection
Support for GStreamer 1.x
Support for the Server Name Indication (SNI) extension to TLS. This allows a server hosting multiple secure sites to present the correct certificate to Citrix Receiver.
So sice it support GStreamer 1.x now you don't need gstreamer0.10 as dependency
fordprefect commented on 2017-03-06 21:27 (UTC) (edited on 2017-03-16 07:28 (UTC) by fordprefect)
Update for 13.5 - please test carefully before using in production.
gstreamer0.10 is now an opt-dependency as discussed here.
If you find any glitches please report.
EDIT: if you want blindly updating and complaining about non-functioning afterwards you should stick to official packages!
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