So, now I feel somewhat stupid and sorry. The solution for MS-Teams problem is right here. sneakomatic commented it on 2023-01-18. For me it was only to do this: ln -s /usr/lib/libunwind.so /usr/lib/libunwind.so.1
This did the trick.
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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 58 Next › Last »
So, now I feel somewhat stupid and sorry. The solution for MS-Teams problem is right here. sneakomatic commented it on 2023-01-18. For me it was only to do this: ln -s /usr/lib/libunwind.so /usr/lib/libunwind.so.1
This did the trick.
As is it fails for me when trying to log in with the console message:
AuthManagerDaemon exiting: SSLSDK_open failed with error 5 (CANNOT_LOAD_PKCS11_MODULE)
Installing openssl-1.0
from the AUR fixed the issue. Maybe it could be added as an optional dependenty?
The problem with MS-Teams seems not to be a problem with the build of icaclient. I did some testing with Ubuntu and Fedora. I downloaded the original packages (.deb / .rpm) from Citrix website (version 23.02). Ubuntu and Fedora both have the same problem with MS Teams (like this build in AUR). So, I think the original icaclient from Citrix (for Linux) is somewhat faulty.
@ buzo @wmarhshall Thanks for your work. After secureity problems with version 2109 it would be nice if this newest one would run like 2109. Is it able for you to fix this?
I noticed that this package doesn't handle "x-scheme-handler/receiver" but the deb package hosted on the citrix website does.
This package seems to be missing "receiver.desktop" file and a few other differences between the AUR and deb package.
@SuccubiusEisspin: I have the same problem with this package (cannot do MS Teams videocalls with this package. With version 21.09 they work like a charm). Do you have a solution?
arnuld: Apparently they removed the old version instantly after releasing a new one. :(
Try again now, and click on “Flag package out-of-date” next time please.
I am getting this error when I do "makepkg":
[arnuld@arch64 icaclient ]$ makepkg ==> Making package: icaclient 22.12.0.12-1 (Thu 02 Feb 2023 10:34:58 AM IST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> 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-22.12.0.12.tar.gz was not found in the build directory and is not a URL.
@sneakomatic worked for me
@Andy123Andy1 Please have a look at: https://bugs.gentoo.org/855374
In short install hdx-realtime-media-engine, libunwind and sudo ln -s /usr/lib/libunwind.so /usr/lib/libunwind.so.1
Does this work for you?
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