Dell Wyse 3040 Thin Client ThinLinux 2.0 INI Guide User Manual Linux Reference En Us

User Manual: Dell wyse-3040-thin-client - Dell Wyse ThinLinux 2.0 INI Guide

Open the PDF directly: View PDF PDF.
Page Count: 69

Dell Wyse ThinLinux 2.0
INI Guide
Notes, cautions, and warnings
NOTE: A NOTE indicates important information that helps you make better use of your product.
CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem.
WARNING: A WARNING indicates a potential for property damage, personal injury, or death.
Copyright © 2017 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other
trademarks may be trademarks of their respective owners.
2017 - 12
Rev. A00
Contents
1 Introduction....................................................................................................................................................4
About this Guide.................................................................................................................................................................4
Dell Technical Support....................................................................................................................................................... 4
Related Documentation and Services........................................................................................................................4
Dell Online Community................................................................................................................................................ 5
2 Getting Started: Learning INI File Basics........................................................................................................6
Supported INI Files you can construct............................................................................................................................ 6
Working with wlx.ini Files............................................................................................................................................ 6
Working with MAC.ini Files......................................................................................................................................... 6
Rules and Recommendations for Constructing the INI Files........................................................................................ 7
System Variables.......................................................................................................................................................... 7
Placing the INI Files into the Folder Structure on the Server.......................................................................................8
3 General Settings Parameter Options............................................................................................................ 10
4 Peripheral Settings Parameter Options.........................................................................................................17
5 Connection Settings Parameter Options...................................................................................................... 21
6 Custom GNOME Settings Parameter Options............................................................................................. 30
7 Connect Parameter Options.........................................................................................................................33
Browser Connect Options.............................................................................................................................................. 33
Custom Connect Options............................................................................................................................................... 34
Citrix Connect Options....................................................................................................................................................35
RDP Connect Options.....................................................................................................................................................40
SSH Connect Options.....................................................................................................................................................45
VMware View Connect Options.................................................................................................................................... 46
VNC Viewer Connect Options ...................................................................................................................................... 50
Ericom PowerTerm Connect Options............................................................................................................................52
8 Printer Parameters Option...........................................................................................................................55
Printer................................................................................................................................................................................55
JetDirectPrinter................................................................................................................................................................56
NetworkPrinter................................................................................................................................................................ 56
PrinterURI......................................................................................................................................................................... 57
SMBPrinter.......................................................................................................................................................................58
9 TimeZone Parameter: Values....................................................................................................................... 59
10 Keyboard.layouts Parameter: Values...........................................................................................................62
Contents 3
Introduction
Dell Wyse ThinLinux from Dell simplies the user management paradigm with elegant application icons and comes with a single built-in user
to enhance user experience along with having the benets of a single-operating system. ThinLinux software combines the security,
exibility and market-leading usability of Linux Enterprise with Dell’s thin computing optimizations in management. It is ideal for
organizations that want to run server-based, Web-based or local applications including legacy applications without the deployment and
security concerns of a nonstandard Linux distribution.
Dell Wyse ThinLinux (INI) les are plain-text les that you can construct to contain the conguration information you want for your thin
clients running on Dell Wyse ThinLinux for both global level and individual user level. For example, these INI les can be used by applications
to save information about a user’s preferences and operating environment.
NOTE: Information and procedures presented in this guide are intended for use by system administrators and should not be used
by untrained persons.
Topics:
About this Guide
Dell Technical Support
About this Guide
This guide is intended for administrators of Dell thin clients running Dell Wyse ThinLinux. It provides the detailed information you need to
help you understand and use the Dell Wyse ThinLinux INI les. It contains information on the dierent INI les you can use and the rules for
constructing the les. It also provides the parameter details you need with the working examples to get the most out of your INI.
Finding the Information You Need in this Guide
You can use either the Search window or Find toolbar to locate a word, series of words, or partial word in an active PDF document. For
detailed information on using these features, refer to the Help in your PDF reader.
Dell Technical Support
To access Dell Wyse technical resources, visit www.dell.com/support/contents/us/en/19/article/Product-Support/Dell-Subsidiaries/wyse.
For more information, you can submit cases to Dell TechDirect for online case submission and self service dispatch or contact our Support
phone queue.
Related Documentation and Services
Fact Sheets containing features of the hardware products are available on the Dell Wyse website. Go to www.dell.com/wyse and select
your hardware product to locate and download the Fact Sheet.
To get support for your Wyse product, check your product Service Tag or serial number.
For Dell service tagged products, nd knowledge base articles and drivers on the Dell Wyse product pages.
For Non-Dell Service Tagged Products, nd all the support needed by accessing the Dell Wyse support domain.
1
4 Introduction
Dell Online Community
Dell maintains an online community where users of our products can seek and exchange information about user forums. Visit the Dell Online
Community forums at: http://en.community.dell.com/techcenter/enterprise-client/wyse_general_forum/.
Introduction 5
Getting Started: Learning INI File Basics
In this chapter you can learn how to construct and use the supported INI les.
It includes the following details:
Supported INI Files You can Construct.
Rules and Recommendations for Constructing the INI Files.
Placing the INI Files into the Folder Structure on the Server.
After you become familiar with the INI le basics, you can refer to the parameter details you need in the other chapters and appendixes of
this guide.
Topics:
Supported INI Files you can construct
Rules and Recommendations for Constructing the INI Files
Placing the INI Files into the Folder Structure on the Server
Supported INI Files you can construct
The INI les contains the parameters, associated options, and values necessary for the various functionalities you want.
IMPORTANT: The INI le processing hierarchy is as follows:
Scenario 1 — MAC.ini exists. The MAC.ini le is processed and if the Include=WLX.ini statement is included, then the WLX.ini le is
processed.
Scenario 2 — wlx.ini exists. The WLX.ini le is processed.
Scenario 3— No ini les exist. Local conguration is applied.
Working with wlx.ini Files
A wlx.ini le contains the global parameters that aects all thin clients accessing the server. Parameters in Table Connection Settings
Parameter Options can be used in mac.ini and wlx.ini les.
Working with MAC.ini Files
A MAC.ini le can be used instead of a wlx.ini le for device-specic congurations. If the thin client locates a MAC.ini le that is stored in
the same directory as a wlx.ini le, then the wlx.ini le is not accessed, unless you use the include =wlx.ini parameter.
NOTE: The placement of the include =wlx.ini parameter within the MAC.ini le will dictate which value will take the priority for a
same specic parameter that is contained in both the wlx.ini le and the MAC.ini le but is dened for dierent values for the
same parameter.
For example, if the wlx.ini le has parameter A= value B, and the MAC.ini le has the same parameter A= value C, then:
If the include =wlx.ini parameter is included in the MAC.ini le before the parameter A= value C statement, then the wlx.ini parameter
A= value B is discarded and parameter A= value C from the MAC.ini le is the nal value used.
2
6 Getting Started: Learning INI File Basics
If the include =wlx.ini parameter is included in the MAC.ini le after the parameter A= value C statement, then the MAC.ini parameter
A= value C is discarded and parameter A= value B from the wlx.ini le is the nal value used.
Rules and Recommendations for Constructing the INI
Files
In general, Dell Wyse ThinLinux les follow currently accepted standard INI le formatting conventions. The INI les consist of Dell Wyse
parameters. You can have totally empty INI le or an INI le that has other parameters, and rest of the parameters can be used if you desire,
but are not necessary unless you want changes from client and other defaults for example, other can be the default resolution of your
monitor. Every parameter and their options have a name and a value, with the name appearing to the left of the equals sign (name=value).
Number signs (#) indicate the start of a comment. Comments can begin anywhere on a line. Everything between the # and the End of Line
is ignored. Along with these general formatting conventions, use the following guidelines when constructing the INI les.
1Global Connect Parameters First.
Global connect parameters should be listed before other connect parameters in a wlx.ini le.
2Connect is used for creating the VDI connection and is not mandatory.
As stated earlier, You can totally have empty INI le or an INI le that has other parameters. Any of the rest of the parameters can be
used if you desire, but are not necessary unless you want changes from client and other defaults.
3Continue Lines by using a Space and Backslash.
Placing a space and backslash (\) at the end of a line indicates line continuation. No white space can appear after the backslash; the
requirement of white space between parameter entries is maintained by the use of the space before the backslash. In addition,
starting all parameters at the left margin and placing at least one leading space or tab at the beginning of all and only continuation
lines makes an INI le easier to read.
In circumstances where you require string concatenation, you can use a backslash without a space before or after concatenating with
the rst set of characters from the previous line; for example the strings snow and ball may be concatenated to give snowball.
4Blank Lines Make Files Easy to Read.
Using blank lines is recommended for making code easier to read.
5Comment by using a # Sign.
As stated earlier, number signs (#) indicate the start of a comment. Comments can begin anywhere on a line. Everything between the
# and the End of Line is ignored.
6With White Spaces Require Quotation Marks.
Values of parameters and their options containing white spaces must be placed inside quotation marks, use common-practice nesting
rules.
7Separate the lists by using Semicolons or Commas.
Use semicolons or commas for list separators.
8Use the wlx.ini File to Set the Maximum Number of Connection Entries Allowed.
The number of connection entries dened in a wlx.ini les cannot exceed a dened total maximum number of connections. The
maximum number of connections has a default limit of 216, but can be set from 100 to 1000 using the wlx.ini le.
9Use System Variables with Some Options of the Connect Parameter.
Some options of the Connect parameter can use the system variables shown in Table 1 to map the string. All combinations of the
variables are supported. For options that supports the use of system variables, see Connect Parameter Options.
10 The parameters described in square brace [ ].
The parameters described in square brace [ ] are dependant parameters and does not work individually.
11 Default values are made bold.
If a parameter has a default value, the default value is considered if the parameter is not mentioned with a specic cases.
System Variables
The following table provides details about the System Variables:
Getting Started: Learning INI File Basics 7
Table 1. System Variables
Option Value
$SN Serial number used.
$MAC MAC address used.
$IP IP Address used.
$DN Sign-on domain name used.
$UN Sign-on name used.
$PW Sign-on password used.
$TN Terminal name.
$PLATFORM Model of the thin client.
NOTE: If Auto Login in enabled then $PW returns null, so with auto logins enabled do not use $PW as value for any parameter.
Placing the INI Files into the Folder Structure on the
Server
You must need an FTP server to download your INI les and the path to download is specied in the INI page on the thin client. Under the
C:/ inetpub/ftproot folder for FTP or C:/inetpub/wwwroot folder for HTTP/HTTPS and place your INI les. Other necessary les inside
the structure as noted that this list describes the folder structure, starting with the root directory.
ThinLinux will set the default path as /wlx2 instead of traditional /wlx because some of the INI parameters are not compatible with old INI
parameters from the older Linux Clients. The default path to search is /wlx2 rst, if /wlx2 directory is not found then you can search
for /wlx directory.
NOTE: There is no mixed path of /wlx2 and /wlx.
/wyse/ The root directory. It stores the wlx2 folder and the addons folder
It also stores the following les, which are used for imaging and
updating devices:
• thin-linux-<version>.raw
• thin-linux.info
/wyse/wlx2 The main INI conguration folder. It stores the following:
wlx.ini le or MAC.ini le
bitmap folder
certs folder
ini folder
/wyse/wlx2/bitmap The folder where you can place custom images you plan to use.
/wyse/wlx2/certs The folder where you can place the CA certicates that can be
imported to a thin client.
8 Getting Started: Learning INI File Basics
NOTE: To import the certicates to the thin clients, use
the Certs and ImportCerts INI parameters.
/wyse/addons The folder where you can place the add-ons you want to use. It
also stores the directory le and the *.deb packages available to be
installed on the thin client. The directory le should list all available
add-ons. The directory le is required in the addons folder to
guarantee that add-ons are properly located.
NOTE: If you want to do an update with the Preserve
changes option enabled, ensure that your addons folder
includes a copy of your current add-ons. The system may
require two reboots to fully update the rmware and add-
ons while preserving local changes.
Getting Started: Learning INI File Basics 9
General Settings Parameter Options
The following table contains parameters used for conguring the general settings where default values are in bold.
Table 2. General Settings Parameter Options.
Parameter Description
ActiveDirectoryServer= <string> Active Directory Server IP used for Domain Login to the clientDomain
Login of the client.
For example, ActiveDirectoryServer=10.150.244.105
AddtoEtcHosts= "ip1 FQDN1 aliases1; ip2 FQDN2 aliases2; ..." Default is none
Adds entries to the /etc/hosts le where aliases are an optional
space-separated list of host names.
AudioMute= {Yes, no} Default is no
Mutes the volume
AudioPlayback= hdmi If AudioPlayback is set to hdmi, HDMI sound device will have higher
priority compared to other internal analog device.
AudioVolume=<0 – 100> Determines the volume level.
AutoLogin={yes, no} Default is yes
To disable or enable thinuser auto-login.
Browser.ClearBrowserData={yes, no} Browser.ClearBrowserData option clears out or persists the browser
history across dierent client users.
yes - Clears out the browser data across dierent user log-ins.
no - Persists the browser data across dierent user log-ins.
Browser.Homepage=<URL> If the browser add-on is installed, this is the URL to the home page
for the browser.
Browser.SecModules=<string> For ICA only
This parameter is used to support smart card authentication through
the browser.
For Example, =/usr/lib/libIDPrimePKCS11.so for Gemalto Dot Net
card
EnableBanner={true, false}
BannerMsg=<string>
EnableBanner: Default is false
EnableBanner provides a banner description.
3
10 General Settings Parameter Options
Parameter Description
BannerMsg—BannerMsg text must be enclosed in double quotation
marks if it contains spaces or punctuation characters.
CertName=<string>
[URL=<string>
ChallengePassword=<string>
CADN=<string>
AutoEnroll={yes, no}]
CertName — Name of certicate to be enrolled. A folder with same
name will be created in /etc/scep/ folder in the thinclient.
URL — SCEP server URL ,which will be contacted for certicate
enrollment.
ChallengePassword — Certicate Enrollment Challenge Password, it
can be obtained from the SCEP Server.
CADN — CA Distinguished Name(Unique name to identify the CA).
AutoEnroll — To enable Automatic enrollment of certicates.
For example,
SCEPCLIENTCERTSETTINGS=CertName=2OFDZERTIFIKATE
URL=http://10.150.196.61/certsrv/mscep/mscep.dll
ChallengePassword=379132065CB03920A6801D67C159A26C
CADN=dot1x.local
AutoEnroll=yes
CCMEnable={yes ,no}
CCMServer=<CCM server URL>
GroupRegistrationKey=<tenant code-group code>
CCMEnable. Default is Yes.
It is used to enable or disable the Wyse Device agent.
CCMServer
Enter the URL of the CCM server you want to connect to.
MQTTServer
Enter the IP Address or the FQDN of the MQTT server.
GroupRegistrationKey
Enter your Group Registration Key to manage the thin client device.
For Example: CCMEnable=yes
CCMServer=https://autostratus2.wyselab.com:443
GroupRegistrationKey=linx-01012005
ChangeRootPassword=<string> Default is base-64 encoded.
Species the new password for the root user.
ChangeThinUserPassword=<string> Default is base-64 encoded.
Species the new password for the thin client user.
CitrixThemeConnectionType={pnagent, storefront} For Citrix Desktop Appliance Mode (Power On To Power O Citrix
Theme), use pnagent to connect to the Program of Neigborhood
Agent servers, and storefront to connect to the store front servers
General Settings Parameter Options 11
Parameter Description
DelayedUpdate.Enable={true, false, yes, no} Default is true
DelayedUpdate.Enable parameter enables or disables the updatings.
DelayedUpdate.Mode={image} Default is
image – updates the image only.
DeskColor=<Primary color> [{solid | horizontal-gradient | vertical-
gradient}<Secondary color>]
Species the desktop background color where <primary color> and
<secondary color> can be one of the following values:
RGB color specication in the form commonly used in HTML
(rrggbb).
A color name from the /usr/share/X11/rgb.txt le. These names
are case-sensitive.
Three integers in the range of 0-255 representing the amount of
red, green and blue, respectively, for example: 0 119 255.
NOTE: The text must be enclosed in double quotation
marks if it contains spaces or punctuation characters.
These characters are not allowed: and ‘ “ $? ! |; ( ) [ ] { }
\
This form is deprecated. It is available for backwards compatibility
only.
An optional shading can be specied as solid, horizontal-gradient,
vertical- gradient.
The <primary color> is the primary color, and the one which is used if
no shading is specied or if the shading is solid. The optional
<secondary color> is the secondary color, when shading is specied.
for example:Deskcolor=”DarkGoldenrod horizontal-gradient
LightGoldenrod”
The primary color in this example DarkGoldenrod appears on the left
(horizontal) or top (vertical) edge with a smooth transition to the
secondary color in this example LightGoldenrod on the opposite
edge.
Desktop={<image le>, <default>}
[Layout={Center, Tile, Stretch, Scale, Zoom, Span}]
Desktop: Species an image le to be used as wallpaper for the local
desktop. The le must be located in the server wlx2 bitmap directory.
The image le can be PNG, and JPG. The lename is case sensitive.
Setting the Image le name to <default>...., sets the wall paper to
Dell default wall paper.
Layout : Species the arrangement of the specied image le on the
desktop. The tile option replicates the image across the desktop, the
stretch option adjusts the image to ll the screen, the scale option
enlarges the image to ll either the screen width or height, theZoom
option stretches (or reduces) the image keeping proportions, so the
background is completely lled, when the image and the screen have
dierent proportions it will cut o the extra bands that cannot be
tted (top and bottom or left and right depending on the image), and
Span option is used to span the image across multiple monitors.
DesktopAppliance={ none, citrix} You can disable or enable the thinuser specic VDI KIOSK theme.
Desktop.KeyBinding.Minimize=<string> Default is disabled
Desktop.KeyBinding.Move=<string> Default is disabled
12 General Settings Parameter Options
Parameter Description
Desktop.KeyBinding.Resize=<string> Default is disabled
Desktop.KeyBinding.ShowDesktop=<string> Default is <Control><Alt>Down
Desktop.KeyBinding.SwitchWindows=<string> Default is <Alt>Down
Desktop.KeyBinding.ToggleFullscreen=<string> Default is <Control><Alt>Up
Desktop.KeyBinding.ToggleMaximized=<string> Default is <Alt>F10
Desktop.KeyBinding.UnMaximize=<string> Default is disabled
Desktop.KeyBinding.DisablePrintScreen={true, false} Default is true.
DHCP.VendorID=<String> Default is wyse-5000.
Species the desired HDCP Vendor ID string.
DisableXRender={yes, no} Default is no
Used for disabling XRender extension of X11
Display.SleepDisplay={0, 60, 120, 180, 240, 300, 480, 600, 720,
900} or SleepDisplay
Default is 240 for 4 minutes.
These are values for seconds, corresponding to 1, 2, 3, 4, 5, 8, 10, 12,
15 minutes possible values; 0 and other values corresponds to never.
Display.LockScreenTimeout={Time in seconds} Default is 120 seconds
EnableGKey={true, false} Default is true
EnableGKey option is used to enable G key reset.
EnableSsh={yes, no} Default is no, SSH server disabled. You can enable or disable SSH
server.
IcaDisableWIFS={yes, no} Default is no.
IcaDisableWIFS option is used to disable the Citrix Firefox plug-in
feature that sends the option -WI_is_FS to its receiver.
If Firefox is in fullscreen mode, which makes Citrix receiver ignore
window size conguration, disabling the feature allows you to resize
their Citrix session when you are using Firefox Kiosk mode.
IdleAction.Enable={enable/disable}
[IdleAction.Timeout=<value of 1 to 60>]
[IdleAction.Action=<Any valid Command>]
IdleAction.Enable: Default is disable. Once enabled, Timeout should
be specied. If not specied, default timeout is 1 minute.
IdleAction.Timeout: To set the idle action timeout value in minutes.
IdleAction.Action: The String of commands to be executed. For
example, /usr/sbin/reboot. The default action is reboot.
ImportCerts ={yes, no}
[Certs=<String>]
ImportCerts:Default is no
It enables certicate import from the server.
Certs: certs is a list of certicate names (the names must be
separated by a semicolon).
General Settings Parameter Options 13
Parameter Description
For example, Certs=Cert1.cer;Cert2.crt;Cert3.pem;Cert4.der
NOTE: Certicates must be placed in the certs sub-
directory.
ImportCong.FileURI=<string> Default is none
It species the complete URI (server URL and le full path) of the
conguration les to import.
ImportCong.UID=<string> Default is none.
It is the User ID used when importing the congurations le from an
FTP server.
ImportCong.Password=<string> Default is none
It is the password used when importing the congurations le from
an FTP server.
MerlinUpdate.Username=<string> The username used to login the server.
MerlinUpdate.Password=<string> Default is base-64 encryption. The password is used to login the
server.
MerlinUpdate.URL=<string> The URL to the Merlin base. Macro $PLATFORM is automatically
appended for Merlin imaging.
MicMute={yes, no} Default is no
If MicMute is set to yes, then it mutes the microphone volume.
MicVolume=<0-100> Determines the microphone volume level.
MgmtDiscoveryMethod= {SRV, HOSTNAME, CNAME, STATIC,
ALL, DHCP }
Default is ALL .
The Discovery method used for nding WDM server.
NTP.Enable={yes, no} Default is no.
It Species that the NTP daemon should be enabled and started.
NOTE: NTP server will not be started if an NTP.TimeServer
parameter is not specied and the thin client does not have
one previously set.
NTP.TimeServer=<NTP Server IP or FQDN> [;<NTP Server IP or
FQDN>;....}
Default is None.
It species one or more NTP server IP Addresses or FQDNs.
PermitSshRootLogin={yes, no} Default is no, It used to prohibit the root SSH login. You can enable
or disable the root login through SSH. It works only if SSH is enabled.
PowerButtonAction ={interactive, reboot, restart, halt, shutdown,
none, nothing}
Default is interactive
It species system behavior when the power button is pressed.
none or nothing: Power button is ignored, that is no action.
Interactive: An optional window is presented to you.
14 General Settings Parameter Options
Parameter Description
halt or shutdown: Shuts down the devices.
reboot or restart: Reboots the devices.
ProgressUpdateInterval=<10–60> Default is 20
The interval specied for sending image upgrade status to WDM
server. Value less than 10 will be rounded to 10 and Value greater than
60 will be rounded to 60.
PasswordEncryptionCode={0, 1, 2} Default value is 1
Species the desired password encryption algorithm in INI. This
parameter must be place at least before the rst password used in
the wlx.ini le.
0: Plain Text
1: Base64 encoded
2: AES encoded
RootPath=<string> Default is /wyse
This path is used to access INI les on the server.
IMPORTANT: If root path is not provided, /wyse is the
default. The directory name /wlx2 is appended to the root
path entry before use, if /wlx2 folder is not available
then /wlx will be the fall back default.
SshIdleTimeout=<integer 1 to 60> Default is 0, which is disabled. Set the SSH connection idle timeout
in minutes. when the client idle timeout reaches, SSH connection will
be terminated automatically from SSH Server. This works only if SSH
is enabled.
ServerBusyCounter=<1 – 24> Default is 5.
The number of retries when server is busy. There is no hard limit
enforced as this was designed as adhoc measure till wdm server
provides the counter value during checkin.
ServerBusyTimeout=<byte 10 – 360> Default is 30
The interval before Hagent goes for retry. There is no hard limit
enforced as this was designed as adhoc measure till wdm server
provides the timeout value during checkin.
System.Language=<string>
System.Language={en_US, fr_FR, es_ES, de_DE, nl_NL, pt_PT,
zh_CN, ko_KR, ja_JP}
System.Language — The value species the UI language and the
locality where it will be used. For example, System.Language =
en_US.
System.Language – Default is en_US. It species only one language
in INI.
NOTE:
Do not specify any encoding.
TimeFormat=<String> Default is 12h
Species the system time format.
General Settings Parameter Options 15
Parameter Description
The following are the formats:
24, 24h, 24-hour, 24-hour format.
12, 12h, 12-hour, 12-hour format.
VNCServer.DisableVNC={yes, no} Default is yes
You can disable or enable the VNC Server.
VNCServer.UsePasswd={yes, no} Default is no
You can use password to authenticate VNC connections.
VNCServer.VncPasswd=<string> This parameter is used to set the new VNC password from default.
Maximum length is 8 characters. If the VncPassword is not set, then
default password is Wyse.
NOTE: Password string must not contain single quote
character.
VNCServer.VncPrompt={yes, no} Default is no
This parameter is used to enable a popup dialog asking for accepting
the incoming VNC connection request. The dialog has the followings:
Yes and No button to select. If you do not click on anything, default
will be No after Timeout is reached in 120 seconds by default.
VNCServer.VNCWarning={yes, no} Default is yes.
You can enable or disable a warning icon on the taskbar, when new
VNC connection is connected. The icon remains on the taskbar until
the VNC connection is terminated.
InstallAddons=<name of addon> This parameter species the add-ons to be updated. Use comma
separated add-on names.
NOTE: NewAddons=<name of addons>. This parameter
species the new add-ons to be installed. Use comma
separated add-on names.
RemoveAddons=<name of addon> This parameter species the add-ons to be uninstalled. Use comma
separated add-on names.
TransparentKeyPassThrough={Local, Remote, FullScreenOnly} Default is FullScreenOnly. This parameter enables the keyboard
shortcut sequences dened by the local Windows manager in the
session.
FullScreenOnly — key event is processed locally except in
Fullscreen mode.
Local — key event is processed locally in order to use ICA hot
keys.
Remote — key event is forwarded to the server so that ICA hot
keys do not work.
16 General Settings Parameter Options
Peripheral Settings Parameter Options
The following table contains parameters used for conguring peripheral settings such as keyboard, monitor, mouse, and printer.
Table 3. Peripheral Settings Parameter Options
Parameter Description
DisplaySettings=MON1<resolution=1920x1080>
MON2<resolution= 1024x768> MON3<resolution= 1024x768>
or
MON1 <resolution=1920x1080@60> MON2
<resolution=1024x768@60>
MON3 <resolution=1920x1080@60> MON2
<resolution=1024x768@60>
MON3 <resolution=1920x1080@60>
MON1<resolution=1024x768@60>
The string value is in the format of white space separated string
construct. The values keywords are case sensitive. The following are the
rules:
1 MON1/MON2: mandatory constant values for monitor1 and
monitor2, if specic resolutions or placement are to be set for each
individual monitors.
2 To specify resolutions: use 1920x1080 format, resolution numbers
with delimiter x (lowercase) after MON1/MON2 value keyword.
Resolutions are optional. If not specied, DDC (optimal) resolutions
are used.
For Example : DisplaySettings=MON1 1920x1080 MON2
1920x1200 MON3 1920x1200
3 To specify resolutions with refresh rate: use 1920x1080@60
format, refresh rate is optional. If not specied, the optimal refresh
rate is used automatically.
For Example: DisplaySettings=MON1 1920x1080@60 MON2
1920x1200@60 MON3 1920x1200@60
MON1 primary 1920x1080 MON2 1920x1200:
Used for the specied conguration of primary monitor that is retained
previously. Primary monitor is where the taskbar and app icons are
present. It species monitor as the primary monitor, use the value
keyword primary, which is optional.
For Example: Set MON1 as primary : DisplaySettings=MON1 primary
1920x1080 MON2 1920x1200 MON3 1920x1200
Set MON2 as primary : DisplaySettings=MON1 1920x1080 MON2
primary 1920x1200 MON3 1920x1200
Set MON3 as primary : DisplaySettings=MON1 1920x1080 MON2
1920x1200 MON3 primary 1920x1200
MON1 primary on-left 1920x1080, MON2 on-right 1920x1200
To specify monitors in horizontal placement and on the left or right, use
the legacy value keywords on-left and on-right after MON1/MON2 to
arrange monitors left/right placement. You can use these options in pair.
MON1 primary on-above 1920x1080, MON2 on-below 1920x1200
To specify monitors in vertical placement and on the top or bottom, use
the legacy value keywords on-above and on-below after each MON1
MON2 and MON3to arrange monitors top/bottom placement. You can
use these options in pair.
MON1 primary rotate-left 1920x1080 MON2 1920x1200 MON3
1920x1200
4
Peripheral Settings Parameter Options 17
Parameter Description
rotate-left, rotate-normal, and rotate-right are supported as legacy
parameters. These parameters rotate the framebuer for monitors that
do not actually support rotation. Specifying these parameters requires
monitors to be physically rotated. For monitors that support rotation,
these parameters are not necessary.
<default>
This key value is to reset both monitors to default settings. (Optimal
resolutions in horizontal placement and MON1 on the left as primary
display).
DDC
Resets all the monitors to default layout and default resolutions – The
default layout is all in HORIZONTAL placement, Primary is MON1 and
resolutions are optimal.
Horizontal
For Example: DisplaySettings=Horizontal (which is equal to
DisplaySettings= <default>) OR DisplaySettings=Horizontal MON1
primary 1920x1080 MON2 1920x1200 MON3 1920x1200
This single Horizontal (with capital H) key value without any parameter
is used to reset both the monitors to DDC mode as it is in default
settings. There can be parameters as in MON1 MON2 and MON3 format
as described above. The result is to set the monitors in horizontal
placements with specied individual parameters.
Vertical
For Example: DisplaySettings=Vertical (which is equal to
DisplaySettings= <default>) OR DisplaySettings=Vertical MON1 primary
1920x1080 MON2 1920x1200 MON3 1920x1200
This single Vertical (with capital V) key value is used to set both
monitors to DDC resolutions, but in vertical placement with default
MON1 on the top.
MON3...MON2 … MON1…
With individual monitor with their specic parameters in place, but swaps
the MON2 at the beginning of the string, followed by MON1 will be
placed MON2 on the left and MON1 on the right. This is equivalent of
MON1 on-right MON2 on-left. For Example: MON2 MON1 = MON1 on-
right MON2 and MON3on-left
Mirror <rotate{normal, left, right, inverted}, {resolution}>
It sets the monitors in mirror mode with given resolution and rotation.
JetDirectPrinter=<printer address> For Example: JetDirectPrinter=<printer address> <options>
For parameter options used in the command line, see JetDirectPrinter
in Printer Parameters Options.
Mouse.MouseSpeed={value 0 to 6 and <default>} It Species the speed when you are moving the mouse.
0 – Slowest
6 – Fastest
Default: Set to system default by using <default> in INI le.
18 Peripheral Settings Parameter Options
Parameter Description
NOTE: On default check system registry
Mouse.MotionAccleration is 2 and MotionThreshold value is 1
Mouse.MouseSwap={yes, no} It swaps left and right handed mouse buttons.
no: Is left handed mouse
Mouse.DoubleClick={100 to 1000, and <default>} Double click species the length of double click in milliseconds.
100 - fastest
1000 - slowest
NetworkPrinter= < LPD> For Example: NetworkPrinter=LPD <Option>
For parameter options used in the command line, see NetworkPrinter in
Printer Parameters Options.
Keyboard.Repeat={true, false} Default is true. Keyboard repeat is enabled. If you press key, it will be
repeated.
Keyboard.RepeatDelay={<default>, 0 to 7 or 100 to 2000} Initial Key Repeat Delay is 100 to 2000 according to new SLES standard.
For backward compatibility 0 is minimum 7 is maximum. This setting is
valid only when Keyboard.Repeat is enabled (true).
Keyboard.RepeatRate={<default>, 0 to 2 or 9 to 2000} 9 is fast and 2000 is slowest according to new SLES standard. For
backward compatibility Key Repeat Interval, delay between repeats.
0 is slow
1 is medium
2 is fast
This setting is valid only when Keyboard.Repeat is enabled (true).
Keyboard.layouts=<value of Keyboard.layouts> For example: Keyboard.layouts= ara (for Arabic(South Sudan))
Keyboard.layouts= ru (for Russia)
Printer={USB <options> or URI} Species the USB for local USB printer. Only one USB printer can be
supported. The USB printer will not be congured if it is not attached.
For other types of printers, URI needs to be provided, such as
parallel:/dev/lpunit or serial:/dev/ttySunit?baud=speed.
For parameter options used in the command line, see Printer in Printer
Parameters Options.
PrinterURI=<uri> For Example:
PrinterURI=[ipp://[user[:password]@host[:port]/path
[http://[user[:password]@host[:port]/path
[socket://host[:port]
[lpd://host/queue
[smb://[user[:password]@[workgroup/]
Peripheral Settings Parameter Options 19
Parameter Description
server[:port]/sharename
[usb:/dev/usb/lpunit
[parallel:/dev/lpunit [serial:/dev/ttySunit?baud=speed <Option>
SMBPrinter=<host address> For Example:
SMBPrinter=<host address>
[username=<username>] [password=<base64-encoded password>]
[domain=<Windows domain>] <options>
For parameter options used in the command line, See SMBPrinter in
Printer Parameters Options.
view.enableMMR={TRUE, FALSE} Enables multimedia redirection (MMR).
The default value is FALSE.
GFXSettings=<layout> [resolution=<resolution>] The Wyse 5070 Extended thin client devices use this parameter to
dene the display settings. The INI parameter is saved persistently and
you to restart the device after it is applied. If this INI parameter is not
available, the settings that was saved are applied. The layout parameter
is mandatory and the valid values are:
• Horizontal
• Vertical
Twoper row
• Threeperrow
The resolution is optional, and the default value is DDC. The resolution
options are:
• DDC
• 2560x1600
• 2560x1440
• 1920x1200
• 1920x1080
• 1680x1050
• 1600x1200
• 1600x900
• 1440x900
• 1366x768
• 1280x1024
For example, GFXSettings=Vertical [resolution=1280x1024]
20 Peripheral Settings Parameter Options
Connection Settings Parameter Options
The following table contains parameters used for conguring connection settings where default values are in bold.
Table 4. Connection Settings Parameter Option.
Parameter Description
Connect={BROWSER, Custom, Citrix, RDP, SSH,
VMWARE_VIEWCLIENT, VNC_VIEWER,
Ericom_Powerterm}
Connection protocol. Connect Parameter Options section describes these
connect options:
BROWSER, see Browser Connect Options
Custom, see Custom Connect Options
Citrix, see Citrix Connect Options
RDP, see RDP Connect Options
SSH, see SSH Connect Options
VMWARE_VIEWCLIENT, see VMware View Connect Options
DomainList=< String values separated by semicolon> A list of domain names that will appear in the login dialog box as options to
help users in selecting the domain to log in to PNAgent or Active Directory
servers. Be sure to enclose in quotation marks if spaces are included.
For example: DomainList = dell; SQA; wyse
DisableDomain={ True, False} DisableDomain parameter is used to disable the display of a Domain eld.
The default value depends on the value of the Domain List option. When
the Domain List is empty, DisableDomain defaults to yes. Otherwise, it
defaults to no. The Domain eld does not appear either of the cases.
EthernetSpeed={ Auto, 100M-F, 100M-H, 10M-F, 10M-H} Default is Auto
Species the device speed:
Auto: auto-negotiates speed with peer
100M-F: 100 Mbps Full Duplex 100M-H: 100 Mbps Half Duplex
10M-F: 10 Mbps Full Duplex
10M-H: 10 Mbps Half Duplex
FileServer=<protocol://><hostaddress> Default is specied by DHCP server(INI le server’s URL). If no protocol is
specied, FTP is assumed for example, 192.168.0.1 is understood as ftp://
192.168.0.1.
FileServerUsername=<username> Species the username for File server.
NOTE: An anonymous (unauthenticated access) is assumed if
FileServerUsername parameter is not specied.
FileServerPassword=<Password> Species the Base-64 encrypted password for File server.
HDXH264CaptureBin=<string> For ICA only.
5
Connection Settings Parameter Options 21
Parameter Description
Default is Null. It species the name of the customized H264 CaptureBin.
HDXH264InputEnabled={yes, no} For ICA only.
Default is no
This is used to enable H264 compression from client to server. This will
enable h264 encoding for media packets sent from client to server. This
enables better performance for multimedia redirection and webcam
redirection.
HDXWebCamDevice={ Valid path of the webcam device} For ICA only.
Default is /dev/video0.
Selects the webcam device. This parameter can be used when there are
multiple webcam present.
HDXWebCamFramesPerSec=<integer value> For ICA only.
Default is 15.
Sets the preferred frame rate for webcam.
HDXWebCamHeight=<integer value>
HDXWebCamWidth=<integer value>
For ICA only.
These settings control the resolution parameters for webcam.
The defaults are HDXWebCamWidth = 352 and HDXWebCamHeight =
288.
H264Enabled={yes, no} For ICA only.
Default is yes .
You can enable H264 compression from server to client. This will enable
h264 encoding for media packets which are received from server. This
enables the better performance for multimedia redirection and webcam
redirection.
ICABrowsing={ udp, http, https} For ICA only.
Default is http.
Species the default browsing protocol. This setting can be overridden by
the HttpBrowsing= {yes, no, ssl} in each connection property.
ICAComports= <ICAComports=COMx= {COMy,
USBSERz}, COMx=...>
For ICA only.
Maps serial devices on the server to serial devices on the thin client, where
x=1 to 4, if COMy maps to serial port on the thin client and USBSERz maps
to that USB serial port.
For Example: ICACOMports=COM1=USBSER1
ICADenyUSB=
vid=<hexnumber><space>pid=<hexnumber>…
For ICA only.
Species the USB devices that are excluded from ICA session.
22 Connection Settings Parameter Options
Parameter Description
NOTE: When you are using the ICADenyUSB parameter, a user
candenyredirectionof the device using class/suclass also along
with vid/pid. ICADenyUSB=class=01 subclass=01 to deny USB
Audio family.
IMPORTANT: You can use vendor IDs and product IDs together
as shown; or also use only the vendor IDs that are not use the
product IDs if you want to exclude the same vendor ID group of
devices regardless of their product ID.
The format must be the
following:ICADEnyUSB=vid=<hexnumber><space>pid=<hexnumber> or
ICADEnyUSB=vid=<hexnumber>
For example, ICADenyUSB=vid=1234 pid=5678,vid=1234 pid=9876
This example excludes two USB devices. There is a space between vid and
pid and each device is separated with a comma. or
ICADenyUSB=vid=1234,vid=5678 This example excludes all USB devices
that have the same vendor ID regardless of their product ID.
NOTE: While the ICAAllowUSB parameter exists, it is highly
recommended that it not be used as by default all USBs are
allowed.
ICADesktopApplianceMode={yes, no} For ICA only.
Default is no.
ICADesktopApplianceMode parameter is used to enable Citrix HDX USB
start up for Desktop Appliance Mode ,for any USB devices that are already
plugged in the device will start up provided the device is not disallowed
with a deny rule in the USB policies on either the server (registry entry) or
the client (policy rules conguration le). This parameter requires two thin
client reboots.
ICADrives=<drive letter>= {device name}, {rw, ro}, basedir
[drive letter=...]
For ICA only.
To map drives on the server to USB mass storage devices attached to the
thin client, where:
drive letter= A to Z
device name= usbstorage-x and cdrom-x, where x=0,1,2 and so on.
rw= read/write
ro= read only
basedir= an optional directory on the USB device to use.
ICADynamicDriveMapping={yes, no} For ICA only.
To enable or disable mapping of a single device based on the device name
Default value is no.
ICADynamicFolderMapping={yes, no} For ICA only.
To enable or disable mapping of all the devices listed in the standard mount
point. For example, /run/media. Hence it allows the user to enable or
disable PAM login.
Connection Settings Parameter Options 23
Parameter Description
Default value is no.
ICADynamicMapping={yes, no} For ICA only.
To enable or disable le system mapping for ICA session.
Default value is yes.
ICAFullscreen={yes, no} For ICA only.
Default is no.
Enables to run the session at full screen not in a window.
ICAhotkey={yes, no}[<hotkey name>=<supported value>] For ICA only.
Default is yes.
Yes/no option to enable and allow mapping of the hotkeys.
For example:
ICAhotkey=yes
Hotkey1Char=F1 Hotkey1Shift=Shift
Hotkey2Char=F3
Hotkey2Shift=Shift Hotkey3Char=F2
Hotkey2Shift=Shift Hotkey3Char=F2
Hotkey11Char=plus Hotkey11Shift=Ctrl
NOTE: All hotkey options must be on one line.
ICAMMAudio={yes, no} For ICA only.
ICAMMAudio is used to enable Citrix HDX Multimedia audio. This
parameter requires two thin client reboots. If this parameter is set, then
audio will be played by using client encoding and decoding capabilities.
ICAMMVideo={yes, no} For ICA only.
Default is yes.
ICAMMVideo option is used to enable Citrix HDX Multimedia video.
This parameter requires two thin client reboots. If this parameter is
set ,then video is extracted by using the client rendering
capabilities(encoding and decoding).
ICAMultistream={True, False, yes, no} To enable multiple streams to be used when connecting to a multistream
ICA enabled server, you must ensure this parameter is set to True or Yes.
Default is False or No
ICAProxyHost=< IP address> For ICA only.
Species the rewall server address for the ICA connection. When
conguring an alternate address for rewalls and HTTP, SOCKS is used for
ICAProxyType, you must provide the proxy server IP address and port.
24 Connection Settings Parameter Options
Parameter Description
Each entry with optional port is specied as host:port, where :port is
optional. If not specied, port depends on the browsing protocol.
ICAProxyType={ None, HTTP, SOCKS} For ICA only.
It denes the proxy type for the ICA connection. When conguring an
alternate address for rewalls, you can select the proxy type of None,
HTTP, or SOCKS.
ICAResolution={ default, seamless, 640x480, 800x600,
1024x768, 1280x1024, 1600x1200}
For ICA only.
Default is default.
Species the connection display resolution. The default value starts the
connection using the current desktop display setting. If the connection is to
a published application, the seamless selection is available. Seamless option
applicable only for Published Application and Storefront connections.
Default option will start the connection using the current desktop display
setting.
ICAShowAllApps= {yes, no} Default is no. This parameter makes it possible to display all applications on
desktop if PAM login is enabled.
ICAStoreName=< Store name specied in the xenapp or
xendesktop server>
For ICA only.
Species the Global ICA Store name which is used for PNAgent Login.
IniFileSource={ cache, local, server, none} Default is cache.
Species the source of the INI le to use:
Selecting the local species that the local is the ini le created from
settings made on the client GUI.
cache is the cached/saved/used-at least-once ini le originally from a
le server. For example, a GUI initially set up by an administrator.
NOTE: If a le server is available, the cache valueallow the
client to rst look to a le server for the latest ini available on
the server to use. However, if a le server is not found, for
example, the le server is down, the client uses the cached/
saved/used-at least-once ini le.
Selecting the server species that the server is the ini le only from the
le server such as an FTP server. The server value will not allow the
client to use a cached ini le.
MouseSendsControlV={yes, no} For ICA only.
Default is no.
MouseSendsControlV allows you to control the mouse button action in a
Unix environment.
The following are the values:
yes: In a Unix environment, a middle mouse performs the same paste
function as the Ctrl+V keystroke combination in the Windows.
no: Disables the middle button paste, when used in the wlx.ini le with ICA
v.10.
NETWORK.ETH0.MTU={ Any positive integer} Default is System assigned automatically Species the network card’s
maximum transmission unit size.
Connection Settings Parameter Options 25
Parameter Description
PAMLoginEnabled={yes, no} For ICA only.
PAMLoginEnabled option allows the user to set /reset the domain value
and allows the user to enable or disable PAM login.
Default value is no.
PNAgentServer=<host address or URL>[:<port>][;<host
address or URL> [:<port>]]
Species a list of PNAgent servers or complete URL. If not specied, port
depends on the browsing protocol. If multiple servers are mentioned, they
should be separated by ;.
RapportSecurePort=<443> Default is 443
The secure port number of the WDM service.
RapportServer=< WDMServer-IP or FQDN> Default is none Only IPV4 is supported.
Seamless={yes, no} For ICA only.
Default is no.
Seamless option is used to set the default resolution for ICA-published
applications to seamless. This parameter is recommended to use for
launching applications, not recommended for launching desktop
connections.
TimeoutDelayLoginForNetwork=<integer from 1 to30> Sets the delay (wait) time before performing the authentication due to
network delay.
UDPAudioPortHigh={yes, no} For ICA only.
Default is 16509.
This parameter is used to congure UDP port range for real time audio data
packet exchange.
UDPAudioPortLow={yes, no} For ICA only.
Default is 16500.
This parameter is used to congure UDP port range for real time audio data
packet exchange.
UseLastDomainName={true, false} Default is False
If this ini parameter is set, then in the GDM login window, the username
eld is populated with the previous logged in domain username value. This
ini parameter is valid only for domain login and not for local user login.
UseLastLoginName={True, False} Default is False.
If this ini parameter is set, then in the GDM login window, the username
eld is populated with the previous logged in domain username value. This
ini parameter is valid only for domain login and not for local user login.
VMWareView.ImageCacheSize=< a number value from 50
to 1024>
Species the VMware View client's image cache size A larger cache size
reduces bandwidth usage, but requires more memory on the client. A
smaller cache size requires more bandwidth usage. Valid values for this INI
parameter option are between 50 and 1024. If it is set to a value less than
26 Connection Settings Parameter Options
Parameter Description
50, the system automatically uses a value of 50. If it is set to a value more
than 1024, the system automatically uses a value of 1024.
VMWareView.ShowImageCacheHits={no, yes}
VMWareViewExcludeUSBFamily=<storage>
VMWareViewExcludeUSBID=<vidpid>
VMWareViewIncludeUSBFamily=<storage>
VMWareViewIncludeUSBID=<vidpid>
INI Parameter Description
VMWareViewExcludeUSBFamily=<storage> Used to
exclude USB Family. It can be storage/printer/bluetooth
VMWareViewIncludeUSBFamily=<storage> Used to include
USB Family. It can be storage/printer/bluetooth
VMWareViewExcludeUSBID=<vidpid> Used to exclude a
specic USB device.
VMWareViewIncludeUSBID=<vidpid> Used to include a
specic USB device.
Default is no.
Yes/no option to display a visual indication that the image cache in VMware
View client is working. If enabled, the user sees rectangles around every
32x32 tile in the established session. Set the value on this INI parameter to
yes to see the visual eect.
WLAN=<wlan connection name>
[SSID=<SSID Name>]
[Security={NONE, WEP40/128-BITKEY, WEP128-
BITPASSPHRASE,LEAP, WPA&WPA2PERSONAL,
WPA&WPA2ENTERPRISE, DYNAMICWEP}]
[Mode={Infrastructure, AdHoc}]
[Username=<username>]
[Password=<password>]
[AuthType={OpenSystem, SharedKey, TLS, LEAP, TTLS,
PEAP}]
[Wep-Key1=<wep key1>]
[Wep-Key2=<wep key2>]
[Wep-Key3=<wep key3>]
[Wep-Key4=<wep-key4>]
[WepKeyIndex=<Key Index number>]
[InnerAuth={MSCHAPv2, MD5,GTC}]
[PeapVersion={Auto, 0, 1}]
[CACerticate=<certicate path>
Wireless LAN can be congured through this INI parameter and the
options.
Security Notes: Supported wireless security types:
Open
WEP 40/128 bit key
WEP 128-bit Passphrase
LEAP
WPA & WPA2 Personal
LEAP in WPA & WPA2 Enterprise
The following security types are not supported:
All WPA & WPA2 Enterprise authentications except a LEAP which does not
require a certicate Dynamic WEP (802.1x).
NONE — OPEN Security type
WEP40/128-BITKEY — WEP 40/128-bit Key
WEP128-BITPASSPHRASE — WEP 128-bit Passphrase
LEAP — leap
WPA&WPA2PERSONAL — WPA and WPA2 personal
WPA&WPA2ENTERPRISE — WPA and WPA2 Enterprise
DYNAMICWEP — Dynamic WEP (802.1x)
AuthType Notes:
Connection Settings Parameter Options 27
Parameter Description
AuthType should be OpenSystem or SharedKey when Security is
WEP40/128-BITKEY or WEP128-BITPASSPHRASE; For other enterprise
securities, AuthType should be 'TLS/LEAP/TTLS/PEAP'. For WPA &
WPA2 Enterprise security, only the LEAP authentication type is supported.
WEP-KEY Notes:
WEP-KEY1 through WEP-KEY4 are optional. WEPKEYINDEX=<key index
number> is optional.
IMPORTANT:
If not specied, by default it is set to the key
corresponding to WEP-KEY1.
InnerAuth — Species the second EAP type inside the PEAP tunnel. Used
only in cases of PEAP authentication.
PeapVersion - Default is Auto. Species the PEAP protocol version.
CACerticate - Root CA certicate name for authentication.
For Examples:
Security type OPEN example: WLAN=wlan1 SSID=XYZ\ Security=none
Mode=Infrastructure.\
Security type WEP 40/128-bit key example:
WLAN=wlan2 SSID=XYZ \
Security=wep40/128-bitkey \
Mode=Infrastructure Wep Key1=1234567890\
WepKeyIndex=1\
AuthType=OpenSystem type\
WEP 128-bit Passphrase example:
WLAN=wlan3 SSID=ABCD \
Security=wep128-bitpassphrase \
Mode=Infrastructure
Wep-key1=1111111111 \
Wep-Key2=2222222222 \
WepKeyIndex=2 \
Authtype=OpenSystem\
Security type WPA & WPA2 Personal example:
WLAN=wlan4 SSID=WPA2 \
Security=wpa&wpa2personal \
Mode=Infrastructure Password=12345678\
28 Connection Settings Parameter Options
Parameter Description
Security type LEAP example:
WLAN=wlan5
SSID=Wyse Security=leap \
Mode=Infrastructure \
Username=admin \
Password=1234567890 \
AuthType LEAP example:
WLAN=wlan6 SSID=ACS \
Security=wpa&wpa2enterprise \
Mode=Infrastructure \
AuthType=leap \
Username=linux\
Password=linux\
AuthType PEAP example:
WLAN=W2EN \
SSID=W2EN \
Security=wpa&wpa2enterprise \
Username=peap \
Password=peap \
AuthType=peap \
InnerAuth=mschapv2 \
PeapVersion=Auto \
CACerticate=/etc/certicate/rootcer.cer\
Connection Settings Parameter Options 29
Custom GNOME Settings Parameter Options
The following table contains parameters used for conguring Custom GNOME settings where default values are underlined.
Table 5. Custom GNOME Settings Parameter Options
Parameter Description
Custom.Menus=<Display:both,Time and Date:admin> The value of Custom.Menus is a non-quoted string. The menu item
which appears in the Settings App (in English) is used as the NAME.
The value must be with , separated items and : delimiter for privilege
level: {NAME1: privilege, NAME2: privilege …} or <default>
Do not useor for any string. There cannot be white space between the :
delimiter. The NAME is case sensitive and must be same for the menu
item name.
Example 1:
The following INI settings sets Display menu to be available for both
admin and user modes, Time and Date menu is available in admin mode
only, and add-ons menu will not be available either in user or in admin
mode.
Custom.Menus=Display:both, \
Time and Date:admin, \
Add-ons:none
Example 2:
The following INI resets all privilege to default.
Custom.Menus =<default>
Custom.PowerButton.AllowPowerO={yes,no} Default is yes
Customizes the Power O option to be available from Power Button in
user mode.
yes: allows Power O in user mode.
no: disable Power O option in user mode.
Custom.PowerButton.AllowRestart={yes, no} Default is yes
Customizes the Restart option to be available from Power Button in
user mode.
yes: allows restart in user mode.
no: disables restart option in user mode.
Custom.PowerButton.Default=<yes> Reset the Power Button customization back to factory default.
6
30 Custom GNOME Settings Parameter Options
Parameter Description
Custom.Taskbar.AllowActivitiesIcon={yes, no} Default is yes
Customize the Activities icon to be enabled or disabled in user mode.
yes: Activities icon is enabled on Taskbar in user mode.
no: Activities icon is disabled on Taskbar in user mode.
Custom.Taskbar.AllowAudioIcon={yes, no} Default is yes
Customizes the Audio Volume icon to be enabled or disabled in user
mode.
yes: Audio Volume icon is enabled on Taskbar in user mode.
no: Audio Volume icon is disabled on Taskbar in user mode.
Custom.Taskbar.AllowDateTimeIcon={yes, no} Default is yes
Customizes the Date and Time icon to be enabled or disabled in user
mode.
yes: Date and Time icon is enabled on Taskbar in user mode.
no: Date and Time icon is disabled on Taskbar in user mode.
Custom.Taskbar.AllowKeyboardIcon ={yes, no} Default is yes
Customizes the Keyboard icon to be enabled or disabled in user mode.
yes: Keyboard icon is enabled on Taskbar in user mode.
no: Keyboard icon is disabled on Taskbar in user mode.
Custom.Taskbar.AllowNetworkIcon ={yes, no} Default is yes
Customizes the Network icon to be enabled or disabled in user mode.
yes: Network icon is enabled on Taskbar in user mode.
no: Network icon is disabled on Taskbar in user mode
Custom.Taskbar.AllowPowerIcon ={yes, no} Default is yes
Customizes the Power icon to be enabled or disabled in user mode.
yes: Power icon is enabled on Taskbar in user mode.
no: Power icon is disabled on Taskbar in user mode.
Custom.Taskbar.AllowSystemInformationIcon ={yes, no} Default is yes
Customizes the System Information icon to be enabled or disabled in
user mode.
yes: System Information icon is enabled on Taskbar in user mode
no: System Information icon is disabled on Taskbar in user mode.
Custom.Taskbar.Default =<Yes> Reset the Taskbar Icon customization back to factory default.
Custom GNOME Settings Parameter Options 31
Parameter Description
Custom.Taskbar.Hide={no, yes} Default is no
Hides the entire Taskbar in user mode.
yes: hides the Taskbar completely in user mode.
no: show Taskbar
32 Custom GNOME Settings Parameter Options
Connect Parameter Options
This section provides the options that you can use for the Connect parameter in the following supported connections:
Browser Connect Options
Custom Connect Options
Citrix Connect Options
RDP Connect Options
SSH Connect Options
VMware View Connect Options
VNC Viewer Connect Options
Ericom PowerTerm Connect Options
Topics:
Browser Connect Options
Custom Connect Options
Citrix Connect Options
RDP Connect Options
SSH Connect Options
VMware View Connect Options
VNC Viewer Connect Options
Ericom PowerTerm Connect Options
Browser Connect Options
The following table contains the supported options you can use for Browser connections where default are in bold:
Example: Browser connect options
CONNECT=BROWSER \
Description="XenDesktop" \
URL=http://10.140.155.31 \
Resolution=FullScreen \
AutoConnect=1 \
Mode=kiosk \
LocalCopy=no
Table 6. Browser Connect Parameter Options
Option Description
AutoConnect={no, yes} Default is no.
7
Connect Parameter Options 33
Option Description
You can start a connection automatically at sign-on.
Description=<string description> Connection description provides a connection name for the
Desktop icon and the Connection Manager.
CAUTION: The text must be enclosed in double quotation
marks if it contains spaces or punctuation characters.
These characters are not allowed: &‘"$?!|;()[]{}\
Icon=<image le> Species an icon to appear on the local desktop or Connection
Manager. The le must be located in the server wlx2/bitmap
directory. If not specied, the default icon is displayed except in the
case of a published application. A PNG, JPEG or GIF may be used.
XPM is permitted for backward compatibility.
LocalCopy={no, yes} Default is no.
You can use the local copy of the ini le.
Mode={kiosk, normal} Default is normal.
It launches refox in kiosk or normal mode.
Reconnect={no, yes} Default is no.
It is used to display the Enable Auto Reconnect check box to
control automatic reconnection to an application server after a
disconnection.
Option Values and actions:
yes or 1 — Enables the Enable Auto Reconnect check box.
no or 0 — (default) Disables the Enable Auto Reconnect check
box.
ReconnectSeconds=<value in seconds> Default is 30.
Species the amount of time in seconds (default is 30) to wait
before automatic reconnection to an application server after a
disconnection. Requires Reconnect = yes or 1
Resolution={ default, maximized,640x480, 800x600, 1024x768,
1280x1024, 1600x1200}
Default is default.
Species the connection window size.
URL=<URL> Species the starting URL.
Custom Connect Options
The following table contains the supported options you can use for Custom connections where default values are in bold:
Example:
CONNECT=Custom \
Description="Custom_Connection" \
AutoConnect=Yes \
34 Connect Parameter Options
Reconnect=Yes \
ReconnectSeconds=100 \
Command=/usr/bin/xterm
Table 7. Custom Connect Parameter Options
Option Description
AutoConnect={no, yes} Default is no
AutoConnect option is used to start a connection automatically at
sign-on.
Command=<String> Default is none
Species a command to execute. For xterms, it is recommended to
use the -ls option, because it is a login shell.
Description=<String> Default is none
Connection description provides a connection name for the
Desktop icon and the Connection Manager.
CAUTION:
The text must be enclosed in quotation marks, if it contains spaces
or punctuation characters. These characters are not allowed &
‘ “ $ ? ! | ; ( ) [ ] { } \
Icon=<image le> Species an icon to appear on the local desktop or Connection
Manager. The le must be located in the server wlx2/bitmap
directory. If not specied, the default icon is displayed except in the
case of a published application. A PNG, JPEG or GIF may be used.
XPM is permitted for backward compatibility.
LocalCopy={no, yes} Default is no
LocalCopy option is used to save the connection in the local
permanent registry.
Reconnect={no, yes} Default is no
Reconnect option is used to automatically reconnect to an
application server after a disconnection.
ReconnectSeconds=<value in seconds> Default is 30
Species the amount of time in seconds to wait before automatic
reconnection to an application server after a disconnection. It
requires, Reconnect= yes or 1.
Runinterminal= {yes, no} Default is no.
This option can be used to customize connection with the terminal.
Citrix Connect Options
The following table contains the supported options you can use for Citrix connections where default values are in bold:
Example: Server connection
Connect Parameter Options 35
CONNECT=ICA \
Host=192.168.1.2 \
Description="ICA_Desktop " \
AutoConnect=Yes \
Reconnect=Yes \
Encryption=128 \
Colors=16m \
Fullscreen=No \
Resolution=800x600 \
Username=$UN \
Password=$PW \
Domainname=$DN \
Alternate=Yes \
LowBand=Yes \
LocalCopy=no
Example: Published application connection
connectionCONNECT=ICA \
BrowserIP=192.168.1.2 \
Application="Desktop" \
Description="ICA_Desktop " \
AutoConnect=Yes \
Reconnect=Yes \
Encryption=128 \
Colors=16m \
Fullscreen=No \
Resolution=800x600 \
Username=$UN \
Password=$PW \
Domainname=$DN \
Alternate=Yes \
LowBand=Yes \
36 Connect Parameter Options
LocalCopy=no
Example: Storefront Connection:
Connect=ICA \
Application="win81" \
Browserip=hostname.domain.com \
Description="Store-Xendesk7" \
AutoConnect=no \
HttpBrowsing=ssl \
StoreName=Store \
StoreFront=yes \
FullScreen=yes \
AutoConnect=no \
Reconnect=10
Example — Smart Card Enabled to Storefront connection when smart card enabled:
Connect=ICA \
Application=win7 \
StoreName=Store \
StoreFront=Yes\
BrowserIP=192.168.1.2 \
Description=smartcard_test \
Username=$UN \
DomainName=$DN\
SmartCard=yes \
HTTPBrowsing=ssl \
smartcardtype=GEMALTODOTNET
Table 8. Citrix Connect Parameter Options
Options Description
Application= <Application name of type string > Species the name of the published application to be launched. The
names of the applications to be published can be congured by the
administrator. It is a mandatory option for launching PA and
Storefront connections.
For Example: Notepad
AutoConnect={yes, no} Default is no.
Connect Parameter Options 37
Options Description
Enable this parameter for a specic connection ,to automatically
trigger the connection to xenapp or xendesktop server after user
log-on.
BrowserIP = <Comma separated value of type string. Each value
should be a valid IP address or full qualied host name. To separate
Items on the list, use semicolons or commas>
Each address in the list will be tried in the order listed until a
successful connection is established. Once successful connection is
established , remaining entries will not be tried.
It is a mandatory parameter for both PA and storefront
connections.
Colors={256, 64k, 16m} Default is 64k.
Species the session color mode. For faster display performance,
use 256 colors.
Description=<string> Connection description provides a connection name for the
Desktop icon and the Connection Manager.
CAUTION: The text must be enclosed in double quotation
marks, if it contains spaces or punctuation characters.
These characters are not allowed: &‘ “ $?!|;()[]{}\
DomainName=<domain name or $DN> This parameter species the domain name. $DN species that the
thin client sign-on domain name is used.
Encryption={ Basic, 40, 56, 128, Login-128} Default is Basic.
Species the connection security level. The highest level is 128-bit
security and the lowest level is Basic.
For v7.x VDI agent will support only 128 bit, for Citrix.
FullScreen={yes, no} Default is no.
In order to run the session in full screen not in a window, you can
set this parameter to yes.
Host=<string> This is a mandatory parameter for server connection. This is
applicable only for Server connections. Use comma separated list of
IP address. To separate the list of items, use semicolon or comma.
HttpBrowsing= {no,yes,ssl} Designates the browsing protocol.
Icon=<image le> Species an icon to appear on the local desktop or Connection
Manager. The le must be located in the server wlx2/bitmap
directory. If not specied, the default icon is displayed except in the
case of a published application. A PNG, JPEG or GIF may be used.
XPM is permitted for backward compatibility.
LocalCopy={yes, no} Default is no
Enable this parameter for a specic connection if the setting
parameter pertaining to that connection needs be stored in the
registry permanently, if enabled the settings parameter will be
stored across system reboot.
LowBand={yes, no} Default is no.
38 Connect Parameter Options
Options Description
To enable optimization for low-speed connections, such as reducing
audio quality or decreasing protocol-specic cache size.
NoReducer={yes, no} Default is yes.
You can enable or disable the compression during the session.
Password={base-64 encoded password string , $SN, $MAC, $IP,
$DN, $UN, $PW, $TN}
Species the password required to log in to the application server.
Either a base-64 encoded login password or a variable can be used.
password — base-64 encoded login password
Variable and Description:
$SN — Serial number
$MAC — MAC address
$IP — IP Address
$DN — Sign-on domain name
$UN — Sign-on name
$PW — Sign-on password
$TN — Terminal name
NOTE: The application server password is not encrypted.
The user is prompted to enter the password when the
connection is made. This application server password
directive never starts a line, so it can be distinguished
from the thin client user sign-on password which starts a
line.
Ping={yes, no} Default is yes.
This option is used to enable ping. For non published application
connections, a ping (ICMP) is sent to the host server prior for
connecting, to verify that the host is reachable.
Reconnect={ no, yes, value of 1 to 3600} Default is no.
It controls the automatic reconnection to an application server after
a disconnection.
Option Value and action:
yes — Immediately restarts the connection in 30 seconds after a
disconnect. Default for reconnect is 30 seconds.
no — (default) Does not reconnect after a disconnect.
1...3600 — (integer) Species the interval to wait in seconds
before automatically restarting the connection after a
disconnection. Valid range is 1–3600.
Resolution={ default, seamless, 640x480, 800x600, 1024x768,
1280x1024, 1600x1200}
Default is default, which starts the connection using the current
desktop display setting.
Species the connection display resolution. The default value starts
the connection using the current desktop display setting. Seamless
Connect Parameter Options 39
Options Description
option is applicable only for Published Application and Storefront
connections.
SmartCard={ Yes,no} Default is no.
When set to yes, this option enables logging into the Citrix Server
with a Smart Card PIN. This parameter is not applicable for PA
connections.
SmartCardType={ GEMALTODOTNET, CAC, PIV} Species the type of the smart card you are using to make the
connection to the Storefront Server.
To enable smart card login, set parameter SmartCard=yes and
parameter smartcardtype to type of smart card.
NOTE: It is applicable only for storefront server.
StoreFront={yes, no} The option to have the connection attempt to connect to the
Storefront server. There is no default value. If set to no, the
connection attempts to connect to the PNAgent server.
StoreName=< Name of the Store> It species the name of the Store through which the connection for
Storefront server is established.
Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW, $TN} Species the name required to log in to the application server.
Either a conventional login name or a variable can be used.
Variable and Description:
username — Conventional login name
$SN — Serial number
$MAC — MAC address
$IP — IP Address
$DN — Sign-on domain name
$UN — Sign-on name
$PW — Sign-on password
$TN — Terminal name
RDP Connect Options
The following table contains the supported options you can use for RDP connections where default values are in bold:
Example:
CONNECT=RDP \
Host=192.168.1.2 \
Description="RDP_Server" \
AutoConnect=yes \
Colors=16m \
40 Connect Parameter Options
username=$UN \
Password=$PW \
Domainname=$DN \
Resolution=800x600 \
Reconnect=no \
Drives=J=disk \
Drives=k=floppy \
Sound=off \
LocalCopy=Yes \
UseRDGateway=Yes \
RDServer=192.168.1.2 \
SameLoginForRD= Yes \
RDUserName=$UN \
RDPassword=$PW\
RDDomainName=$DN
Table 9. RDP Connect Parameter Options
Options Description
Application=<Remote App Name> Species the remote application that you want to launch through
RDP
AutoConnect={no, yes} Default is no
This option is used to start a connection automatically at sign-on.
Colors={ 4b,32k,64k,16m } Default is 4b.
Species the session color mode. For faster display performance,
use 256 colors.
Command=<start command> Default is none
Species a command to execute remotely. For xterms, it is
recommended that the -ls option to be used because it is a login
shell
Description=<string description> Connection description provides a connection name for the
Desktop icon and the Connection Manager.
CAUTION: The text must be enclosed in quotation marks
if it contains spaces or punctuation characters. These
characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { } \
Directory=<working directory> Species a directory to be used as the working directory after log
on to the server. The maximum is 63 characters.
Connect Parameter Options 41
Options Description
DomainName={<domainname>, $DN} This parameter species the domain name. $DN species that the
thin client sign-on domain name is used.
Drives=<drive letter>= <drive_name> [,basedir] It maps drives on the server to USB mass storage devices attached
to the thin client, where
drive letter= A to Z
drive_name = usbstorage-x and cdrom-x, where x=0,1,2 and so on.
basedir=an optional directory on the USB device to use.
NOTE:
Drives = WyseUSB = all, use this parameter to enable
RDP drive mapping.
Make sure each drive command is separated by a space.
Encryption= {none, normal} If the value is none, then no encryption is used.
NOTE: Use this option when connecting to a server with
data encryption between the communication of the server
and the client.
EnableH264={yes,no} Default is Yes.
EnableUDP={Yes,No} Default is Yes.
ForwardPrinters={yes, no} Default is yes.
Yes/no option to enable the forwarding and use of all available
printers to or with the RDP session. Any direct RDP connection is
supported (not supported through VMware View broker).
FullScreen={no, yes} Default is no
Runs the session at full screen.
Host=<host server name or IP address> Species the server name or IP address to connect.
NOTE: This option is mandatory.
Icon=<bitmap le> Species an icon to appear on the thin client desktop for this
connection. The le must be an XPM le located in the FTP server
wlx2/bitmap directory. If not specied, the default icon is displayed.
LocalCopy={no, yes} Default is no
The LocalCopy option is used to save this connection in the local
permanent registry.
LowBand={no, yes} Default is no
LPTports=LPTx={LPTy,USBLPz},LPTx=... It maps parallel devices on the server to make devices parallel on
the thin client, where x=1 to 4; if LPTy, map to that parallel port on
the thin client; if USBLPz, map to that USB parallel port.
NOTE: Make sure each serial device command is
separated by a comma and space, and Windows 2000
servers do not support LPT port mapping.
42 Connect Parameter Options
Options Description
NLA={yes,no} Default is no.
NLA option is used to enable Network Level Authentication for RDP
sessions.
NotifyDisconnect={yes,no} Default is no.
It Noties the Disconnection.
NoGrabKeyboard={no, yes} Default is no.
NoGrabKeyboard option is used to enable the keyboard event
grabbing in any direct RDP connection session (not supported
through VMware View broker).
Password={<base-64 encodedpassword>, $SN, $MAC, $IP, $DN,
$UN, $PW, $TN}
Species the password required to log in to the application server.
Either a base-64 encoded log-in password or a variable can be
used.
password — base-64 encoded log-in
password Variable and Description:
$SN — Serial number
$MAC — MAC address
$IP — IP Address
$DN — Sign-on domain name
$UN — Sign-on name
$PW — Sign-on password
$TN — Terminal name
Ping={yes,no} Default is no.
Ping option is used to enable ping. For non-published application
connections, a ping (ICMP) is sent to the host server prior to
connecting to verify that the host is reachable.
RDDomainName=<RD Domain name> Species the RD Domain name to use for the RD Gateway Login.
RDPassword=<RD Password> Species the RD Password to use for the RD Gateway login. This
parameter should be base-64 encrypted.
RdpClipboard={yes,no} Default is yes
RdpClipboard option is used to enable the clipboard in an RDP
session.
RDServer=<RDServer address> Species the RD Gateway host address
RDUsername=<RD UserName> Species the RD Username to use for RD Gateway Login
Reconnect={no, yes} Default is no
Connect Parameter Options 43
Options Description
Reconnect option is used to automatically reconnect to an
application server after a disconnection.
ReconnectSeconds=<1 to 3600> Default is 30
Species the amount of time in seconds (default is 30) to wait
before automatic reconnection to an application server after a
disconnection. Requires Reconnect=yes or 1.
Resolution= {default, 640x480, 800x600, 1024x768, 1280x1024,
1600x1200}
Default value is default, which starts the connection using the
current desktop display setting.
Species the connection display resolution. The default value starts
the connection using the current desktop display setting.
SameLoginForRD={yes,no} Default is yes.
SameLoginForRD option is used to enable Smart Card
Authentication.
SocketRecvTimeout=<timeout in seconds> If the RDP client is unable to connect to the server in 120 seconds,
the connection times out. Using this parameter you can specify a
custom value other than 120 seconds.
Sound= {o, local, remote} Default is local.
You can enable or disable the sound eect using the Sound
parameter.
o - disable sound
local - enable sound to local machine (default)
remote - enable sound to remote machine
UseRDGateway={yes,no} Default is yes.
UseRDGateway option is used to enable RD gateway.
Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW, $TN} Default is none.
Species the name required to log in to the RDP server.
Either a conventional login name or a variable can be used. Variable
and Description:
username — Conventional log-in name
$SN — Serial number used
$MAC — MAC address used
$IP — IP Address used
$DN — Sign-on domain name
$UN — Sign-on name used
$PW — Sign-on password used
$TN — Terminal name
44 Connect Parameter Options
Options Description
Smartcard={no, yes} Default is no.
Yes/no option is used to enable Smart Card Authentication.
Speed_level={Broadband/LAN/Modem/Custom} Default value is LAN.
Handles the performance based on bandwidth.
SSH Connect Options
The following table contains the supported options you can use for SSH connections where defaults values are in bold:
Example:
CONNECT=SSH \
Description="SSH_Connection" \
Host=192.168.1.2 \
Reconnect=yes \
ReconnectSeconds=100 \
Username=root \
Command=/usr/X11R6/bin/xterm\ \
LocalCopy=no
Table 10. SSH Connect Parameter Options
Option Description
AutoConnect={no, yes} Default is no
AutoConnect option is used to start a connection automatically at
sign-on.
Command=<command > Default is none
Species a command to execute remotely. For xterms, it is
recommended that the -ls option be used, because it is a login shell
Description=<string description> Connection description provides a connection name for the
Desktop icon and the Connection Manager.
CAUTION: The text must be enclosed in quotation marks
if it contains spaces or punctuation characters. These
characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { } \
Host=<host server name or IP address> Default is none
Species the server name or IP address to connect.
NOTE: This option is mandatory.
Icon=<bitmap le> Default is none
Connect Parameter Options 45
Option Description
Species an icon to appear on the thin client desktop for this
connection. The le must be an XPM le located in the FTP server
wlx2/bitmap directory. If not specied, the default icon is displayed.
LocalCopy={no, yes} Default is no.
LocalCopy option is used to save the connection in the local
permanent registry.
Reconnect={no, yes} Default is no
Reconnect option is used to automatically reconnect to an
application server after a disconnection.
ReconnectSeconds=<value in seconds> Default is 30
Species the amount of time in seconds (default is 30) to wait
before automatic reconnection to an application server after a
disconnection. Reconnect=yes or 1 is required.
Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW, $TN} Default is none.
Species the name required to log in to the SSH server.
Either a conventional log-in name or a variable can be used.
Variable and Description:
username — Conventional log-in name
$SN — Serial number used
$MAC — MAC address used
$IP — IP Address used
$DN — Sign-on domain name
$UN — Sign-on name used
$PW — Sign-on password used
$TN — Terminal name
VMware View Connect Options
The following table contains the supported options you can use for VMware View Client connections where default values are in bold:
Example:
CONNECT=VMWARE_VIEWCLIENT \
Description="VMviewadmin" \
Host=192.168.1.2 \
useSSL=Yes \
Interactive=No \
Securemode=donotverify \
46 Connect Parameter Options
Fullscreenmode=Yes \
Disableconnectonce=Yes \
Username=$UN \
Password=$PW \
Domainname=$DN \
Ping=Yes \
Protocol=PCoIP \
Application=Calculator
Table 11. VMware View Connect Parameter Options
Option Parameter
Application=<application name> Use the published application name in non-interactive mode.
AutoConnect={no, yes} Default is no
AutoConnect option is used to start a connection automatically at
sign-on.
Description=<string description> Default is none
Connection description provides a connection name for the
Desktop icon and the Connection Manager.
CAUTION: The text must be enclosed in quotation marks
if it contains spaces or punctuation characters. These
characters are not allowed & ‘ “ $ ? ! | ; ( ) [ ] { } \
Desktop=<desktop name> Use the published desktop name in non-interactive mode.
Desktopsize={ fullscreen, largewindow, smallwindow,
useallmonitors, 1024x768, 800x600, 640x480 }
Default is fullscreen.
Species the desktop size either fullscreen, largewindow,
smallwindow or use exact size in the form XxY.
Disableconnectonce={no, yes} Default is no.
This option disables the listing of View desktops after session logs
out when an error occurs.
Disableviewmenubar={no, yes} Default is no.
This option helps you to disable top full screen drop-down menu
bar.
DomainName=<string> Species the domain name in a Windows network where the
VMware server is located.
EnableNLA={yes,no} Default is no.
This option initiates the authentication and prompts you to enter
the login credentials when you try to add a new VMware
connection.
Connect Parameter Options 47
Option Parameter
EnableUDP={yes,no} Species whether UDP networking should be enabled in the
session. Default is yes.
EnableH264={yes,no} Species whether H.264 decoding should be enabled in the
session. Default is yes.
Fullscreenmode={no, yes} Default is no.
This option enables full screen mode and when selected it disables
the Desktopsize option.
EnableMMR={yes,no} Default is no.
Enable/disable MMR in VMWare View connection settings.
Host=<host server name or IP address> Default is none
Species the server name or IP address to connect.
NOTE: This option is mandatory.
Icon=<image le> Species an icon to appear on the local desktop or Connection
Manager. The le must be located in the server wlx2/bitmap
directory. If not specied, the default icon is displayed except in the
case of a published application. A PNG, JPEG or GIF may be used.
XPM is permitted for backward compatibility.
Interactive={yes, no} Default is yes.
Interactive option is used to enable interactive connection mode.
LockServerURLField={yes,no} Default is yes.
This option enables the New Server option when you try to add a
new VMware connection.
Monitors=<numbered list> Enter a value to specify which subset of the monitors to use.
For Example : Monitors= 2,3 If you specify the numbered list as 2, 3
in a conguration where four monitors are set next to each other
horizontally, the windows session will be displayed in the 2nd and
3rd monitors only and local session will be available in 1st and 4th
monitors.
Password={base-64 encoded password string , $SN, $MAC, $IP,
$DN, $UN, $PW, $TN} Species the password required to log in to the application server.
Either a base-64 encoded login password or a variable can be used.
password — base-64 encoded login password.
Variable and Description: $SN — Serial number
$MAC — MAC address
$IP — IP Address
$DN — Sign-on domain name
$UN — Sign-on name
$PW — Sign-on password
48 Connect Parameter Options
Option Parameter
$TN — Terminal name
NOTE: The application server password is not encrypted;
not specifying it is recommended. The user is prompted to
enter the password when the connection is made. This
application server password directive never starts a line,
so it can be distinguished from the thin client user sign-on
password which starts a line.
Ping={yes, no} Default is yes.
You can enable the ping using Ping parameter. For non-published
application connections, a ping (ICMP) is sent to the host server
prior to connect, to verify that the host is reachable.
Port=<port number> Default is 443. Species a dierent port number other than default
443 for SSL connection.
Protocol={PCOIP, RDP, Blast} Default is PCoIP.
Species the protocol to use.
Reconnect={no, yes} Default is no.
Reconnect option is used to automatically reconnect to an
application server after a disconnection.
ReconnectSeconds=<value in seconds> Default is 30.
Species the amount of time in seconds (default is 30) to wait
before automatic reconnection to an application server after a
disconnection. Reconnect=yes is required.
SecureMode={neverconnect, warnbefore, donotverify} Default is warnbefore.
Species how to control the connection security mode preferences.
Value and Description:
neverconnect — Never connect to untrusted servers.
warnbefore — Warn before connecting to untrusted servers.
Username={<username>, $SN, $MAC, $IP, $DN, $UN, $PW, $TN} Species the name required to log in to the application server.
Either a conventional login name or a variable can be used.
Variable and Description:
username — Conventional login name
$SN — Serial number
$MAC — MAC address
$IP — IP Address
$DN — Sign-on domain name
$UN — Sign-on name
$PW — Sign-on password
Connect Parameter Options 49
Option Parameter
$TN — Terminal name
UsbAutoConnectOnInsert= {yes, no} Species whether the USB should be automatically connected in
session on inserting the USB. Default is yes.
UsbAutoConnectAtStartup= {yes, no} Species whether the USB should be automatically connected in
session on Session Startup. Default is yes.
view.sslCipherString Congures the cipher list to restrict the use of certain
cryptographic algorithms before establishing an encrypted SSL
connection. The default value for Horizon Client 3.5 and later is !
aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH.
The default value for Horizon Client 3.4 and earlier is AES:!
aNULL:@STRENGTH.
view.sslProtocolString Congures the cipher list to restrict the use of certain
cryptographic protocols before establishing an encrypted SSL
connection.
The default value for Horizon Client 3.5 and later is
TLSv1.0:TLSv1.1:TLSv1.2.
The default value for Horizon Client 3.4 and earlier is
TLSv1.0:TLSv1.1.
VNC Viewer Connect Options
The following table contains the supported options you can use for VNC Viewer connections where default values are in bold:
Example:
CONNECT=VNC_VIEWER \
Description="VNC_Connection" \
Host=192.168.0.2 \
Color=True_Color \
AutoConnect=Yes \
Password=xyz \
Fullscreen=Yes \
LocalCopy=No
Table 12. VNC Viewer Connect Parameter Options
Options Description
AutoConnect={yes, no} Default is no.
It starts the connection automatically at sign-on, if AutoConnect is
set to yes.
Colors ={True_Color, 0, 1, 2, 16, 24} Default is True_Color
50 Connect Parameter Options
Options Description
Species how many colors to display. True_Color species full
color, 0 species 8 colors, 1 species 64 colors, and 2 species
256 colors.
For backward compatibility, 16 and 24 values are also accepted. In
these cases, 16 is mapped to 1 (that is 64 colors) and 24 is mapped
to 2 (that is 256 colors).
Compression=<integer{1 to 6}> Default is 2
Sets compression level to the specied value, where 0 = Low and 6
= High.
Description=< String> Default is none.
Connection name. Provides a connection name for the Desktop
icon and the Connection Manager.
CAUTION: The must be enclosed in double quotation
marks if it contains spaces or punctuation characters. The
following characters are not allowed: & ‘ “ $ ? ! | ; ( ) [ ]
{ } \
FullScreen={ yes, no} Default is no.
VNC session will run at full screen, if FullScreen is set to yes.
Host= <host address>[;<host
address>...]
Default is none
Species a host or lists of host values. The thin client attempts to
connect to the next server on the list if the current one fails. The
list items must be separated by semicolons or commas.
NOTE: This parameter is mandatory.
Icon=<image le> Species an icon to appear on the local desktop or Connection
Manager. The le must be located in the server wlx2/bitmap
directory. If not specied, the default icon is displayed except in the
case of a published application. A PNG, JPEG or GIF may be used.
XPM is permitted for backward compatibility.
JpegQuality=<integer{0 - 9}> Default is 8
JPEG Quality levels are,
0 = Low and 9 = High.
LocalCopy= {yes, no} Default is no.
LocalCopy saves the connection in the local permanent registry, if
LocalCopy parameter is set to yes.
Password=<base-64 encoded password> Species the password required to log in to the VNC server. Either
a base-64 encoded login password or a variable can be used.
password — base-64 encoded login password
$SN — Serial number
$MAC — MAC address
Connect Parameter Options 51
Options Description
$IP — IP Address
$DN — Sign-on domain name
$UN — Sign-on name
$PW — Sign-on password
$TN — Terminal name
NOTE:
The VNC server password is not encrypted; not specifying it is
recommended. The user is prompted to enter the password when
the connection is made. This VNC server password directive never
starts a line, so it can be distinguished from the thin client user
sign-on password which starts a line.
Shared= {yes, no} Default is no
When a connection is shared, other viewers are not disconnected
when a new connection is established.
ViewOnly= {yes, no} Default is no.
VNC connection will be created in view only mode when this
parameter is set to Yes, which means mouse and keyboard input to
the remote machine will be disabled.
Ericom PowerTerm Connect Options
The following table contains the supported options you can use for Ericom PowerTerm Connect, where default values are in bold:
Example:
CONNECT=Ericom_Powerterm \
Description="Ericom_Test" \
Host=192.168.0.2 \
AutoConnect=Yes \
Reconnect=Yes \
ReconnectSeconds=30 \
Filename=RemoteCongurationFileName \
Filepath=wyse/WLX2/RemoteCongurationFilePath \
Terminal=WY50 \
TermName=Wyse 50 terminal \
Resolution=800x600 \
Fullscreen=No \
DeviceID=Wyse50 \
52 Connect Parameter Options
Echo=No \
UICong=menu
Table 13. Ericom PowerTerm Connect Parameter Options
Options Description
AutoConnect={no, yes} Default is no.
Yes/no option allows you to start a connection automatically at
sign-on.
Description=<string> Connection description, provides a connection name for the
Desktop icon and the Connection Manager.
NOTE: The text must be enclosed in double quotation
marks if it contains spaces or punctuation characters.
These characters are not allowed: &‘“$?!;()[]{}\
DeviceID=<string> Species the terminal identication string, that is sent as a
response when a request for identication is requested to the
terminal.
Echo={no, yes} For serial connection only.
Default is no.
Yes/no option allows you to set the local echo option on the serial
port.
FileName=<name> FileName option provides the list of conguration le names that
you want to use.
FilePath=<le location> Species the location of the conguration les on the server.
FullScreen={no, yes} Default is no.
Yes/no option allows you to run the session at full screen (not in a
window).
Host=<host address> [; <host address>.....] Mandatory option
Species the host. The thin client attempts to connect to the next
server on the list if the current one fails. To separate the list items,
use semicolons or commas.
Icon=<image le> Species an icon to appear on the thin client desktop for this
connection. The le must be located in the server wlx2/bitmap
directory. If not specied, the default icon is displayed. A PNG,
JPEG, or GIF may be used. XPM is permitted for backward
compatibility.
LocalCopy={no, yes} Default is no.
LocalCopy option allows you to save the connection in the local
permanent registry.
Phone=<phone number> For serial connection only.
Species the modem dial-up number.
Connect Parameter Options 53
Options Description
Port= {COM1, COM2...} For serial connection only.
Default is COM1.
Designates the connection serial port.
Reconnect={no, yes} Default is no.
Yes option allows you to automatically reconnect to an application
server after a disconnection.
ReconnectSeconds=<value in seconds> Default is 30.
Species the amount of time in seconds to wait before automatic
reconnection to an application server after a disconnection.
Resolution={default, 640x480, 800x600, 1024x768, 1280x1024,
1600x1200, Full Screen, <width>x<height>
Default is default.
which starts the connection using the current desktop display
setting with no window frame or border. Species the connection
display resolution. The default value starts the connection using the
current desktop display setting with no window frame or border.
Arbitrary widthxheight values are accepted.
{TerminalType, TerminalID ,Terminal} =<emulationtype> Default is Wyse50.
Species the terminal emulation type.
Termname=<terminal ID string> Species the terminal identication string that is sent as a response
when a request for identication is requested to the terminal.
UIcong={menu, toolbar, status, buttons} Default is no.
Opens the connection window with the menu, toolbar, status bar,
or buttons displayed.
For Example, UIcong=menu
54 Connect Parameter Options
Printer Parameters Option
This appendix provides the options that you can use for the following supported printer parameters:
Printer
JetDirectPrinter
NetworkPrinter
PrinterURI
SMBPrinter
Topics:
• Printer
• JetDirectPrinter
• NetworkPrinter
• PrinterURI
• SMBPrinter
Printer
The following table contains the supported options you can use for the Printer parameter, where defaults values are underlined.
NOTE: The Printer command line denes a locally attached printer connected through the noted interface.
Table 14. Printer Parameter Options
Options Description
Default={yes, no} Default is yes
Description=<string> Not used internally.
Enable={yes, no} Default is yes
ModelID={<linux driver name>} Identies the printer for the purpose of choosing a Linux printer
driver
For example, Dell B5465dnf Laser MFP.
Name=<printer name> Provides both the name that is given in the local printers list and
the internal name of the local print queue. The name must be
between 1 and 16 characters, starting with a letter and composed
entirely of letters, digits, underscores, and dashes.
NOTE: This parameter is mandatory
PPD=<PPD name> It directly species a Postscript Printer Denition lename for use,
as a local printer driver.
8
Printer Parameters Option 55
Options Description
PrinterID= <Windows driver> Identies the printer for the purpose of choosing a Windows printer
driver
For example, Brother MFC-420CN Printer. Specify this parameter if
you are forwarding the printer access to a Citirx or RDESKTOP
connection.
JetDirectPrinter
The Following Table contains the supported options you can use for the JetDirectPrinter parameter where defaults are in bold:
NOTE: The JetDirectPrinter command line denes a printer served an HP JetDirectprint server.
Table 15. JetDirectPrinter Parameter Options
Options Description
Default={yes, no} Default is yes
Description=<string> Not used internally.
Enable={yes, no} Default is yes
ModelID= <linux driver name> Identies the printer for the purpose of choosing a Linux printer
driver.
For example, Dell B5465dnf Laser MFP.
Name=<printer name> It provides both the name that is given in the local printers list and
the internal name of the local print queue. The name must be
between 1 and 16 characters, starting with a letter and composed
entirely of letters, digits, underscores, and dashes.
NOTE: This parameter is mandatory
PPD=<PPD name> Directly species a Postscript Printer Denition lename for use, as
a local printer driver.
PrinterID=<Windows driver> Identies the printer for the purpose of choosing a Windows printer
driver.
For example, Brother MFC-420CN Printer
Specify this parameter if you are forwarding the printer access to a
Citirx or RDESKTOP connection.
NetworkPrinter
The following table contains the supported options you can use for the NetworkPrinter parameter default values are in bold:.
56 Printer Parameters Option
Table 16. NetworkPrinter Parameter Options
Options Description
Default={yes ,no} Default is yes
Description=<string> Not used internally.
Enable={yes, no} Default is yes
Host=<host address> It provides host of the printer server.
ModelID=<linux driver name> Identies the printer for the purpose of choosing a Linux printer
driver.
For example, Dell B5465dnf Laser MFP.
Name=<printer name> It provides both the name that is given in the local printers list and
the internal name of the local print queue. The name must be
between 1 and 16 characters, starting with a letter and composed
entirely of letters, digits, underscores, and dashes.
NOTE: This parameter is mandatory
PPD=<PPD name> It directly species a Postscript Printer Denition lename for use,
as a local printer driver.
PrinterID=<Windows driver> Identies the printer for the purpose of choosing a Windows printer
driver.
For example, Brother MFC-420CN Printer.
Specify this parameter if you are forwarding the printer access to a
Citirx or RDESKTOP connection.
Queue=<printer queue> It provides printer queue on the server.
PrinterURI
The following table contains the supported options you can use for the PrinterURI parameter where defaults values are in bold:
Table 17. PrinterURI Parameter Options
Option Description
Default={yes ,no} Default is yes
Description=<string> Not used internally.
Enable={yes, no} Default is yes
ModelID=<linux driver name> It identies the printer for the purpose of choosing a Linux printer
driver.
For example, Dell B5465dnf Laser MFP.
Name=<printer name> It provides both the name that is given in the local printers list and
the internal name of the local print queue. The name must be
Printer Parameters Option 57
Option Description
between 1 and 16 characters, starting with a letter and composed
entirely of letters, digits, underscores, and dashes.
NOTE: This parameter is mandatory
PPD=<PPD name> It directly species a Postscript Printer Denition lename for use,
as a local printer driver.
PrinterID=<Windows driver> It identies the printer for the purpose of choosing a Windows
printer driver.
For example, Brother MFC-420CN Printer.
Specify this parameter if you are forwarding the printer access to a
Citirx or RDESKTOP connection.
SMBPrinter
The following table contains the supported options you can use for the SMBPrinter parameter where default values are in bold:
Table 18. SMBPrinter Parameter Options
Option Description
Default={yes ,no} Default is yes
Description=<string> Not used internally.
domain= string<domain> It provides domain to SAMBA server.
Enable={yes, no} Default is yes
ModelID=<linux driver name> It identies the printer for the purpose of choosing a Linux printer
driver.
For example, Dell B5465dnf Laser MFP.
Name=<printer name> It provides both the name that is given in the local printers list and
the internal name of the local print queue. The name must be
between 1 and 16 characters, starting with a letter and composed
entirely of letters, digits, underscores, and dashes.
NOTE: This parameter is mandatory
Password=<base64-encoded password> It provides the password to SAMBA server.
PPD=<PPD name> It directly species a Postscript Printer Denition lename for use,
as a local printer driver.
PrinterID=<Windows driver> It identies the printer for the purpose of choosing a Windows
printer driver.
For example, Brother MFC-420CN Printer.
Specify this parameter if you are forwarding the printer access to a
Citirx or RDESKTOP connection.
Username=<username> It provides the username to SAMBA server.
58 Printer Parameters Option
TimeZone Parameter: Values
The following table contains the supported values that you can use for the TimeZone parameter.
Table 19. TimeZone Parameter Options
Option Values
Date_time.TimeZone=<string>
Or TimeZone
Africa
The following values must be preceded with Africa/.
For example, Africa/Abidjan is the value for the Abidjan time zone.
Abidjan, Accra, Algiers, Bissau, Cairo, Casablanca, Ceuta, El_Aaiun,
Johannesburg, Khartoum, Lagos, Maputo, Monrovia, Nairobi, Ndjamena,
Tripoli, Tunis, Windhoek.
America
The following values must be preceded with America/. For example,
America/Adak is the value for the Adak time zone.
Adak, Anchorage, Araguaina, Argentina/Buenos_Aires, Argentina/
Catamarca, Argentina/Cordoba, Argentina/Jujuy, Argentina/La_Rioja,
Argentina/Mendoza, Argentina/Rio_Gallegos, Argentina/Salta, Argentina/
San_Juan, Argentina/San_Luis, Argentina/Tucuman, Argentina/Ushuaia,
Asuncion, Atikokan, Bahia, Bahia_Banderas, Barbados, Belem, Belize, Blanc-
Sablon, Boa_Vista, Bogota, Boise, Cambridge_Bay, Campo_Grande, Cancun,
Caracas, Cayenne, Cayman, Chicago, Chihuahua, Costa_Rica, Creston,
Cuiaba, Curacao, Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit,
Edmonton, Eirunepe, El_Salvador, Fortaleza, Fort_Nelson, Glace_Bay,
Godthab, Goose_Bay, Grand_Turk, Guatemala, Guayaquil, Guyana, Halifax,
Havana, Hermosillo, Indiana/Indianapolis, Indiana/Knox, Indiana/Marengo,
Indiana/Petersburg, Indiana/Tell_City, Indiana/Vevay, Indiana/Vincennes,
Indiana/Winamac, Inuvik, Iqaluit, Jamaica, Juneau, Kentucky/Louisville,
Kentucky/Monticello, La_Paz, Lima, Los_Angeles, Maceio, Managua,
Manaus, Martinique, Matamoros, Mazatlan, Menominee, Merida, Metlakatla,
Mexico_City, Miquelon, Moncton, Monterrey, Montevideo, Nassau,
New_York, Nipigon, Nome, Noronha, North_Dakota/Beulah, North_Dakota/
Center, North_Dakota/New_Salem, Ojinaga, Panama, Pangnirtung,
Paramaribo, Phoenix, Port-au-Prince, Port_of_Spain, Porto_Velho,
Puerto_Rico, Rainy_River, Rankin_Inlet, Recife, Regina, Resolute,
Rio_Branco, Santa_Isabel, Santarem, Santiago, Santo_Domingo, Sao_Paulo,
Scoresbysund, Sitka, St_Johns, Swift_Current, Tegucigalpa, Thule,
Thunder_Bay, Tijuana, Toronto, Vancouver, Whitehorse, Winnipeg, Yakutat,
Yellowknife.
The following values must be preceded with US/. For example, US/Alaska is
the value for the Alaska time zone:
Alaska, Aleutian, Arizona, Central, East-Indiana, Eastern, Hawaii, Indiana-
Starke, Michigan, Mountain, Pacic, Samoa.
Antarctica
The following values must be preceded with Antarctica/. For example,
Antarctica/Casey is the value for the Casey time zone.
9
TimeZone Parameter: Values 59
Option Values
Casey, Davis, DumontDUrville, Macquarie, Mawson, Palmer, Rothera,
Syowa, Troll, Vostok.
Asia
The following values must be preceded with Asia/. For example, Asia/
Amman is the value for the Amman time zone.
Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Baghdad, Baku,
Bangkok, Beirut, Bishkek, Brunei, Chita, Choibalsan, Colombo, Damascus,
Dhaka, Dili, Dubai, Dushanbe, Gaza, Hebron, Ho_Chi_Minh, Hong_Kong,
Hovd, Irkutsk, Jakarta, Jayapura, Jerusalem, Kabul, Kamchatka, Karachi,
Kathmandu, Khandyga, Kolkata, Krasnoyarsk, Kuala_Lumpur, Kuching,
Macau, Magadan, Makassar, Manila, Nicosia, Novokuznetsk, Novosibirsk,
Omsk, Oral, Pontianak, Pyongyang, Qatar, Qyzylorda, Rangoon, Riyadh,
Sakhalin, Samarkand, Seoul, Shanghai, Singapore, Srednekolymsk, Taipei,
Tashkent, Tbilisi, Tehran, Thimphu, Tokyo, Ulaanbaatar, Urumqi, Ust-Nera,
Vladivostok, Yakutsk, Yekaterinburg, Yerevan.
Atlantic
The following values must be preceded with Atlantic/. For example,
Atlantic/Azores is the value for the Azores time zone.
Azores, Bermuda, Canary, Cape_Verde, Faroe, Madeira, Reykjavik,
South_Georgia, Stanley.
Australia
The following values must be preceded with Australia/. For example,
Australia/Adelaide is the value for the Adelaide time zone.
Adelaide, Brisbane, Broken_Hill, Currie, Darwin, Eucla, Hobart, Lindeman,
Lord_Howe, Melbourne, Perth, Sydney.
Europe
The following values must be preceded with Europe/. For example, Europe/
Amsterdam is the value for the Amsterdam time zone.
Amsterdam, Andorra, Athens, Belgrade, Berlin, Brussels, Bucharest,
Budapest, Chisinau, Copenhagen, Dublin, Gibraltar, Helsinki, Istanbul,
Kaliningrad, Kiev, Lisbon, London, Luxembourg, Madrid, Malta, Minsk,
Monaco, Moscow, Oslo, Paris, Prague, Riga, Rome, Samara, Simferopol,
Soa, Stockholm, Tallinn, Tirane, Uzhgorod, Vienna, Vilnius, Volgograd,
Warsaw, Zaporozhye, Zurich.
Indian
The following values must be preceded with Indian/. For example, Indian/
Christmas is the value for the Christmas time zone.
Chagos, Christmas, Cocos, Kerguelen, Mahe, Maldives, Mauritius, Reunion.
Pacic
The following values must be preceded with Pacic/. For example, Indian/
Apia is the value for the Apia time zone.
Apia, Auckland, Bougainville, Chatham, Chuuk, Easter, Efate, Enderbury,
Fakaofo, Fiji, Funafuti, Galapagos, Gambier, Guadalcanal, Guam, Honolulu,
Kiritimati, Kosrae, Kwajalein, Majuro, Marquesas, Nauru, Niue, Norfolk,
Noumea, Pago_Pago, Palau, Pitcairn, Pohnpei, Port_Moresby, Rarotonga,
Tahiti, Tarawa, Tongatapu, Wake, Wallis.
60 TimeZone Parameter: Values
TimeZone Parameter: Values 61
Keyboard.layouts Parameter: Values
The following table contains the values that you can use for the Keyboard.layouts parameter to designate the keyboard type.
Table 20. Keyboard.layouts Parameter: Values
Language Keyboard layout Values
Albanian (Albania) al
Albanian (Macedonia, Republic of) Arabic
(Algeria) Arabic ara
Albanian (Macedonia, Republic of) al
Arabic ara
Arabic (azerty) ara+azerty
Arabic (Algeria)
Arabic (Bharain)
Arabic (Egypt)
Arabic (India)
Arabic (Iraq)
Arabic (Jordan)
Arabic (Kuwait)
Arabic (Lebanon)
Arabic (Libya)
Arabic (Morocco)
Arabic (Oman)
Arabic (Qatar)
Arabic (Saudi Arabia)
Arabic (South Sudan)
Arabic (Sudan)
Arabic (Syrian Arab Republic )
Arabic (Tunisia)
Arabic (United Arab Emirates)
Arabic (Yemen)
Iraqi
Arabic
Iq
ara
10
62 Keyboard.layouts Parameter: Values
Language Keyboard layout Values
Austrian Austrian(Spain, with bottom-dotH and
bottom-dot l)
Iq
es+ast
es
Bangla bd
Bangla(India_ Baishakhi inscript) in+ben_inscript
Belarusian (Belarus) Bengali(Bangladesh) Bangla(India)
Bangla(India, Baishaki inscript)
Bangla(India Baishaki)
Bangla(India Bornona)
Bangla(India Probhat)
Bangla(India Uni Gitanjali)
by
bd
in+ben_inscript
in+ben_baishaki
in+ben_borana
in+ben_probhat
in+ben_gitanjali
Bengali(India) Bangla(India)
Bangla
Bangla(India, Baishaki inscript)
Bangla(India Baishaki)
Bangla(India Bornona)
Bangla(India Probhat)
in+ben
bd
in+ben_inscript
in+ben_baishaki
in+ben_borana
in+ben_probhat
Bulgarian Bulgarian
Bulgarian(traditional phonetic)
bg
Bg+phonetic
Catalan(Andorra) Catalan(Spain, with middle dot L) es+cat
Catalan(France) Catalan(Spain, with middle dot L) es+cat
Catalan(Italy) Catalan(Spain, with middle dot L) es+cat
Catalan(Spain) Catalan(Spain, with middle dot L) es+cat
Chinese(China) Pinyin cn
Chinese(Hong Kong) Pinyin cn
Chinese (Taiwan) Pinyin cn
Croatian hr
Czech cz
Keyboard.layouts Parameter: Values 63
Language Keyboard layout Values
Danish dk
Dutch(Aruba) Belgian
Dutch
be
nl
Dzongkha
English (Antigua and Barbuda)
English (Australia)
English-Cameroon Multilingual (qwerty)
English-Cameroon
English-Ghana
English-India, with Rupee Sign
English-Mail, US Macintosh
English -Mail, US international
English- Nigeria
English- South Africa
English- UK
English- US
Filipino
Irish
Serbo-Croatian(us)
bt
cm+qwerty
cm
gh
in+eng
mt+us-mac
ml+us-int
ng
za
gb
gb
ph
le
us+hbs
English (Belgium) English-Cameroon Multilingual (qwerty)
English-Cameroon
English-Ghana
English-India, with Rupee Sign
English-Mail, US Macintosh
English -Mail, US international
English- Nigeria
English- South Africa
English- UK
English- US
Filipino
Irish
gb
us+hbs
cm+qwerty
cm
gh
in+eng
mt+us-mac
ml+us-int
ngbza
gb
gb
ph
le
English (United States) English
English-Cameroon Multilingual (qwerty)
us
cm+qwerty
64 Keyboard.layouts Parameter: Values
Language Keyboard layout Values
English-Cameroon
English-Ghana
English-India, with Rupee Sign
English-Mail, US Macintosh
English -Mail, US international
English- Nigeria
English- South Africa
Filipino
Irish
Serbo-Croatian(us)
Spanish-Latin America
cm
gh
in+eng
mt+us-mac
ml+us-int
ng
za
ph
le
us+hbs
latam
Estonian ee
Finnish
French (France) French-Alternative
French(
French- Belgian
French- English-International AltGR
Deadkey
French- Canada
French- Doemocratic Republic of the
Congo
French- Guinea
French- Mali, alternative
French- Morocco
French- Switzerland, Macintosh
French- Switzerland, Sun dead keys
French- Switzerland, Eliminate dead keys
fr+oss
fr
be
altgr+intl
ca
cd
gn
ml+fr-oss
ma+French
ch+fr_mac
ch+fr_sunddeadkeys
ch+fr_nodeadkeys
Galician Spanish Es
German (Germany) German
Belgian
English(International AltGr dead keys)
German- Austria
de
be
us+altgr-intl
at
ch
Keyboard.layouts Parameter: Values 65
Language Keyboard layout Values
German- Switzerland
Greek Greek (Modern 1453 Cyprus)
Greek (Modern 1453 Greece)
gr
Gujarati Hindi Hindi
Hindi(Bolnagari)
Hindi(Wx)
In+gu
In+hin
In+bolnagri
In+hin-wx
Hebrew Il
Hungarian hu
Icelandic Is
Iraqi ara
Irish Clogaelach Ie+Clogaelach
Italian Italian(Switzerland)
Italian(Italy)
it
it
Kannada Kannada
Kannada(KaGapPa phonetic)
in+kan
in+kan_kagaph
Kazakh Kazakh
Kazakh (with Russian)
Russian (Kazakhstan with Kazakh )
kz
kz+kazrus
rus+kaz
Korean Hangul ko
Latvian lv
Lithuanian lt
Macedonian mk
Marathi (KaGapPa phonetic) in+mar_kagaph
Malayalam(KaGapPa phonetic) in+mal_lalittha
Norwegian no
Punjabi(India)
Punjabi(Pakistan)
Punjabi(Gurmukhi Jhelum) in+jhelum
Pakistan Urdu pk
66 Keyboard.layouts Parameter: Values
Language Keyboard layout Values
Persian ir
Polish pl
Portuguese(Brazil) br
Portuguese Romanian Moldavian
Romanian (Germany)
Romanian (Germany- eliminate dead keys)
pt
md
de+ro
de+ro_nodeadkeys
Russia (Russian Federation) Russian
Russian-Georgia
Russian-Kazhagstan with Kazhag
Russian-Potland, phonetic Dvorak
Russian-Sweden, eliminate dead keys
Russian-US ponetic
Serebian-Russia
ru
ge+ru
kz+ruskaz
pl+ru_phonetic_dvorak
se+rus_nodeadkeys
us+rus
ru+srp
Russian(Ukraine) Russian
Russian-Georgia
Russian-Kazhagstan with Kazhag
Russian-Potland, phonetic Dvorak
Russian-Sweden, eliminate dead keys
Russian-US ponetic
Serebian-Russia
ru
ge+ru
kz+ruskaz
pl+ru_phonetic_dvorak
se+rus_nodeadkeys
us+rus
ru+srp
Serbian( Serbia) rs
Slovak sk
Slovenian si
Spanish (Spain) Spanish
Spanish-Latin America
es
latam
Spanish (Argentina)
Spanish (Bolivia)
Spanish (Chile)
Spanish (Colombia)
Spanish
Spanish(Latin America)
es
latam
Keyboard.layouts Parameter: Values 67
Language Keyboard layout Values
Spanish (Costa Rica)
Spanish (Cuba)
Spanish (Dominican Republic)
Spanish (Ecuador)
Spanish (El Salvador)
Spanish (Guatemala)
Spanish (Honduras)
Spanish (Mexico)
Spanish (Nicaragua)
Spanish (Panama)
Spanish (Paraguay)
Spanish (Peru)
panish (Puerto Rico)
Spanish (United States)
Spanish (Uruguay)
Spanish (Venezuela)
Swedish (Finland) se
Swedish(Sweden) se
Tamil (India) Tamil
Tamil(keyboard with numerals)
in+tam
in+tam_keyboard_with_numerals
Tamil (Sri Lanka) Tamil in+tam
Telugu Telugu
Telugu(Kagapa phonetic)
in+tel
in+tel-kagapa
Thai th
Turkish tr
Uighur cn+ug
Ukrainian un
Uyghur cn+ug
Uzbek uz
Uzbek(Latin) uz+latin
68 Keyboard.layouts Parameter: Values
Language Keyboard layout Values
Uzbek(Afghanistan) af+uz-olpc
Vietnamese vn
Yoruba ng+yoruba
Yakut ru+sah
Wolof sn
Keyboard.layouts Parameter: Values 69

Navigation menu