User Tools

Site Tools


wiki:advanced:branding-theming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:advanced:branding-theming [2024/01/26 19:01]
stefanbaur created
wiki:advanced:branding-theming [2024/01/26 19:14]
stefanbaur [X2GoClient Command Line Parameters]
Line 4: Line 4:
  
 ===== X2GoClient Command Line Parameters ===== ===== X2GoClient Command Line Parameters =====
-The command line parameters for X2GoClient are:+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)   * ''--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)   * ''--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:
 +<code>
 +<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>
 +</code>
  
 Path names may be relative (starting with a dot and a slash) or absolute, or missing entirely. Path names may be relative (starting with a dot and a slash) or absolute, or missing entirely.
wiki/advanced/branding-theming.txt ยท Last modified: 2024/01/26 19:48 by stefanbaur