User Tools

Site Tools


wiki:advanced:branding-theming

This is an old revision of the document!


X2GoClient Branding/Theming

X2GoClient can be branded/themed to match your Corporate Design/Corporate Identity.

X2GoClient Command Line Parameters

The relevant command line parameters for X2GoClient are:

  • –branding=</path/to/filename.svg> to change the logo in the lower left (default: face of a baby seal)
  • –background=</path/to/filename.svg> to change the background (default: shades of blue fanning out to the right)
  • –support-menu=</path/to/filename.html> to add a Support… submenu item to X2GoClient's Help menu. The support information is provided via a simple HTML file. Example:
<html>
  <head>
    <title>Support Information</title>
  </head>
  <body>
    <h1>In case of issues with this application:</h1>
    First, check the <a href="http://intranet.example.com/self-help#X2Go>Intranet Self-Help section on X2Go</a>.<br>
    If the issue persists, contact the helpdesk via:<br>
    Phone: +1 212 555-1234<br>
    E-Mail: <a href="mailto:support@example.com">support@example.com</a>
    <br>
    <br>
    Thank you for using X2Go today, take care, and goodbye!
  </body>
</html>

Path names may be relative (starting with a dot and a slash) or absolute, or missing entirely.

On Windows, backslashes and drive letters may be used.

X2Go-TCE-Live Boot Parameters

In X2Go-TCE-Live, the parameters are named branding=<URL> and bg=<URL> and are passed to the client as boot parameters. Instead of a file path, these expect a URL. Currently, HTTP, HTTPS and FTP URLs are supported.

For a detailed description, see the corresponding section of the X2Go-TCE-Live documentation.

Example Screenshots/Files

(Coming Soon)

wiki/advanced/branding-theming.1706296458.txt.gz · Last modified: 2024/01/26 19:14 by stefanbaur