VMware Horizon client for linux installtion process
VMware Horizon Clients for Windows, Mac, iOS, Linux, and Android allow you to connect to your VMware Horizon virtual desktop from your device of choice giving you on-the-go access from any location.
You can Download VMware client for different versions of OS from here.
we are going to install VMware for 32 bit linux.
1. After Downloading you have .bundle file
assign full permission to this file,
$ chmod 0777 /home/$user/VMware-Horizon-Client-4.7.0-7395152.x86.bundle
Execute this file,
$ sudo /home/$user//VMware-Horizon-Client-4.7.0-7395152.x86.bundle
You got the VMware installer, Install the software.
After installation press on scan button.
2. Open command prompt as normal user (not root)
$ vmware-view
(Now, VMware Desktop Application will open, you can create connections and connect with the server from there.)
USB/Printers redirection with VMware Horizon client
Performing this procedure is usually not necessary if you have Horizon Client 3.4 or later because you can specify during client installation that the installer should register and start installed services after installation. When the user launches the client, a configuration file is automatically created and placed in the user's home directory.
Procedure
If Still Printers are not redirected then,
Note : create the config file if not exists and add the below settings.
$ nano /home/user/.vmware/config
viewusb.AllowAutoDeviceSpiltting = "true"
$ nano /etc/vmware/config
viewusb.AllowAutoDeviceSpiltting = "true"
Then, Remove VMware client(Without removing existing settings)
you can visit here for more,
to uninstall vmware-client
$ vmware-installer -h
Then, Again Reinstall the Vmwareclient with .bundle file .
And it works !!!
Leave reply, if it works for you.
No comments:
Post a Comment