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:17]
stefanbaur [Example Screenshots/Files] added screenshot and explanation
Line 1: Line 1:
 ====== X2GoClient Branding/Theming ====== ====== X2GoClient Branding/Theming ======
  
-X2GoClient can be branded/themed to match your Corporate Design/Corporate Identity.+X2GoClient can be branded/themed to match your Corporate Design/Corporate Identity. It is both possible to replace the entire background image of the X2GoClient login page, as well as to replace the icon in the lower left (however, the one in the lower right will always remain).
  
 ===== 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.
Line 19: Line 38:
  
 ===== Example Screenshots/Files ===== ===== Example Screenshots/Files =====
-(Coming Soon)+The following is an example of both default background and default branding being replaced by custom SVGs: 
 + 
 +{{:wiki:advanced:x2goclientbranding.png?400|This is an example of both default background and default branding being replaced by custom SVGs}}
  
wiki/advanced/branding-theming.txt · Last modified: 2024/01/26 19:48 by stefanbaur