@symtog
Your comment should be higher up, is there a way how we can incorporate it into the package install script? That fixes teams hdx.
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: | 185 |
Popularity: | 3.43 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2025-06-13 15:52 (UTC) |
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 59 Next › Last »
@symtog
Your comment should be higher up, is there a way how we can incorporate it into the package install script? That fixes teams hdx.
buzo: microsoft teams is not able to detect any audio device because some 'microsoft teams citrix optimization' I think is used from HdxRtcEngine
darose: Since version 21.12 I don't see UtilDaemon clogging up one CPU any more. I guess they have fixed this upstream.
indjera: Yes, or an extra package as dependency. What exactly does not work without libunwind?
Hi @buzo, maybe is not proper solution, but we can create a folder with libunwind.so.1 and update wfica.sh with export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Citrix/ICAClient/library folder
Regarding libunwind, this looks like quite a mess to me. Arch has the GNU version with SO version 8, while Citrix apparently uses the LLVM version with SO version 1, which I didn't find anywhere packaged for Arch. I can't see an easy way to deal with this.
daniel_shub: I have already created an extra AUR package for version 2109, see my comment on 2021-12-01 21:03. Other old versions could be handled like this, since they are still available for download at Citrix (although quite hidden).
@indjera see about a dozen message ago. Linking ABI version 8 to an app that wants ABI version 1 could have unseen issues.
@buzo, about a year ago I asked about dealing with the fact that upstream keeps releasing buggy versions and their download naming convention makes it a pain to maintain: https://bbs.archlinux.org/viewtopic.php?id=260419
I wonder if there is something that can be done in the PKGBUILD to make things easier. Maybe keep a few past version checksums and download links in the PKGBUILD so that if people want to build an older version they can just change pkg_ver to what they want.
I also just asked on the Citrx forum that they create a persistent link when they release the version and not when they update it. This would make rolling back so much easier: https://discussions.citrix.com/topic/415050-create-persistent-download-link-when-version-is-released-not-when-version-changes/ Maybe if other people chime in they would add a redirect.
There is an error loading this library libunwind.so.1 witch is needed in order teams optimization to works. fix: ln -s /usr/lib64/libunwind.so /usr/lib64/libunwind.so.1
In the mean time, to work around I've been using:
NoExtract = opt/Citrix/ICAClient/UtilDaemon
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