Location of all custom image files
All custom image files explained in the following sections must be located in a folder named branding
in the DeskClient installation.
- On Windows, the
branding
folder must be placed in the DeskClient root folder (containing thedeskclient.exe
anddeskclient.ini
). - On macOS, the
branding
folder must be placed in the/Contents/MacOS
folder of the DeskClient app bundle.
Change splash screen
The splash screen is shown on application start. The image file must be a BMP of size 500 x 540 pixels and named splash.bmp
.
Place a logo in login screen
You can customize the login screen by adding your own logo in the top right corner. The image file must be a transparent PNG not larger than 207 x 71 pixels and named splash_additional_logo.png
.
Change background of login screen
The background image of the login screen must be a PNG of size 500 x 540 pixels and must fit with the fields, buttons and links of the login form. The position of these elements can not be customized. The name of your image file must be splash_background.png
.
Add environment information to main toolbar
In addition to changing the images, environment information can also be configured and displayed in the main toolbar of the DeskClient. To do this, you need to set the following parameters in the configuration document.
Parameter | Description | Possible Values |
---|---|---|
environment.description | An optional description for the server environment that is displayed in the DeskClient. | Any string, e.g.: "This is a test system for experimental usage." |
environment.name | A name for the server environment that is displayed in the DeskClient. | Any string, e.g: "TEST", "PROD", ... |