====== X2GoClient Branding/Theming ====== X2GoClient can be branded/themed to match your Corporate Design/Corporate Identity. It is both possible to replace the branding icon in the lower left (however, the one in the lower right will always remain), as well as to replace the entire background image of the X2GoClient login page. {{:wiki:advanced:x2goclientdefaultbranding.png?400|Before ...}} {{:wiki:advanced:x2goclientbranding.png?400| ... and after.}} ===== X2GoClient Command Line Parameters ===== The relevant command line parameters for X2GoClient are: * ''--branding='' to change the logo in the lower left (default: face of a baby seal) * ''--background='' to change the background (default: shades of blue fanning out to the right) * ''--support-menu='' to add a //Support...// submenu item to X2GoClient's //Help// menu. The support information is provided via a simple HTML file. Example: Support Information

In case of issues with this application:

First, check the support@example.com

Thank you for using X2Go today, take care, and goodbye!
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='' and ''bg='' 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 [[doc:howto:tce#what_options_are_available_under_further-options-go-here|corresponding section]] of the X2Go-TCE-Live documentation. ===== Example Screenshots/Files ===== The following is an example of both default background and default branding being replaced by custom SVGs: {{:wiki:advanced:x3goclientdefaultbranding.png?400|This is X2GoClient with its default background and default branding}} {{:wiki:advanced:x2goclientbranding.png?400|This is an example of both default background and default branding being replaced by custom SVGs}} The PNG rendering of the SVG used for branding (lower left corner) looks like this: {{:wiki:advanced:branding2.png?100|}} While the PNG rendering of the SVG used as background looks like this: {{:wiki:advanced:background2.png?400|}} ===== SVG Source Code ===== The SVG source code for these two files follows below (you can skip everything below this entry if you don't want to start your experiments using our templates): Branding: image/svg+xml Background: image/svg+xml