Package Details: vmware-horizon-rtav 2406-2

Git Clone URL: https://aur.archlinux.org/vmware-horizon-client.git (read-only, click to copy)
Package Base: vmware-horizon-client
Description: VMware Horizon Client connect to VMware Horizon virtual desktop - Real-Time Audio-Video (webcam and audio-in)
Upstream URL: https://customerconnect.omnissa.com/downloads/info/slug/desktop_end_user_computing/vmware_horizon_clients/horizon_8
Licenses: custom
Submitter: eworm
Maintainer: eworm
Last Packager: eworm
Votes: 55
Popularity: 0.155615
First Submitted: 2015-01-08 15:17 (UTC)
Last Updated: 2024-08-20 07:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 18 Next › Last »

sotix commented on 2022-01-06 06:41 (UTC) (edited on 2022-01-06 06:42 (UTC) by sotix)

The installer says "Installation was unsuccessfull."

What I did:

sudo chmod +x vmware-horizon-client-2111-8.4.0-18957622-x86_64.bundle

sudo ./vmware-horizon-client-2111-8.4.0-18957622-x86_64.bundle

The installer pops up, I can select the packages I want but even if non are selected the above error is shown after clicking on "next". Is there an error-log somewhere? I am new to aur and arch in general.

zeroconf commented on 2021-12-13 19:59 (UTC)

After updating system, rebuilding package:

yay --cleanmenu --rebuild -Syu vmware-horizon-client vmware-horizon-usb

... rebooting system, checkrebuild command claims that package vmware-horizon-client, vmware-horizon-usb still needs to be rebuilt, although it is working properly. I hope this can be fixed. Below is the verbosed output of missing libraries locations.

$ checkrebuild -v

foreign vmware-horizon-client
foreign vmware-horizon-usb

ldd /usr/lib/vmware/view/vdpService/libusbRedirectionClient.so

    libvmware-view-usbd.so => not found

ldd /usr/lib/vmware/view/vdpService/libhtml5Client.so

    libjson_linux-gcc-4.1.1_libmt.so => not found

ldd /usr/lib/vmware/view/vaapi/libavutil.so.56

    libva-x11.so.1 => not found
    libva.so.1 => not found

ldd /usr/lib/vmware/view/vdpau/libavcodec.so.58

    libx264.so.157.6 => not found

ldd /usr/lib/vmware/view/vaapi/libavcodec.so.58

    libx264.so.157.6 => not found
    libva.so.1 => not found

ldd /usr/lib/vmware/view/vaapi2/libavcodec.so.58

    libx264.so.157.6 => not found

ldd /usr/lib/vmware/view/usb/libvmware-view-usbd.so

    libssl.so.1.0.2 => not found
    libcrypto.so.1.0.2 => not found

ldd /usr/lib/vmware/view/software/libavcodec.so.58

    libx264.so.157.6 => not found

ldd /usr/lib/vmware/view/bin/vmware-view

    libcrypto.so.1.0.2 => not found
    libssl.so.1.0.2 => not found
    libcrtbora.so => not found
    libvmwarebase.so => not found

ldd /usr/lib/vmware/libssl.so.1.0.2

    libcrypto.so.1.0.2 => not found

ldd /usr/lib/vmware/libcurl.so.4

    libcrypto.so.1.0.2 => not found
    libssl.so.1.0.2 => not found

ldd /usr/lib/vmware/libcrtbora.so

    libvmwarebase.so => not found

cwestpha commented on 2021-12-07 21:06 (UTC)

Any chance we can get the missing components for the product? Most are covered but some are missing from the AUR since they got added in the last few releases: https://docs.vmware.com/en/VMware-Horizon-Client-for-Linux/2111/horizon-client-linux-installation/GUID-DE283634-D0D4-45C2-B0C8-E203CAC0E38B.html

i.e. Media Optimization for Microsoft Teams

MastaShake commented on 2021-12-05 22:11 (UTC)

I also have the stuck key issue since update to 2111, no issues on 2106 like this though.

neilsimp1 commented on 2021-12-04 16:29 (UTC)

I have the issue of stuck keys very rarely, but that has been across several versions.

More recently, 2111-1 only displays on 2/3 of my monitors, even though the settings detect the third monitor and it's "Full screen on all monitors". Downgrading fixed that.

eworm commented on 2021-12-03 10:45 (UTC)

I have see this behavior of stuck keys, also with other 8.x releases. No idea what causes this...

jose1711 commented on 2021-12-03 09:21 (UTC)

ran into an issue where a single keypress resulted in a long stream of repeats. anyone else having the same issue?

Akss13 commented on 2021-11-25 14:57 (UTC)

It is working now. Thanks.

eworm commented on 2021-11-24 10:32 (UTC)

Updated the url, the package should build now.

Akss13 commented on 2021-11-22 00:46 (UTC) (edited on 2021-11-24 00:38 (UTC) by Akss13)

As others have reported, I'm also facing the same issue:

vmware-bundle.eclass-2106.1 ... FAILED

Looks like https://sources.gentoo.org now redirects to https://gitweb.gentoo.org/ (Not sure why this change) Due to this, line 33 in PKGBUILD returns an HTML file which is nothing but the page https://gitweb.gentoo.org/ So if line 33 in PKGBUILD is changed to the following

"vmware-bundle.eclass-${pkgver}::https://gitweb.gentoo.org//proj/vmware.git/plain/eclass/vmware-bundle.eclass"

and the SHA256 sum is updated, we should be good.