Installation and Setup Guide
Table Of Contents
- VMware Horizon Client for Linux Installation and Setup Guide
- Contents
- VMware Horizon Client for Linux Installation and Setup Guide
- System Requirements and Installation
- System Requirements for Linux Client Systems
- System Requirements for Real-Time Audio-Video
- System Requirements for Multimedia Redirection (MMR)
- Requirements for Using Flash URL Redirection
- Requirements for Using Skype for Business with Horizon Client
- Requirements for the Session Collaboration Feature
- Smart Card Authentication Requirements
- Supported Desktop Operating Systems
- Preparing Connection Server for Horizon Client
- Installation Options
- Install or Upgrade Horizon Client for Linux from VMware Product Downloads
- Configure VMware Blast Options
- Horizon Client Data Collected by VMware
- Configuring Horizon Client for End Users
- Common Configuration Settings
- Using the Horizon Client Command-Line Interface and Configuration Files
- Using URIs to Configure Horizon Client
- Configuring Certificate Checking for End Users
- Configuring Advanced TLS/SSL Options
- Configuring Specific Keys and Key Combinations to Send to the Local System
- Using FreeRDP for RDP Connections
- Enabling FIPS Compatible Mode
- Configuring the PCoIP Client-Side Image Cache
- Managing Remote Desktop and Published Application Connections
- Using a Microsoft Windows Desktop or Application on a Linux System
- Feature Support Matrix for Linux
- Internationalization
- Keyboards and Monitors
- Connect USB Devices
- Using the Real-Time Audio-Video Feature for Webcams and Microphones
- Using the Session Collaboration Feature
- Using the Seamless Window Feature
- Saving Documents in a Published Application
- Set Printing Preferences for a Virtual Printer Feature on a Remote Desktop
- Copying and Pasting Text
- Troubleshooting Horizon Client
- Configuring USB Redirection on the Client
HTML Code Examples
You can use URIs to make hypertext links and buttons to include in emails or on Web pages. The
following examples show how to use the URI from the first URI example to code a hypertext link that
says, Test Link, and a button that says, TestButton.
<html>
<body>
<a href="vmware-view://view.mycompany.com/Primary%20Desktop?action=start-session">Test Link</a><br>
<form><input type="button" value="TestButton" onClick="window.location.href=
'vmware-view://view.mycompany.com/Primary%20Desktop?action=start-session'"></form> <br>
</body>
</html>
Configuring Certificate Checking for End Users
You can configure the certificate verification mode so that, for example, full verification is always
performed.
Certificate checking occurs for SSL connections between Connection Server and Horizon Client. You can
configure the verification mode to use one of the following strategies:
n
End users are allowed to choose the verification mode. The rest of this list describes the three
verification modes.
n
(No verification) No certificate checks are performed.
n
(Warn) End users are warned if a self-signed certificate is being presented by the server. Users can
choose whether or not to allow this type of connection.
n
(Full security) Full verification is performed and connections that do not pass full verification are
rejected.
For more information about the types of verification checks performed, see Setting the Certificate
Checking Mode in Horizon Client.
Use the view.sslVerificationMode property to set the default verification mode:
n
1 implements Full Verification.
n
2 implements Warn If the Connection May Be Insecure.
n
3 implements No Verification Performed.
To configure the mode so that end users cannot change the mode, set the
view.allowSslVerificationMode property to "False" in the /etc/vmware/view-mandatory-config
file on the client system. See Horizon Client Configuration Settings and Command-Line Options.
VMware Horizon Client for Linux Installation and Setup Guide
VMware, Inc. 48