Package Details: omnissa-horizon-client 2412-6

Git Clone URL: https://aur.archlinux.org/omnissa-horizon-client.git (read-only, click to copy)
Package Base: omnissa-horizon-client
Description: Omnissa Horizon Client - connect to Omnissa Horizon virtual desktop
Upstream URL: https://customerconnect.omnissa.com/downloads/info/slug/desktop_end_user_computing/omnissa_horizon_clients/8
Licenses: custom
Conflicts: vmware-horizon-client, vmware-horizon-mmr, vmware-horizon-pcoip, vmware-horizon-rtav, vmware-horizon-smartcard, vmware-horizon-teams-optimization, vmware-horizon-tsdr
Replaces: vmware-horizon-client, vmware-horizon-mmr, vmware-horizon-pcoip, vmware-horizon-rtav, vmware-horizon-smartcard, vmware-horizon-teams-optimization, vmware-horizon-tsdr
Submitter: eworm
Maintainer: eworm
Last Packager: eworm
Votes: 3
Popularity: 1.70
First Submitted: 2025-01-06 12:37 (UTC)
Last Updated: 2025-01-31 13:49 (UTC)

Latest Comments

charims commented on 2025-01-31 00:16 (UTC)

You are correct, removed them and it still works. So the only symlink still necessary is ln -s /usr/lib/pkcs11/opensc-pkcs11.so /usr/lib/omnissa/horizon/pkcs11/libopenscpkcs11.so

From https://wiki.archlinux.org/title/Common_Access_Card

eworm commented on 2025-01-30 22:10 (UTC)

Oh, just removing the libraries instead of linking should do the trick as well, no?

eworm commented on 2025-01-30 22:00 (UTC)

Oh, that's crazy... The package actually ships /usr/lib/omnissa/libssl.so.3 and /usr/lib/omnissa/libcrypto.so.3, which are from older openssl. So what's going on? Possibly a binary links to shipped libraries, and what ever other libraries - and the latter link to openssl system libraries on their own? Will check tomorrow...

charims commented on 2025-01-30 19:17 (UTC)

When trying to use a smart card in the UI saying something like "Access denied. No valid certificate provided."

And you have this in the log:

version `OPENSSL_3.4.0' not found

Then it turns out that you need to make a couple symlinks to get smartcards working again:

sudo ln -sf /usr/lib/libssl.so.3 /usr/lib/omnissa/libssl.so.3
sudo ln -sf /usr/lib/libcrypto.so.3 /usr/lib/omnissa/libcrypto.so.3

bl8demast3r commented on 2025-01-09 20:06 (UTC)

Thank you for this, is RTAV now built into the Horizon client package rather than being an optional dependency?

Nuk3 commented on 2025-01-06 15:51 (UTC)

Hi, I can confirm it is working. Thanks for the pkg.